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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Appends a page to the assistant. Since: 2.10

  2. assistantGetCurrentPage :: (HasCallStack, MonadIO m, IsAssistant a) => a -> m Int32

    gi-gtk3 GI.Gtk.Objects.Assistant

    Returns the page number of the current page. Since: 2.10

  3. assistantGetNPages :: (HasCallStack, MonadIO m, IsAssistant a) => a -> m Int32

    gi-gtk3 GI.Gtk.Objects.Assistant

    Returns the number of pages in the assistant Since: 2.10

  4. assistantGetNthPage :: (HasCallStack, MonadIO m, IsAssistant a) => a -> Int32 -> m (Maybe Widget)

    gi-gtk3 GI.Gtk.Objects.Assistant

    Returns the child widget contained in page number pageNum. Since: 2.10

  5. assistantGetPageComplete :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> m Bool

    gi-gtk3 GI.Gtk.Objects.Assistant

    Gets whether page is complete. Since: 2.10

  6. assistantGetPageHasPadding :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> m Bool

    gi-gtk3 GI.Gtk.Objects.Assistant

    Gets whether page has padding. Since: 3.18

  7. assistantGetPageHeaderImage :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> m Pixbuf

    gi-gtk3 GI.Gtk.Objects.Assistant

    Deprecated: (Since version 3.2)Since GTK+ 3.2, a header is no longer shown;add your header decoration to the page content instead.

  8. assistantGetPageSideImage :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> m Pixbuf

    gi-gtk3 GI.Gtk.Objects.Assistant

    Deprecated: (Since version 3.2)Since GTK+ 3.2, sidebar images are notshown anymore.

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Gets the title for page. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Gets the page type of page. Since: 2.10

Page 300 of many | Previous | Next