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.
setAssistantPageTitle :: (MonadIO m, IsAssistantPage o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AssistantPage Set the value of the “title” property. When overloading is enabled, this is equivalent to
set assistantPage [ #title := value ]
toAssistantPage :: (MonadIO m, IsAssistantPage o) => o -> m AssistantPagegi-gtk4 GI.Gtk.Objects.AssistantPage Cast to AssistantPage, for types for which this is known to be safe. For general casts, use castTo.
type
NotebookChangeCurrentPageCallback = Int32 -> IO Boolgi-gtk4 GI.Gtk.Objects.Notebook No description available in the introspection data.
type
NotebookPageAddedCallback = Widget -> Word32 -> IO ()gi-gtk4 GI.Gtk.Objects.Notebook the pageAdded signal is emitted in the notebook right after a page is added to the notebook.
type
NotebookPageRemovedCallback = Widget -> Word32 -> IO ()gi-gtk4 GI.Gtk.Objects.Notebook the pageRemoved signal is emitted in the notebook right after a page is removed from the notebook.
type
NotebookPageReorderedCallback = Widget -> Word32 -> IO ()gi-gtk4 GI.Gtk.Objects.Notebook the pageReordered signal is emitted in the notebook right after a page has been reordered.
type
NotebookSelectPageCallback = Bool -> IO Boolgi-gtk4 GI.Gtk.Objects.Notebook No description available in the introspection data.
type
NotebookSwitchPageCallback = Widget -> Word32 -> IO ()gi-gtk4 GI.Gtk.Objects.Notebook Emitted when the user or a function changes the current page.
-
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. -
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.