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.

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

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

    gtk3 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

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

    gtk3 Graphics.UI.Gtk.ActionMenuToolbar.RecentAction

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

  4. CalendarShowDayNames :: CalendarDisplayOptions

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

  5. CalendarShowDetails :: CalendarDisplayOptions

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

  6. CalendarShowHeading :: CalendarDisplayOptions

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

  7. CalendarShowWeekNumbers :: CalendarDisplayOptions

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

Page 380 of many | Previous | Next