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.
notebookGetShowBorder :: NotebookClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.
notebookGetShowTabs :: NotebookClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.
notebookGetTabDetachable :: (NotebookClass self, WidgetClass child) => self -> child -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Returns whether the tab contents can be detached from notebook.
- Available since Gtk version 2.10
notebookGetTabLabel :: (NotebookClass self, WidgetClass child) => self -> child -> IO (Maybe Widget)gtk3 Graphics.UI.Gtk.Layout.Notebook Returns the tab label widget for the page child. Nothing is returned if child is not in notebook or if no tab label has specifically been set for child.
-
gtk3 Graphics.UI.Gtk.Layout.Notebook Retrieves the text of the tab label for the page containing child.
notebookGetTabPos :: NotebookClass self => self -> IO PositionTypegtk3 Graphics.UI.Gtk.Layout.Notebook Gets the edge at which the tabs for switching pages in the notebook are drawn.
notebookGetTabReorderable :: (NotebookClass self, WidgetClass child) => self -> child -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Gets whether the tab can be reordered via drag and drop or not.
- Available since Gtk version 2.10
notebookHomogeneous :: NotebookClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Whether tabs should have homogeneous sizes. Default value: False
-
gtk3 Graphics.UI.Gtk.Layout.Notebook Insert a page into notebook at the given position.
- 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 notebookInsertPageMenu.
- This function returned () in Gtk version 2.2.X and earlier
-
gtk3 Graphics.UI.Gtk.Layout.Notebook Insert a page into notebook at the given position, specifying the widget to use as the label in the popup menu. Like notebookInsertPage but allows any widget to be used for the label of the new tab and then entry in the page-switch popup menu.
- This function returned () in Gtk version 2.2.X and earlier