Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. assistantSetCurrentPage :: (HasCallStack, MonadIO m, IsAssistant a) => a -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Assistant

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

  2. assistantSetForwardPageFunc :: (HasCallStack, MonadIO m, IsAssistant a) => a -> Maybe AssistantPageFunc -> m ()

    gi-gtk4 GI.Gtk.Objects.Assistant

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

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

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

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

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

  7. module GI.Gtk.Objects.AssistantPage

    GtkAssistantPage is an auxiliary object used by `GtkAssistant.

  8. newtype AssistantPage

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    Memory-managed wrapper type.

  9. AssistantPage :: ManagedPtr AssistantPage -> AssistantPage

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    No documentation available.

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

Page 320 of many | Previous | Next