Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printCompositorSetPrintHeader :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> m ()gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Sets whether you want to print a header in each page. The header consists of three pieces of text and an optional line separator, configurable with [methodprintCompositor.set_header_format]. Note that by default the header format is unspecified, and if it's empty it will not be printed, regardless of this setting. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Sets the interval for printed line numbers. If interval is 0 no numbers will be printed. If greater than 0, a number will be printed every interval lines (i.e. 1 will print all line numbers). Maximum accepted value for interval is 100. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Sets the right margin used by compositor.
printCompositorSetTabWidth :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Word32 -> m ()gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Sets the width of tabulation in characters for printed text. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Sets the top margin used by compositor.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Sets the line wrapping mode for the printed text. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.
printServer :: CreatePrintServerRequest -> Maybe PrintServergogol-admin-directory Gogol.Admin.Directory Required. A print server to create. If you want to place the print server under a specific organizational unit (OU), then populate the org_unit_id. Otherwise the print server is created under the root OU. The org_unit_id can be retrieved using the Directory API.
printServer :: PrintServerFailureInfo -> Maybe PrintServergogol-admin-directory Gogol.Admin.Directory Failed print server.
printServerId :: PrintServerFailureInfo -> Maybe Textgogol-admin-directory Gogol.Admin.Directory ID of a failed print server.
printServerIds :: BatchDeletePrintServersRequest -> Maybe [Text]gogol-admin-directory Gogol.Admin.Directory A list of print server IDs that should be deleted (max 100 per batch).