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.
assistantPrependPage :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> m Int32gi-gtk3 GI.Gtk.Objects.Assistant Prepends a page to the assistant. Since: 2.10
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
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
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
-
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
-
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
-
gi-gtk3 GI.Gtk.Objects.Assistant Sets whether the assistant is adding padding around the page. Since: 3.18
-
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.
-
gi-gtk3 GI.Gtk.Objects.Assistant Deprecated: (Since version 3.2)Since GTK+ 3.2, sidebar images are notshown anymore.
-
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