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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. getStackPageChild :: (MonadIO m, IsStackPage o) => o -> m Widget

    gi-gtk4 GI.Gtk.Objects.StackPage

    Get the value of the “child” property. When overloading is enabled, this is equivalent to

    get stackPage #child
    

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

  8. 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
    

  9. getStackPageNeedsAttention :: (MonadIO m, IsStackPage o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.StackPage

    Get the value of the “needs-attention” property. When overloading is enabled, this is equivalent to

    get stackPage #needsAttention
    

  10. 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
    

Page 338 of many | Previous | Next