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.
AnotherStyleContextPrintFlags :: Int -> StyleContextPrintFlagsgi-gtk4 GI.Gtk.Flags Catch-all for unknown values
DebugFlagsPrinting :: DebugFlagsgi-gtk4 GI.Gtk.Flags Information about printing
-
gi-gtk4 GI.Gtk.Flags Flags that modify the behavior of styleContextToString. New values may be added to this enumeration.
StyleContextPrintFlagsNone :: StyleContextPrintFlagsgi-gtk4 GI.Gtk.Flags Default value.
StyleContextPrintFlagsRecurse :: StyleContextPrintFlagsgi-gtk4 GI.Gtk.Flags Print the entire tree of CSS nodes starting at the style context's node
StyleContextPrintFlagsShowChange :: StyleContextPrintFlagsgi-gtk4 GI.Gtk.Flags Show information about what changes affect the styles
StyleContextPrintFlagsShowStyle :: StyleContextPrintFlagsgi-gtk4 GI.Gtk.Flags Show the values of the CSS properties for each node
enumeratePrinters :: (HasCallStack, MonadIO m) => PrinterFunc -> Bool -> m ()gi-gtk4 GI.Gtk.Functions Calls a function for all GtkPrinters. If func returns True, the enumeration is stopped.
class (GObject o, IsDescendantOf PrintOperationPreview o) =>
IsPrintOperationPreview ogi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview Type class for types which can be safely cast to PrintOperationPreview, for instance with toPrintOperationPreview.
-
gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview Connect a signal handler for the gotPageSize signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printOperationPreview #gotPageSize 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.