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.
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.
notebookNew :: (HasCallStack, MonadIO m) => m Notebookgi-gtk4 GI.Gtk.Objects.Notebook Creates a new GtkNotebook widget with no pages.
notebookNextPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Switches to the next page. Nothing happens if the current page is the last page.
notebookPageNum :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Int32gi-gtk4 GI.Gtk.Objects.Notebook Finds the index of the page which contains the given child widget.
notebookPopupDisable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Disables the popup menu.
notebookPopupEnable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Enables the popup menu. If the user clicks with the right mouse button on the tab labels, a menu with all the pages will be popped up.
-
gi-gtk4 GI.Gtk.Objects.Notebook Prepends a page to notebook.
-
gi-gtk4 GI.Gtk.Objects.Notebook Prepends a page to notebook, specifying the widget to use as the label in the popup menu.