Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
notebookDetachTab :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Removes the child from the notebook. This function is very similar to notebookRemovePage, but additionally informs the notebook that the removal is happening as part of a tab DND operation, which should not be cancelled.
-
gi-gtk4 GI.Gtk.Objects.Notebook Gets one of the action widgets. See notebookSetActionWidget.
notebookGetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.Notebook Returns the page number of the current page.
notebookGetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.Notebook Gets the current group name for notebook.
-
gi-gtk4 GI.Gtk.Objects.Notebook Retrieves the menu label widget of the page containing child.
-
gi-gtk4 GI.Gtk.Objects.Notebook Retrieves the text of the menu label for the page containing child.
notebookGetNPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.Notebook Gets the number of pages in a notebook.
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.