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. assistantGetPageType :: (AssistantClass self, WidgetClass page) => self -> page -> IO AssistantPageType

    gtk Graphics.UI.Gtk.Windows.Assistant

    Gets the page type of page.

    • Available since Gtk+ version 2.10

  2. assistantInsertPage :: (AssistantClass self, WidgetClass page) => self -> page -> Int -> IO Int

    gtk Graphics.UI.Gtk.Windows.Assistant

    Inserts a page in the assistant at a given position.

    • Available since Gtk+ version 2.10

  3. assistantPrependPage :: (AssistantClass self, WidgetClass page) => self -> page -> IO Int

    gtk Graphics.UI.Gtk.Windows.Assistant

    Prepends a page to the assistant.

    • Available since Gtk+ version 2.10

  4. assistantSetForwardPageFunc :: AssistantClass self => self -> Maybe (Int -> IO Int) -> IO ()

    gtk 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

  5. assistantSetPageComplete :: (AssistantClass self, WidgetClass page) => self -> page -> Bool -> IO ()

    gtk 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

  6. assistantSetPageHeaderImage :: (AssistantClass self, WidgetClass page) => self -> page -> Pixbuf -> IO ()

    gtk 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

  7. assistantSetPageSideImage :: (AssistantClass self, WidgetClass page) => self -> page -> Pixbuf -> IO ()

    gtk 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

  8. assistantSetPageTitle :: (AssistantClass self, WidgetClass page, GlibString string) => self -> page -> string -> IO ()

    gtk 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

  9. assistantSetPageType :: (AssistantClass self, WidgetClass page) => self -> page -> AssistantPageType -> IO ()

    gtk 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

  10. windowGetSkipPagerHint :: WindowClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Windows.Window

    Gets the value set by windowSetSkipPagerHint.

    • Available since Gtk+ version 2.2

Page 351 of many | Previous | Next