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

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

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

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Inserts a page in the assistant at a given position. Since: 2.10

  10. assistantNextPage :: (HasCallStack, MonadIO m, IsAssistant a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.Assistant

    Navigate to the next page. It is a programming error to call this function when there is no next page. This function is for use when creating pages of the GTK_ASSISTANT_PAGE_CUSTOM type. Since: 3.0

Page 300 of many | Previous | Next