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.
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the done signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printOperation #done 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. -
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. -
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the endPrint signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printOperation #endPrint 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. -
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the paginate signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printOperation #paginate 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. -
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the preview signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printOperation #preview 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. -
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. -
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the statusChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printOperation #statusChanged 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. -
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the updateCustomWidget signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printOperation #updateCustomWidget 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. clearPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “custom-tab-label” property to Nothing. When overloading is enabled, this is equivalent to
clear #customTabLabel
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