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.
assistantGetNPages :: (HasCallStack, MonadIO m, IsAssistant a) => a -> m Int32gi-gtk3 GI.Gtk.Objects.Assistant Returns the number of pages in the assistant Since: 2.10
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
assistantGetPageComplete :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> m Boolgi-gtk3 GI.Gtk.Objects.Assistant Gets whether page is complete. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.Assistant Gets whether page has padding. 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.
assistantGetPageTitle :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> m Textgi-gtk3 GI.Gtk.Objects.Assistant Gets the title for page. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.Assistant Gets the page type of page. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.Assistant Inserts a page in the assistant at a given position. Since: 2.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