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.

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

  2. newtype PrintCompositor

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Memory-managed wrapper type.

  3. PrintCompositor :: ManagedPtr PrintCompositor -> PrintCompositor

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    No documentation available.

  4. data PrintServer

    gogol-admin-directory Gogol.Admin.Directory

    Configuration for a print server. See: newPrintServer smart constructor.

  5. PrintServer :: Maybe DateTime -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> PrintServer

    gogol-admin-directory Gogol.Admin.Directory

    No documentation available.

  6. data PrintServerFailureInfo

    gogol-admin-directory Gogol.Admin.Directory

    Info about failures See: newPrintServerFailureInfo smart constructor.

  7. PrintServerFailureInfo :: Maybe PrintServerFailureInfo_ErrorCode -> Maybe Text -> Maybe PrintServer -> Maybe Text -> PrintServerFailureInfo

    gogol-admin-directory Gogol.Admin.Directory

    No documentation available.

  8. newtype PrintServerFailureInfo_ErrorCode

    gogol-admin-directory Gogol.Admin.Directory

    Canonical code for why the update failed to apply.

  9. PrintServerFailureInfo_ErrorCode :: Text -> PrintServerFailureInfo_ErrorCode

    gogol-admin-directory Gogol.Admin.Directory

    No documentation available.

  10. pattern PrintServerFailureInfo_ErrorCode_ALREADYEXISTS :: PrintServerFailureInfo_ErrorCode

    gogol-admin-directory Gogol.Admin.Directory

    The entity that a client attempted to create (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict

Page 155 of many | Previous | Next