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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

  2. constructPrintOperationNPages :: (IsPrintOperation o, MonadIO m) => Int32 -> m (GValueConstruct o)

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

  3. 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.

  4. 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
    

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

  8. getPrintOperationNPagesToPrint :: (MonadIO m, IsPrintOperation o) => o -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #nPagesToPrint
    

  9. getPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #useFullPage
    

  10. onPrintOperationDrawPage :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationDrawPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Connect a signal handler for the drawPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on printOperation #drawPage callback
    

Page 332 of many | Previous | Next