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. data AssistantPageType

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    No documentation available.

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

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    Appends a page to the assistant.

    • Available since Gtk+ version 2.10

  3. assistantChildPageType :: AssistantClass self => Attr self AssistantPageType

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    The type of the assistant page. Default value: AssistantPageContent

    • Available since Gtk+ version 2.10

  4. assistantCurrentPage :: AssistantClass self => Attr self Int

    gtk3 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

  5. assistantGetNPages :: AssistantClass self => self -> IO Int

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    Returns the number of pages in the assistant

    • Available since Gtk+ version 2.10

  6. assistantGetNthPage :: AssistantClass self => self -> Int -> IO (Maybe Widget)

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    Returns the child widget contained in page number pageNum.

    • Available since Gtk+ version 2.10

  7. assistantGetPageComplete :: (AssistantClass self, WidgetClass page) => self -> page -> IO Bool

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    Gets whether page is complete.

    • Available since Gtk+ version 2.10

  8. assistantGetPageHeaderImage :: (AssistantClass self, WidgetClass page) => self -> page -> IO (Maybe Pixbuf)

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    Gets the header image for page.

    • Available since Gtk+ version 2.10

  9. assistantGetPageSideImage :: (AssistantClass self, WidgetClass page) => self -> page -> IO (Maybe Pixbuf)

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    Gets the header image for page.

    • Available since Gtk+ version 2.10

  10. assistantGetPageTitle :: (AssistantClass self, WidgetClass page, GlibString string) => self -> page -> IO string

    gtk3 Graphics.UI.Gtk.Windows.Assistant

    Gets the title for page.

    • Available since Gtk+ version 2.10

Page 374 of many | Previous | Next