Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. notebookDetachTab :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Removes the child from the notebook. This function is very similar to containerRemove, but additionally informs the notebook that the removal is happening as part of a tab DND operation, which should not be cancelled. Since: 3.16

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns the page number of the current page.

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

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

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

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

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

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

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

Page 20 of many | Previous | Next