Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
completionSetPageSize :: (HasCallStack, MonadIO m, IsCompletion a) => a -> Word32 -> m ()gi-gtksource5 GI.GtkSource.Objects.Completion No description available in the introspection data.
constructCompletionPageSize :: (IsCompletion o, MonadIO m) => Word32 -> m (GValueConstruct o)gi-gtksource5 GI.GtkSource.Objects.Completion Construct a GValueConstruct with valid value for the “page-size” property. This is rarely needed directly, but it is used by new.
getCompletionPageSize :: (MonadIO m, IsCompletion o) => o -> m Word32gi-gtksource5 GI.GtkSource.Objects.Completion Get the value of the “page-size” property. When overloading is enabled, this is equivalent to
get completion #pageSize
setCompletionPageSize :: (MonadIO m, IsCompletion o) => o -> Word32 -> m ()gi-gtksource5 GI.GtkSource.Objects.Completion Set the value of the “page-size” property. When overloading is enabled, this is equivalent to
set completion [ #pageSize := value ]
getPrintCompositorNPages :: (MonadIO m, IsPrintCompositor o) => o -> m Int32gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Get the value of the “n-pages” property. When overloading is enabled, this is equivalent to
get printCompositor #nPages
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Draw page pageNr for printing on the the Cairo context encapsuled in context. This method has been designed to be called in the handler of the signalgtk.PrintOperation[draw_page] signal as shown in the following example:
c code
// Signal handler for the GtkPrintOperation::draw_page signal static void draw_page (GtkPrintOperation *operation, GtkPrintContext *context, gint page_nr, gpointer user_data) { GtkSourcePrintCompositor *compositor; compositor = GTK_SOURCE_PRINT_COMPOSITOR (user_data); gtk_source_print_compositor_draw_page (compositor, context, page_nr); } printCompositorGetNPages :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Int32gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Returns the number of pages in the document or <code>-1</code> if the document has not been completely paginated.
codeSearchRepoHasPages :: CodeSearchRepo -> !Maybe Boolgithub GitHub.Data.Repos No documentation available.
codeSearchRepoHomepage :: CodeSearchRepo -> !Maybe Textgithub GitHub.Data.Repos No documentation available.
editHomepage :: EditRepo -> !Maybe Textgithub GitHub.Data.Repos No documentation available.