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.

  1. completionSetPageSize :: (HasCallStack, MonadIO m, IsCompletion a) => a -> Word32 -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Completion

    No description available in the introspection data.

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

  3. getCompletionPageSize :: (MonadIO m, IsCompletion o) => o -> m Word32

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Get the value of the “page-size” property. When overloading is enabled, this is equivalent to

    get completion #pageSize
    

  4. 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 ]
    

  5. getPrintCompositorNPages :: (MonadIO m, IsPrintCompositor o) => o -> m Int32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Get the value of the “n-pages” property. When overloading is enabled, this is equivalent to

    get printCompositor #nPages
    

  6. printCompositorDrawPage :: (HasCallStack, MonadIO m, IsPrintCompositor a, IsPrintContext b) => a -> b -> Int32 -> m ()

    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);
    }
    

  7. printCompositorGetNPages :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Int32

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

  8. codeSearchRepoHasPages :: CodeSearchRepo -> !Maybe Bool

    github GitHub.Data.Repos

    No documentation available.

  9. codeSearchRepoHomepage :: CodeSearchRepo -> !Maybe Text

    github GitHub.Data.Repos

    No documentation available.

  10. editHomepage :: EditRepo -> !Maybe Text

    github GitHub.Data.Repos

    No documentation available.

Page 359 of many | Previous | Next