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.
setAssistantPageComplete :: (MonadIO m, IsAssistantPage o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.AssistantPage Set the value of the “complete” property. When overloading is enabled, this is equivalent to
set assistantPage [ #complete := value ]
setAssistantPagePageType :: (MonadIO m, IsAssistantPage o) => o -> AssistantPageType -> m ()gi-gtk4 GI.Gtk.Objects.AssistantPage Set the value of the “page-type” property. When overloading is enabled, this is equivalent to
set assistantPage [ #pageType := value ]
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.