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.
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.
notebookSetShowTabs :: NotebookClass self => self -> Bool -> IO ()gtk Graphics.UI.Gtk.Layout.Notebook Sets whether to show the tabs for the notebook or not.
notebookShowBorder :: NotebookClass self => Attr self Boolgtk Graphics.UI.Gtk.Layout.Notebook Whether the border should be shown or not. Default value: True
notebookShowTabs :: NotebookClass self => Attr self Boolgtk Graphics.UI.Gtk.Layout.Notebook Whether tabs should be shown or not. Default value: True
comboBoxPopupShown :: ComboBoxClass self => ReadAttr self Boolgtk 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
afterShowMenu :: MenuToolButtonClass self => self -> IO () -> IO (ConnectId self)gtk Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton No documentation available.
onShowMenu :: MenuToolButtonClass self => self -> IO () -> IO (ConnectId self)gtk Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton No documentation available.
toolbarGetShowArrow :: ToolbarClass self => self -> IO Boolgtk Graphics.UI.Gtk.MenuComboToolbar.Toolbar Returns whether the toolbar has an overflow menu. See toolbarSetShowArrow.
- Available since Gtk+ version 2.4
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
toolbarShowArrow :: ToolbarClass self => Attr self Boolgtk Graphics.UI.Gtk.MenuComboToolbar.Toolbar If an arrow should be shown if the toolbar doesn't fit. Default value: True