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

    gi-gtk4 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.

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #allowAsync
    

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #currentPage
    

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #customTabLabel
    

  5. getPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe PageSetup)

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #defaultPageSetup
    

  6. getPrintOperationEmbedPageSetup :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #embedPageSetup
    

  7. getPrintOperationExportFilename :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #exportFilename
    

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #hasSelection
    

  9. getPrintOperationJobName :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #jobName
    

  10. getPrintOperationNPages :: (MonadIO m, IsPrintOperation o) => o -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #nPages
    

Page 259 of many | Previous | Next