Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. constructPrintUnixDialogCurrentPage :: (IsPrintUnixDialog o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Construct a GValueConstruct with valid value for the “current-page” property. This is rarely needed directly, but it is used by new.

  2. constructPrintUnixDialogEmbedPageSetup :: (IsPrintUnixDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Construct a GValueConstruct with valid value for the “embed-page-setup” property. This is rarely needed directly, but it is used by new.

  3. constructPrintUnixDialogHasSelection :: (IsPrintUnixDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Construct a GValueConstruct with valid value for the “has-selection” property. This is rarely needed directly, but it is used by new.

  4. constructPrintUnixDialogManualCapabilities :: (IsPrintUnixDialog o, MonadIO m) => [PrintCapabilities] -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Construct a GValueConstruct with valid value for the “manual-capabilities” property. This is rarely needed directly, but it is used by new.

  5. constructPrintUnixDialogPageSetup :: (IsPrintUnixDialog o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Construct a GValueConstruct with valid value for the “page-setup” property. This is rarely needed directly, but it is used by new.

  6. constructPrintUnixDialogPrintSettings :: (IsPrintUnixDialog o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Construct a GValueConstruct with valid value for the “print-settings” property. This is rarely needed directly, but it is used by new.

  7. constructPrintUnixDialogSupportSelection :: (IsPrintUnixDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Construct a GValueConstruct with valid value for the “support-selection” property. This is rarely needed directly, but it is used by new.

  8. getPrintUnixDialogCurrentPage :: (MonadIO m, IsPrintUnixDialog o) => o -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Get the value of the “current-page” property. When overloading is enabled, this is equivalent to

    get printUnixDialog #currentPage
    

  9. getPrintUnixDialogEmbedPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Get the value of the “embed-page-setup” property. When overloading is enabled, this is equivalent to

    get printUnixDialog #embedPageSetup
    

  10. getPrintUnixDialogHasSelection :: (MonadIO m, IsPrintUnixDialog o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Get the value of the “has-selection” property. When overloading is enabled, this is equivalent to

    get printUnixDialog #hasSelection
    

Page 264 of many | Previous | Next