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. pattern PRINT_SETTINGS_PAGE_SET :: Text

    gi-gtk3 GI.Gtk.Constants

    No description available in the introspection data.

  2. pattern PRINT_SETTINGS_PRINT_PAGES :: Text

    gi-gtk3 GI.Gtk.Constants

    No description available in the introspection data.

  3. pattern STOCK_PAGE_SETUP :: Text

    gi-gtk3 GI.Gtk.Constants

    Deprecated: (Since version 3.10)Use named icon "document-page-setup" or the label "Page Set_up".

  4. AnotherAssistantPageType :: Int -> AssistantPageType

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  5. AnotherPageOrientation :: Int -> PageOrientation

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  6. AnotherPageSet :: Int -> PageSet

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  7. AnotherPrintPages :: Int -> PrintPages

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  8. data AssistantPageType

    gi-gtk3 GI.Gtk.Enums

    An enum for determining the page role inside the Assistant. It's used to handle buttons sensitivity and visibility. Note that an assistant needs to end its page flow with a page of type AssistantPageTypeConfirm, AssistantPageTypeSummary or AssistantPageTypeProgress to be correct. The Cancel button will only be shown if the page isn’t “committed”. See assistantCommit for details.

  9. AssistantPageTypeConfirm :: AssistantPageType

    gi-gtk3 GI.Gtk.Enums

    The page lets the user confirm or deny the changes. The Back and Apply buttons will be shown.

  10. AssistantPageTypeContent :: AssistantPageType

    gi-gtk3 GI.Gtk.Enums

    The page has regular contents. Both the Back and forward buttons will be shown.

Page 295 of many | Previous | Next