Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
actionAlwaysShowImage :: ActionClass self => Attr self Boolgtk Graphics.UI.Gtk.ActionMenuToolbar.Action If True, the action's menu item proxies will ignore the menuImages setting and always show their image, if available. Use this property if the menu item would be useless or hard to use without their image. Default value: False Since 2.20
recentActionShowNumbers :: RecentActionClass self => Attr self Boolgtk Graphics.UI.Gtk.ActionMenuToolbar.RecentAction If recent items should be shown with numbers next to them.
CalendarShowDayNames :: CalendarDisplayOptionsgtk Graphics.UI.Gtk.General.Enums No documentation available.
CalendarShowDetails :: CalendarDisplayOptionsgtk Graphics.UI.Gtk.General.Enums No documentation available.
CalendarShowHeading :: CalendarDisplayOptionsgtk Graphics.UI.Gtk.General.Enums No documentation available.
CalendarShowWeekNumbers :: CalendarDisplayOptionsgtk Graphics.UI.Gtk.General.Enums No documentation available.
notebookGetShowBorder :: NotebookClass self => self -> IO Boolgtk Graphics.UI.Gtk.Layout.Notebook Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.
notebookGetShowTabs :: NotebookClass self => self -> IO Boolgtk Graphics.UI.Gtk.Layout.Notebook Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.
notebookSetShowBorder :: NotebookClass self => self -> Bool -> IO ()gtk Graphics.UI.Gtk.Layout.Notebook Sets whether a bevel will be drawn around the notebook pages. This only has a visual effect when the tabs are not shown. See notebookSetShowTabs.
notebookSetShowTabs :: NotebookClass self => self -> Bool -> IO ()gtk Graphics.UI.Gtk.Layout.Notebook Sets whether to show the tabs for the notebook or not.