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.
constructStackPageName :: (IsStackPage o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.StackPage Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.
constructStackPageNeedsAttention :: (IsStackPage o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.StackPage Construct a GValueConstruct with valid value for the “needs-attention” property. This is rarely needed directly, but it is used by new.
constructStackPageTitle :: (IsStackPage o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.StackPage Construct a GValueConstruct with valid value for the “title” property. This is rarely needed directly, but it is used by new.
constructStackPageUseUnderline :: (IsStackPage o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.StackPage Construct a GValueConstruct with valid value for the “use-underline” property. This is rarely needed directly, but it is used by new.
constructStackPageVisible :: (IsStackPage o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.StackPage Construct a GValueConstruct with valid value for the “visible” property. This is rarely needed directly, but it is used by new.
getStackPageChild :: (MonadIO m, IsStackPage o) => o -> m Widgetgi-gtk4 GI.Gtk.Objects.StackPage Get the value of the “child” property. When overloading is enabled, this is equivalent to
get stackPage #child
getStackPageIconName :: (MonadIO m, IsStackPage o) => o -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.StackPage Get the value of the “icon-name” property. When overloading is enabled, this is equivalent to
get stackPage #iconName
getStackPageName :: (MonadIO m, IsStackPage o) => o -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.StackPage Get the value of the “name” property. When overloading is enabled, this is equivalent to
get stackPage #name
getStackPageNeedsAttention :: (MonadIO m, IsStackPage o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.StackPage Get the value of the “needs-attention” property. When overloading is enabled, this is equivalent to
get stackPage #needsAttention
getStackPageTitle :: (MonadIO m, IsStackPage o) => o -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.StackPage Get the value of the “title” property. When overloading is enabled, this is equivalent to
get stackPage #title