Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
notebookGetNPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32gi-gtk3 GI.Gtk.Objects.Notebook Gets the number of pages in a notebook. Since: 2.2
notebookGetNthPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m (Maybe Widget)gi-gtk3 GI.Gtk.Objects.Notebook Returns the child widget contained in page number pageNum.
-
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.
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.
-
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.