Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
notebookGetTabDetachable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Returns whether the tab contents can be detached from notebook. Since: 2.10
notebookGetTabHborder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Word16gi-gtk3 GI.Gtk.Objects.Notebook Deprecated: (Since version 3.4)this function returns zero
-
gi-gtk3 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-gtk3 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-gtk3 GI.Gtk.Objects.Notebook Gets the edge at which the tabs for switching pages in the notebook are drawn.
notebookGetTabReorderable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Gets whether the tab can be reordered via drag and drop or not. Since: 2.10
notebookGetTabVborder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Word16gi-gtk3 GI.Gtk.Objects.Notebook Deprecated: (Since version 3.4)this function returns zero
-
gi-gtk3 GI.Gtk.Objects.Notebook Insert a page into notebook at the given position.
-
gi-gtk3 GI.Gtk.Objects.Notebook Insert a page into notebook at the given position, specifying the widget to use as the label in the popup menu.
notebookNew :: (HasCallStack, MonadIO m) => m Notebookgi-gtk3 GI.Gtk.Objects.Notebook Creates a new Notebook widget with no pages.