Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gtk3 Graphics.UI.Gtk.Layout.Notebook Appends a page to notebook. The given label will be used for the label widget of the new tab. In case the context menu is enabled, this name will also appear in the popup menu. If you want to specify something else to go in the tab, use notebookAppendPageMenu.
- This function returned () in Gtk+ version 2.2.X and earlier
-
gtk3 Graphics.UI.Gtk.Layout.Notebook Appends a page to notebook, specifying the widget to use as the label in the popup menu. Like notebookAppendPage but allows any widget to be used for the label of the new tab and the entry in the page-switch popup menu.
- This function returned () in Gtk version 2.2.X and earlier
notebookChildDetachable :: NotebookClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Whether the tab is detachable. Default value: False
-
gtk3 Graphics.UI.Gtk.Layout.Notebook The string displayed in the child's menu entry. Default value: Nothing
notebookChildPosition :: (NotebookClass self, WidgetClass child) => child -> Attr self Intgtk3 Graphics.UI.Gtk.Layout.Notebook The index of the child in the parent. Allowed values: >= -1 Default value: 0
notebookChildReorderable :: NotebookClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Whether the tab is reorderable by user action or not. Default value: False
notebookChildTabExpand :: NotebookClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Whether to expand the child's tab or not. Default value : False
notebookChildTabFill :: NotebookClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Whether the child's tab should fill the allocated area or not. Default value : False
-
gtk3 Graphics.UI.Gtk.Layout.Notebook The string displayed on the child's tab label. Default value: Nothing
notebookChildTabPackType :: (NotebookClass self, WidgetClass child) => child -> Attr self PackTypegtk3 Graphics.UI.Gtk.Layout.Notebook A PackType indicating whether the child is packed with reference to the start or end of the parent. Default value: PackStart