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. notebookInsertPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> Int32 -> m Int32

    gi-gtk3 GI.Gtk.Objects.Notebook

    Insert a page into notebook at the given position.

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

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Prepends a page to notebook.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Switches to the previous page. Nothing happens if the current page is the first page.

  8. notebookRemovePage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Removes a page from the notebook given its index in the notebook.

  9. notebookSetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Switches to the page number pageNum. Note that due to historical reasons, GtkNotebook refuses to switch to a page unless the child widget is visible. Therefore, it is recommended to show child widgets before adding them to a notebook.

  10. onNotebookChangeCurrentPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookChangeCurrentPageCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.Notebook

    Connect a signal handler for the changeCurrentPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on notebook #changeCurrentPage callback
    

Page 304 of many | Previous | Next