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. getPrintOperationStatusString :: (MonadIO m, IsPrintOperation o) => o -> m Text

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #statusString
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #supportSelection
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #trackPrintStatus
    

  4. getPrintOperationUnit :: (MonadIO m, IsPrintOperation o) => o -> m Unit

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #unit
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #useFullPage
    

  6. onPrintOperationBeginPrint :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationBeginPrintCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #beginPrint callback
    

  7. onPrintOperationCreateCustomWidget :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationCreateCustomWidgetCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #createCustomWidget callback
    

  8. onPrintOperationCustomWidgetApply :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationCustomWidgetApplyCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #customWidgetApply callback
    

  9. onPrintOperationDone :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationDoneCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #done callback
    

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

    gi-gtk3 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 223 of many | Previous | Next