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.
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.
notebookGetTabReorderable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Boolgi-gtk4 GI.Gtk.Objects.Notebook Gets whether the tab can be reordered via drag and drop or not.
-
gi-gtk4 GI.Gtk.Objects.Notebook Insert a page into notebook at the given position.
-
gi-gtk4 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.