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.
notebookPrevPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Switches to the previous page. Nothing happens if the current page is the first page.
notebookRemovePage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Removes a page from the notebook given its index in the notebook.
-
gi-gtk4 GI.Gtk.Objects.Notebook Reorders the page containing child, so that it appears in position position. If position is greater than or equal to the number of children in the list or negative, child will be moved to the end of the list.
-
gi-gtk4 GI.Gtk.Objects.Notebook Sets widget as one of the action widgets. Depending on the pack type the widget will be placed before or after the tabs. You can use a GtkBox if you need to pack more than one widget on the same side.
notebookSetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Switches to the page number pageNum. Note that due to historical reasons, GtkNotebook refuses to switch to a page unless the child widget is visible. Therefore, it is recommended to show child widgets before adding them to a notebook.
notebookSetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Maybe Text -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Sets a group name for notebook. Notebooks with the same name will be able to exchange tabs via drag and drop. A notebook with a Nothing group name will not be able to exchange tabs with any other notebook.
-
gi-gtk4 GI.Gtk.Objects.Notebook Changes the menu label for the page containing child.
-
gi-gtk4 GI.Gtk.Objects.Notebook Creates a new label and sets it as the menu label of child.
notebookSetScrollable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Sets whether the tab label area will have arrows for scrolling if there are too many tabs to fit in the area.
notebookSetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Sets whether a bevel will be drawn around the notebook pages. This only has a visual effect when the tabs are not shown.