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. constructAssistantPageChild :: (IsAssistantPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)

    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.

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

  3. constructAssistantPagePageType :: (IsAssistantPage o, MonadIO m) => AssistantPageType -> m (GValueConstruct o)

    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.

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

  5. getAssistantPageChild :: (MonadIO m, IsAssistantPage o) => o -> m Widget

    gi-gtk4 GI.Gtk.Objects.AssistantPage

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

    get assistantPage #child
    

  6. getAssistantPageComplete :: (MonadIO m, IsAssistantPage o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.AssistantPage

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

    get assistantPage #complete
    

  7. getAssistantPagePageType :: (MonadIO m, IsAssistantPage o) => o -> m AssistantPageType

    gi-gtk4 GI.Gtk.Objects.AssistantPage

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

    get assistantPage #pageType
    

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

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

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

Page 321 of many | Previous | Next