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.
-
gtk3 Graphics.UI.Gtk.Windows.Assistant Gets the page type of page.
- Available since Gtk+ version 2.10
assistantInsertPage :: (AssistantClass self, WidgetClass page) => self -> page -> Int -> IO Intgtk3 Graphics.UI.Gtk.Windows.Assistant Inserts a page in the assistant at a given position.
- Available since Gtk+ version 2.10
assistantPrependPage :: (AssistantClass self, WidgetClass page) => self -> page -> IO Intgtk3 Graphics.UI.Gtk.Windows.Assistant Prepends a page to the assistant.
- Available since Gtk+ version 2.10
assistantSetForwardPageFunc :: AssistantClass self => self -> Maybe (Int -> IO Int) -> IO ()gtk3 Graphics.UI.Gtk.Windows.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.
- Available since Gtk+ version 2.10
assistantSetPageComplete :: (AssistantClass self, WidgetClass page) => self -> page -> Bool -> IO ()gtk3 Graphics.UI.Gtk.Windows.Assistant Sets whether page contents are complete. This will make assistant update the buttons state to be able to continue the task.
- Available since Gtk+ version 2.10
-
gtk3 Graphics.UI.Gtk.Windows.Assistant Sets a header image for page. This image is displayed in the header area of the assistant when page is the current page.
- Available since Gtk+ version 2.10
-
gtk3 Graphics.UI.Gtk.Windows.Assistant Sets a header image for page. This image is displayed in the side area of the assistant when page is the current page.
- Available since Gtk+ version 2.10
-
gtk3 Graphics.UI.Gtk.Windows.Assistant Sets a title for page. The title is displayed in the header area of the assistant when page is the current page.
- Available since Gtk+ version 2.10
-
gtk3 Graphics.UI.Gtk.Windows.Assistant Sets the page type for page. The page type determines the page behavior in the assistant.
- Available since Gtk+ version 2.10
windowSkipPagerHint :: WindowClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Windows.Window True if the window should not be in the pager. Default value: False