Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. afterPrintOperationDrawPage :: (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 after the default handler. When overloading is enabled, this is equivalent to

    after printOperation #drawPage callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  2. afterPrintOperationRequestPageSetup :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationRequestPageSetupCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    after printOperation #requestPageSetup callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    clear #defaultPageSetup
    

  4. constructPrintOperationCurrentPage :: (IsPrintOperation o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  5. constructPrintOperationDefaultPageSetup :: (IsPrintOperation o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #defaultPageSetup
    

Page 307 of many | Previous | Next