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

  2. notebookSetShowTabs :: NotebookClass self => self -> Bool -> IO ()

    gtk Graphics.UI.Gtk.Layout.Notebook

    Sets whether to show the tabs for the notebook or not.

  3. notebookShowBorder :: NotebookClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Whether the border should be shown or not. Default value: True

  4. notebookShowTabs :: NotebookClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Whether tabs should be shown or not. Default value: True

  5. comboBoxPopupShown :: ComboBoxClass self => ReadAttr self Bool

    gtk Graphics.UI.Gtk.MenuComboToolbar.ComboBox

    Whether the combo boxes dropdown is popped up. Note that this property is mainly useful because it allows you to connect to notify::popup-shown. Default value: False

    • Available since Gtk+ version 2.10

  6. afterShowMenu :: MenuToolButtonClass self => self -> IO () -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton

    No documentation available.

  7. onShowMenu :: MenuToolButtonClass self => self -> IO () -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton

    No documentation available.

  8. toolbarGetShowArrow :: ToolbarClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.MenuComboToolbar.Toolbar

    Returns whether the toolbar has an overflow menu. See toolbarSetShowArrow.

    • Available since Gtk+ version 2.4

  9. toolbarSetShowArrow :: ToolbarClass self => self -> Bool -> IO ()

    gtk Graphics.UI.Gtk.MenuComboToolbar.Toolbar

    Sets whether to show an overflow menu when the toolbar doesn't have room for all items on it. If True, items that there are not room are available through an overflow menu.

    • Available since Gtk version 2.4

  10. toolbarShowArrow :: ToolbarClass self => Attr self Bool

    gtk Graphics.UI.Gtk.MenuComboToolbar.Toolbar

    If an arrow should be shown if the toolbar doesn't fit. Default value: True

Page 335 of many | Previous | Next