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.
notebookSetShowTabs :: NotebookClass self => self -> Bool -> IO ()gtk3 Graphics.UI.Gtk.Layout.Notebook Sets whether to show the tabs for the notebook or not.
notebookShowBorder :: NotebookClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Whether the border should be shown or not. Default value: True
notebookShowTabs :: NotebookClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Whether tabs should be shown or not. Default value: True
comboBoxPopupShown :: ComboBoxClass self => ReadAttr self Boolgtk3 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)gtk3 Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton No documentation available.
onShowMenu :: MenuToolButtonClass self => self -> IO () -> IO (ConnectId self)gtk3 Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton No documentation available.
toolbarGetShowArrow :: ToolbarClass self => self -> IO Boolgtk3 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 ()gtk3 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 Boolgtk3 Graphics.UI.Gtk.MenuComboToolbar.Toolbar If an arrow should be shown if the toolbar doesn't fit. Default value: True
CalendarShowDayNames :: CalendarDisplayOptionsgtk3 Graphics.UI.Gtk.Misc.Calendar No documentation available.