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.
-
gi-gtk3 GI.Gtk.Objects.Notebook Gets one of the action widgets. See notebookSetActionWidget. Since: 2.20
notebookGetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32gi-gtk3 GI.Gtk.Objects.Notebook Returns the page number of the current page.
notebookGetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.Notebook Gets the current group name for notebook. Since: 2.24
-
gi-gtk3 GI.Gtk.Objects.Notebook Retrieves the menu label widget of the page containing child.
-
gi-gtk3 GI.Gtk.Objects.Notebook Retrieves the text of the menu label for the page containing child.
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.
notebookGetScrollable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Returns whether the tab label area has arrows for scrolling. See notebookSetScrollable.
notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.
notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.