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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Prepends a page to the assistant. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.Assistant

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

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Removes the pageNum’s page from assistant. Since: 3.2

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Switches the page to pageNum. Note that this will only be necessary in custom buttons, as the assistant flow can be set with assistantSetForwardPageFunc. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Sets the page forwarding function to be pageFunc. This function will be used to determine what will be the next page when the user presses the forward button. Setting pageFunc to Nothing will make the assistant to use the default forward function, which just goes to the next visible page. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Sets whether page contents are complete. This will make assistant update the buttons state to be able to continue the task. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Sets whether the assistant is adding padding around the page. Since: 3.18

  8. assistantSetPageHeaderImage :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b, IsPixbuf c) => a -> b -> Maybe c -> m ()

    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.

  9. assistantSetPageSideImage :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b, IsPixbuf c) => a -> b -> Maybe c -> m ()

    gi-gtk3 GI.Gtk.Objects.Assistant

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

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

    gi-gtk3 GI.Gtk.Objects.Assistant

    Sets a title for page. The title is displayed in the header area of the assistant when page is the current page. Since: 2.10

Page 301 of many | Previous | Next