Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. getPrintCompositorFooterFontName :: (MonadIO m, IsPrintCompositor o) => o -> m (Maybe Text)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Get the value of the “footer-font-name” property. When overloading is enabled, this is equivalent to

    get printCompositor #footerFontName
    

  2. getPrintCompositorPrintFooter :: (MonadIO m, IsPrintCompositor o) => o -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #printFooter
    

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

  4. printCompositorGetPrintFooter :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Determines if a footer is set to be printed for each page. A footer will be printed if this function returns True and some format strings have been specified with [methodprintCompositor.set_footer_format].

  5. printCompositorSetFooterFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Maybe Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the font for printing the page footer. If Nothing is supplied, the default font (i.e. the one being used for the text) will be used instead. fontName should be a string representation of a font description Pango can understand. (e.g. "Monospace 10"). See fontDescriptionFromString for a description of the format of the string representation. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  6. printCompositorSetFooterFormat :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> Maybe Text -> Maybe Text -> Maybe Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    See [methodprintCompositor.set_header_format] for more information about the parameters.

  7. printCompositorSetPrintFooter :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets whether you want to print a footer in each page. The footer consists of three pieces of text and an optional line separator, configurable with [methodprintCompositor.set_footer_format]. Note that by default the footer 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.

  8. setPrintCompositorFooterFontName :: (MonadIO m, IsPrintCompositor o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Set the value of the “footer-font-name” property. When overloading is enabled, this is equivalent to

    set printCompositor [ #footerFontName := value ]
    

  9. setPrintCompositorPrintFooter :: (MonadIO m, IsPrintCompositor o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Set the value of the “print-footer” property. When overloading is enabled, this is equivalent to

    set printCompositor [ #printFooter := value ]
    

  10. customFooterText :: Groups -> Maybe Text

    gogol-groups-settings Gogol.GroupsSettings

    Set the content of custom footer text. The maximum number of characters is 1,000.

Page 29 of many | Previous | Next