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.
widgetShowNow :: WidgetClass self => self -> IO ()gtk3 Graphics.UI.Gtk.Abstract.Widget Shows a widget. If the widget is an unmapped toplevel widget (i.e. a Window that has not yet been shown), enter the main loop and wait for the window to actually be mapped. Be careful; because the main loop is running, anything can happen during this function.
actionAlwaysShowImage :: ActionClass self => Attr self Boolgtk3 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 Boolgtk3 Graphics.UI.Gtk.ActionMenuToolbar.RecentAction If recent items should be shown with numbers next to them.
CalendarShowDayNames :: CalendarDisplayOptionsgtk3 Graphics.UI.Gtk.General.Enums No documentation available.
CalendarShowDetails :: CalendarDisplayOptionsgtk3 Graphics.UI.Gtk.General.Enums No documentation available.
CalendarShowHeading :: CalendarDisplayOptionsgtk3 Graphics.UI.Gtk.General.Enums No documentation available.
CalendarShowWeekNumbers :: CalendarDisplayOptionsgtk3 Graphics.UI.Gtk.General.Enums No documentation available.
notebookGetShowBorder :: NotebookClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.
notebookGetShowTabs :: NotebookClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.
notebookSetShowBorder :: NotebookClass self => self -> Bool -> IO ()gtk3 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.