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.

  1. 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).

  2. 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.

  3. actionAlwaysShowImage :: ActionClass self => Attr self Bool

    gtk 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

  4. recentActionShowNumbers :: RecentActionClass self => Attr self Bool

    gtk Graphics.UI.Gtk.ActionMenuToolbar.RecentAction

    If recent items should be shown with numbers next to them.

  5. CalendarShowDayNames :: CalendarDisplayOptions

    gtk Graphics.UI.Gtk.General.Enums

    No documentation available.

  6. CalendarShowDetails :: CalendarDisplayOptions

    gtk Graphics.UI.Gtk.General.Enums

    No documentation available.

  7. CalendarShowHeading :: CalendarDisplayOptions

    gtk Graphics.UI.Gtk.General.Enums

    No documentation available.

  8. CalendarShowWeekNumbers :: CalendarDisplayOptions

    gtk Graphics.UI.Gtk.General.Enums

    No documentation available.

  9. notebookGetShowBorder :: NotebookClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.

  10. notebookGetShowTabs :: NotebookClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.

Page 334 of many | Previous | Next