Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. prInteger :: BDF_PropertyRec -> FT_Int32

    freetype2 FreeType.Format.BDF

    No documentation available.

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

  3. printCompositorGetBodyFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Text

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the name of the font used to print the text body. The returned string must be freed with free.

  4. printCompositorGetBottomMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Unit -> m Double

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the bottom margin in units of unit.

  5. printCompositorGetBuffer :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Buffer

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the [classbuffer] associated with the compositor. The returned object reference is owned by the compositor object and should not be unreferenced.

  6. printCompositorGetFooterFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Text

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the name of the font used to print the page footer. The returned string must be freed with free.

  7. printCompositorGetHeaderFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Text

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the name of the font used to print the page header. The returned string must be freed with free.

  8. printCompositorGetHighlightSyntax :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Determines whether the printed text will be highlighted according to the buffer rules. Note that highlighting will happen only if the buffer to print has highlighting activated.

  9. printCompositorGetLeftMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Unit -> m Double

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the left margin in units of unit.

  10. printCompositorGetLineNumbersFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Text

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the name of the font used to print line numbers on the left margin. The returned string must be freed with free.

Page 81 of many | Previous | Next