Hoogle Search
Within LTS Haskell 24.20 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module GI.GtkSource.Objects.
PrintCompositor Compose a [classbuffer] for printing. The GtkSourcePrintCompositor object is used to compose a [classbuffer] for printing. You can set various configuration options to customize the printed output. GtkSourcePrintCompositor is designed to be used with the high-level printing API of gtk+, i.e. PrintOperation. The margins specified in this object are the layout margins: they define the blank space bordering the printed area of the pages. They must not be confused with the "print margins", i.e. the parts of the page that the printer cannot print on, defined in the PageSetup objects. If the specified layout margins are smaller than the "print margins", the latter ones are used as a fallback by the GtkSourcePrintCompositor object, so that the printed area is not clipped.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Memory-managed wrapper type.
PrintCompositor :: ManagedPtr PrintCompositor -> PrintCompositorgi-gtksource5 GI.GtkSource.Objects.PrintCompositor No documentation available.
-
gogol-admin-directory Gogol.Admin.Directory Configuration for a print server. See: newPrintServer smart constructor.
-
gogol-admin-directory Gogol.Admin.Directory No documentation available.
-
gogol-admin-directory Gogol.Admin.Directory Info about failures See: newPrintServerFailureInfo smart constructor.
-
gogol-admin-directory Gogol.Admin.Directory No documentation available.
newtype
PrintServerFailureInfo_ErrorCode gogol-admin-directory Gogol.Admin.Directory Canonical code for why the update failed to apply.
PrintServerFailureInfo_ErrorCode :: Text -> PrintServerFailureInfo_ErrorCodegogol-admin-directory Gogol.Admin.Directory No documentation available.
pattern
PrintServerFailureInfo_ErrorCode_ALREADYEXISTS :: PrintServerFailureInfo_ErrorCodegogol-admin-directory Gogol.Admin.Directory The entity that a client attempted to create (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict