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.
notebookNextPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()gi-gtk3 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-gtk3 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-gtk3 GI.Gtk.Objects.Notebook Disables the popup menu.
notebookPopupEnable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()gi-gtk3 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-gtk3 GI.Gtk.Objects.Notebook Prepends a page to notebook.
-
gi-gtk3 GI.Gtk.Objects.Notebook Prepends a page to notebook, specifying the widget to use as the label in the popup menu.
notebookPrevPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()gi-gtk3 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-gtk3 GI.Gtk.Objects.Notebook Removes a page from the notebook given its index in the notebook.
-
gi-gtk3 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-gtk3 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 Box if you need to pack more than one widget on the same side. Note that action widgets are “internal” children of the notebook and thus not included in the list returned from containerForeach. Since: 2.20