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. constructPrintOperationNPages :: (IsPrintOperation o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  2. constructPrintOperationPrintSettings :: (IsPrintOperation o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  3. constructPrintOperationShowProgress :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  4. constructPrintOperationSupportSelection :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  5. constructPrintOperationTrackPrintStatus :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  6. constructPrintOperationUnit :: (IsPrintOperation o, MonadIO m) => Unit -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  7. constructPrintOperationUseFullPage :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  8. getPrintOperationAllowAsync :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #allowAsync
    

  9. getPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> m Int32

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #currentPage
    

  10. getPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Get the value of the “custom-tab-label” property. When overloading is enabled, this is equivalent to

    get printOperation #customTabLabel
    

Page 221 of many | Previous | Next