Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
notebookGetNthPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m (Maybe Widget)gi-gtk4 GI.Gtk.Objects.Notebook Returns the child widget contained in page number pageNum.
notebookGetPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m NotebookPagegi-gtk4 GI.Gtk.Objects.Notebook Returns the GtkNotebookPage for child.
notebookGetPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ListModelgi-gtk4 GI.Gtk.Objects.Notebook Returns a GListModel that contains the pages of the notebook. This can be used to keep an up-to-date view. The model also implements SelectionModel and can be used to track and modify the visible page.
notebookGetScrollable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Notebook Returns whether the tab label area has arrows for scrolling.
notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Notebook Returns whether a bevel will be drawn around the notebook pages.
notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Notebook Returns whether the tabs of the notebook are shown.
notebookGetTabDetachable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Boolgi-gtk4 GI.Gtk.Objects.Notebook Returns whether the tab contents can be detached from notebook.
-
gi-gtk4 GI.Gtk.Objects.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.
-
gi-gtk4 GI.Gtk.Objects.Notebook Retrieves the text of the tab label for the page containing child.
notebookGetTabPos :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m PositionTypegi-gtk4 GI.Gtk.Objects.Notebook Gets the edge at which the tabs are drawn.