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-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
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 ]