Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. AnotherNotebookTab :: Int -> NotebookTab

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  2. class (GObject o, IsDescendantOf Notebook o) => IsNotebook o

    gi-gtk4 GI.Gtk.Objects.Notebook

    Type class for types which can be safely cast to Notebook, for instance with toNotebook.

  3. afterNotebookChangeCurrentPage :: (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 after the default handler. When overloading is enabled, this is equivalent to

    after notebook #changeCurrentPage callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    after notebook #createWindow callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    after notebook #focusTab callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    after notebook #moveFocusOut callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  7. afterNotebookPageAdded :: (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 after the default handler. When overloading is enabled, this is equivalent to

    after notebook #pageAdded callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  8. afterNotebookPageRemoved :: (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 after the default handler. When overloading is enabled, this is equivalent to

    after notebook #pageRemoved callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  9. afterNotebookPageReordered :: (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 after the default handler. When overloading is enabled, this is equivalent to

    after notebook #pageReordered callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    after notebook #reorderTab callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

Page 130 of many | Previous | Next