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-gtk4 GI.Gtk.Objects.Notebook

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

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Gets one of the action widgets. See notebookSetActionWidget.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns the page number of the current page.

  4. notebookGetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Gets the current group name for notebook.

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

    gi-gtk4 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-gtk4 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-gtk4 GI.Gtk.Objects.Notebook

    Gets the number of pages in a notebook.

  8. notebookGetNthPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m (Maybe Widget)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns the child widget contained in page number pageNum.

  9. notebookGetPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m NotebookPage

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns the GtkNotebookPage for child.

  10. notebookGetPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ListModel

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns a GListModel that contains the pages of the notebook. This can be used to keep an up-to-date view. The model also implements SelectionModel and can be used to track and modify the visible page.

Page 37 of many | Previous | Next