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.
-
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
type
NotebookChangeCurrentPageCallback = Int32 -> IO Boolgi-gtk3 GI.Gtk.Objects.Notebook No description available in the introspection data.
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
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
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
type
NotebookSelectPageCallback = Bool -> IO Boolgi-gtk3 GI.Gtk.Objects.Notebook No description available in the introspection data.
type
NotebookSwitchPageCallback = Widget -> Word32 -> IO ()gi-gtk3 GI.Gtk.Objects.Notebook Emitted when the user or a function changes the current page.
-
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. -
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. -
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.