Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #page := value ]
    

  9. module GI.Gtk.Objects.NotebookPageAccessible

    No description available in the introspection data.

  10. class (GObject o, IsDescendantOf NotebookPageAccessible o) => IsNotebookPageAccessible o

    gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible

    Type class for types which can be safely cast to NotebookPageAccessible, for instance with toNotebookPageAccessible.

Page 305 of many | Previous | Next