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. catchPrintError :: IO a -> (PrintError -> GErrorMessage -> IO a) -> IO a

    gi-gtk3 GI.Gtk.Enums

    Catch exceptions of type PrintError. This is a specialized version of catchGErrorJustDomain.

  2. handlePrintError :: (PrintError -> GErrorMessage -> IO a) -> IO a -> IO a

    gi-gtk3 GI.Gtk.Enums

    Handle exceptions of type PrintError. This is a specialized version of handleGErrorJustDomain.

  3. AnotherStyleContextPrintFlags :: Int -> StyleContextPrintFlags

    gi-gtk3 GI.Gtk.Flags

    Catch-all for unknown values

  4. DebugFlagPrinting :: DebugFlag

    gi-gtk3 GI.Gtk.Flags

    No description available in the introspection data.

  5. data StyleContextPrintFlags

    gi-gtk3 GI.Gtk.Flags

    Flags that modify the behavior of styleContextToString. New values may be added to this enumeration.

  6. StyleContextPrintFlagsNone :: StyleContextPrintFlags

    gi-gtk3 GI.Gtk.Flags

    No description available in the introspection data.

  7. StyleContextPrintFlagsRecurse :: StyleContextPrintFlags

    gi-gtk3 GI.Gtk.Flags

    Print the entire tree of CSS nodes starting at the style context's node

  8. StyleContextPrintFlagsShowStyle :: StyleContextPrintFlags

    gi-gtk3 GI.Gtk.Flags

    Show the values of the CSS properties for each node

  9. class (GObject o, IsDescendantOf PrintOperationPreview o) => IsPrintOperationPreview o

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    Type class for types which can be safely cast to PrintOperationPreview, for instance with toPrintOperationPreview.

  10. afterPrintOperationPreviewGotPageSize :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewGotPageSizeCallback) -> m SignalHandlerId

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

Page 217 of many | Previous | Next