Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Gets the number of pages in a notebook.

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

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns the GtkNotebookPage for child.

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

  5. notebookInsertPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> Int32 -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Insert a page into notebook at the given position.

  6. notebookInsertPageMenu :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => a -> b -> Maybe c -> Maybe d -> Int32 -> m Int32

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

  7. notebookNextPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    Switches to the next page. Nothing happens if the current page is the last page.

  8. notebookPageNum :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Finds the index of the page which contains the given child widget.

  9. notebookPrependPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Prepends a page to notebook.

  10. notebookPrependPageMenu :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => a -> b -> Maybe c -> Maybe d -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Prepends a page to notebook, specifying the widget to use as the label in the popup menu.

Page 324 of many | Previous | Next