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.

  1. notebookGetActionWidget :: (HasCallStack, MonadIO m, IsNotebook a) => a -> PackType -> m (Maybe Widget)

    gi-gtk3 GI.Gtk.Objects.Notebook

    Gets one of the action widgets. See notebookSetActionWidget. Since: 2.20

  2. notebookGetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns the page number of the current page.

  3. 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

  4. notebookGetMenuLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Widget)

    gi-gtk3 GI.Gtk.Objects.Notebook

    Retrieves the menu label widget of the page containing child.

  5. notebookGetMenuLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.Notebook

    Retrieves the text of the menu label for the page containing child.

  6. notebookGetNPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32

    gi-gtk3 GI.Gtk.Objects.Notebook

    Gets the number of pages in a notebook. Since: 2.2

  7. 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.

  8. notebookGetScrollable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns whether the tab label area has arrows for scrolling. See notebookSetScrollable.

  9. notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.

  10. notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.

Page 20 of many | Previous | Next