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.
-
gtk Graphics.UI.Gtk.Windows.Assistant No documentation available.
assistantAppendPage :: (AssistantClass self, WidgetClass page) => self -> page -> IO Intgtk Graphics.UI.Gtk.Windows.Assistant Appends a page to the assistant.
- Available since Gtk+ version 2.10
assistantChildPageType :: AssistantClass self => Attr self AssistantPageTypegtk Graphics.UI.Gtk.Windows.Assistant The type of the assistant page. Default value: AssistantPageContent
- Available since Gtk+ version 2.10
assistantCurrentPage :: AssistantClass self => Attr self Intgtk Graphics.UI.Gtk.Windows.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. Returns the page number of the current page
- Available since Gtk+ version 2.10
assistantGetNPages :: AssistantClass self => self -> IO Intgtk Graphics.UI.Gtk.Windows.Assistant Returns the number of pages in the assistant
- Available since Gtk+ version 2.10
assistantGetNthPage :: AssistantClass self => self -> Int -> IO (Maybe Widget)gtk Graphics.UI.Gtk.Windows.Assistant Returns the child widget contained in page number pageNum.
- Available since Gtk+ version 2.10
assistantGetPageComplete :: (AssistantClass self, WidgetClass page) => self -> page -> IO Boolgtk Graphics.UI.Gtk.Windows.Assistant Gets whether page is complete.
- Available since Gtk+ version 2.10
-
gtk Graphics.UI.Gtk.Windows.Assistant Gets the header image for page.
- Available since Gtk+ version 2.10
-
gtk Graphics.UI.Gtk.Windows.Assistant Gets the header image for page.
- Available since Gtk+ version 2.10
-
gtk Graphics.UI.Gtk.Windows.Assistant Gets the title for page.
- Available since Gtk+ version 2.10