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.
assistantPageGetChild :: (HasCallStack, MonadIO m, IsAssistantPage a) => a -> m Widgetgi-gtk4 GI.Gtk.Objects.AssistantPage Deprecated: (Since version 4.10)This widget will be removed in GTK 5
clearAssistantPageTitle :: (MonadIO m, IsAssistantPage o) => o -> m ()gi-gtk4 GI.Gtk.Objects.AssistantPage Set the value of the “title” property to Nothing. When overloading is enabled, this is equivalent to
clear #title
-
gi-gtk4 GI.Gtk.Objects.AssistantPage Construct a GValueConstruct with valid value for the “child” property. This is rarely needed directly, but it is used by new.
constructAssistantPageComplete :: (IsAssistantPage o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.AssistantPage Construct a GValueConstruct with valid value for the “complete” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.AssistantPage Construct a GValueConstruct with valid value for the “page-type” property. This is rarely needed directly, but it is used by new.
constructAssistantPageTitle :: (IsAssistantPage o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.AssistantPage Construct a GValueConstruct with valid value for the “title” property. This is rarely needed directly, but it is used by new.
getAssistantPageChild :: (MonadIO m, IsAssistantPage o) => o -> m Widgetgi-gtk4 GI.Gtk.Objects.AssistantPage Get the value of the “child” property. When overloading is enabled, this is equivalent to
get assistantPage #child
getAssistantPageComplete :: (MonadIO m, IsAssistantPage o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.AssistantPage Get the value of the “complete” property. When overloading is enabled, this is equivalent to
get assistantPage #complete
getAssistantPagePageType :: (MonadIO m, IsAssistantPage o) => o -> m AssistantPageTypegi-gtk4 GI.Gtk.Objects.AssistantPage Get the value of the “page-type” property. When overloading is enabled, this is equivalent to
get assistantPage #pageType
getAssistantPageTitle :: (MonadIO m, IsAssistantPage o) => o -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.AssistantPage Get the value of the “title” property. When overloading is enabled, this is equivalent to
get assistantPage #title