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. assistantSetPageComplete :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Assistant

    Deprecated: (Since version 4.10)This widget will be removed in GTK 5

  2. assistantSetPageTitle :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Assistant

    Deprecated: (Since version 4.10)This widget will be removed in GTK 5

  3. assistantSetPageType :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> AssistantPageType -> m ()

    gi-gtk4 GI.Gtk.Objects.Assistant

    Deprecated: (Since version 4.10)This widget will be removed in GTK 5

  4. getAssistantPages :: (MonadIO m, IsAssistant o) => o -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.Assistant

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

    get assistant #pages
    

  5. module GI.Gtk.Objects.AssistantPage

    GtkAssistantPage is an auxiliary object used by `GtkAssistant.

  6. newtype AssistantPage

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    Memory-managed wrapper type.

  7. AssistantPage :: ManagedPtr AssistantPage -> AssistantPage

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    No documentation available.

  8. class (GObject o, IsDescendantOf AssistantPage o) => IsAssistantPage o

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    Type class for types which can be safely cast to AssistantPage, for instance with toAssistantPage.

  9. assistantPageGetChild :: (HasCallStack, MonadIO m, IsAssistantPage a) => a -> m Widget

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    Deprecated: (Since version 4.10)This widget will be removed in GTK 5

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

Page 320 of many | Previous | Next