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. notebookPrevPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

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

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

    gi-gtk4 GI.Gtk.Objects.Notebook

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

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

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

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

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

  5. onNotebookPageAdded :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageAddedCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    on notebook #pageAdded callback
    

  6. onNotebookPageRemoved :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageRemovedCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    on notebook #pageRemoved callback
    

  7. onNotebookPageReordered :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookPageReorderedCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    on notebook #pageReordered callback
    

  8. onNotebookSelectPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSelectPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    on notebook #selectPage callback
    

  9. onNotebookSwitchPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSwitchPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    on notebook #switchPage callback
    

  10. setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    Set the value of the “page” property. When overloading is enabled, this is equivalent to

    set notebook [ #page := value ]
    

Page 325 of many | Previous | Next