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. assistantSetPageType :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> AssistantPageType -> m ()

    gi-gtk3 GI.Gtk.Objects.Assistant

    Sets the page type for page. The page type determines the page behavior in the assistant. Since: 2.10

  2. type NotebookChangeCurrentPageCallback = Int32 -> IO Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  3. type NotebookPageAddedCallback = Widget -> Word32 -> IO ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    the pageAdded signal is emitted in the notebook right after a page is added to the notebook. Since: 2.10

  4. type NotebookPageRemovedCallback = Widget -> Word32 -> IO ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    the pageRemoved signal is emitted in the notebook right after a page is removed from the notebook. Since: 2.10

  5. type NotebookPageReorderedCallback = Widget -> Word32 -> IO ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    the pageReordered signal is emitted in the notebook right after a page has been reordered. Since: 2.10

  6. type NotebookSelectPageCallback = Bool -> IO Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  7. type NotebookSwitchPageCallback = Widget -> Word32 -> IO ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Emitted when the user or a function changes the current page.

  8. afterNotebookChangeCurrentPage :: (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 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.

  9. afterNotebookPageAdded :: (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 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.

  10. afterNotebookPageRemoved :: (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 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.

Page 302 of many | Previous | Next