Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
widgetShowAll :: WidgetClass self => self -> IO ()gtk Graphics.UI.Gtk.Abstract.Widget Recursively shows a widget, and any child widgets (if the widget is a container).
widgetShowNow :: WidgetClass self => self -> IO ()gtk 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 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.