gi-gtksource-3.0.7: GtkSource bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GtkSource.Objects.PrintCompositor

Contents

Description

 

Synopsis

Exported types

newtype PrintCompositor Source #

Constructors

PrintCompositor (ManagedPtr PrintCompositor) 

Instances

GObject PrintCompositor Source # 
IsObject PrintCompositor Source # 
IsPrintCompositor PrintCompositor Source # 
((~) * info (ResolvePrintCompositorMethod t PrintCompositor), MethodInfo * info PrintCompositor p) => IsLabel t (PrintCompositor -> p) Source # 
((~) * info (ResolvePrintCompositorMethod t PrintCompositor), MethodInfo * info PrintCompositor p) => IsLabelProxy t (PrintCompositor -> p) Source # 
HasAttributeList * PrintCompositor Source # 
type SignalList PrintCompositor Source # 
type SignalList PrintCompositor
type AttributeList PrintCompositor Source # 
type AttributeList PrintCompositor

class GObject o => IsPrintCompositor o Source #

Instances

Methods

drawPage

data PrintCompositorDrawPageMethodInfo Source #

Instances

((~) * signature (b -> Int32 -> m ()), MonadIO m, IsPrintCompositor a, IsPrintContext b) => MethodInfo * PrintCompositorDrawPageMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorDrawPageMethodInfo a -> signature -> s

printCompositorDrawPage :: (MonadIO m, IsPrintCompositor a, IsPrintContext b) => a -> b -> Int32 -> m () Source #

getBodyFontName

data PrintCompositorGetBodyFontNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetBodyFontNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetBodyFontNameMethodInfo a -> signature -> s

getBottomMargin

data PrintCompositorGetBottomMarginMethodInfo Source #

Instances

((~) * signature (Unit -> m Double), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetBottomMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetBottomMarginMethodInfo a -> signature -> s

getBuffer

data PrintCompositorGetBufferMethodInfo Source #

Instances

((~) * signature (m Buffer), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetBufferMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetBufferMethodInfo a -> signature -> s

getFooterFontName

data PrintCompositorGetFooterFontNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetFooterFontNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetFooterFontNameMethodInfo a -> signature -> s

getHeaderFontName

data PrintCompositorGetHeaderFontNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetHeaderFontNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetHeaderFontNameMethodInfo a -> signature -> s

getHighlightSyntax

getLeftMargin

data PrintCompositorGetLeftMarginMethodInfo Source #

Instances

((~) * signature (Unit -> m Double), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetLeftMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetLeftMarginMethodInfo a -> signature -> s

getLineNumbersFontName

getNPages

data PrintCompositorGetNPagesMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetNPagesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetNPagesMethodInfo a -> signature -> s

getPaginationProgress

getPrintFooter

data PrintCompositorGetPrintFooterMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetPrintFooterMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetPrintFooterMethodInfo a -> signature -> s

getPrintHeader

data PrintCompositorGetPrintHeaderMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetPrintHeaderMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetPrintHeaderMethodInfo a -> signature -> s

getPrintLineNumbers

getRightMargin

data PrintCompositorGetRightMarginMethodInfo Source #

Instances

((~) * signature (Unit -> m Double), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetRightMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetRightMarginMethodInfo a -> signature -> s

getTabWidth

data PrintCompositorGetTabWidthMethodInfo Source #

Instances

((~) * signature (m Word32), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetTabWidthMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetTabWidthMethodInfo a -> signature -> s

getTopMargin

data PrintCompositorGetTopMarginMethodInfo Source #

Instances

((~) * signature (Unit -> m Double), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetTopMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetTopMarginMethodInfo a -> signature -> s

getWrapMode

data PrintCompositorGetWrapModeMethodInfo Source #

Instances

((~) * signature (m WrapMode), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorGetWrapModeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorGetWrapModeMethodInfo a -> signature -> s

new

newFromView

paginate

data PrintCompositorPaginateMethodInfo Source #

Instances

((~) * signature (b -> m Bool), MonadIO m, IsPrintCompositor a, IsPrintContext b) => MethodInfo * PrintCompositorPaginateMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorPaginateMethodInfo a -> signature -> s

printCompositorPaginate :: (MonadIO m, IsPrintCompositor a, IsPrintContext b) => a -> b -> m Bool Source #

setBodyFontName

data PrintCompositorSetBodyFontNameMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetBodyFontNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetBodyFontNameMethodInfo a -> signature -> s

setBottomMargin

data PrintCompositorSetBottomMarginMethodInfo Source #

Instances

((~) * signature (Double -> Unit -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetBottomMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetBottomMarginMethodInfo a -> signature -> s

setFooterFontName

data PrintCompositorSetFooterFontNameMethodInfo Source #

Instances

((~) * signature (Maybe Text -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetFooterFontNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetFooterFontNameMethodInfo a -> signature -> s

setFooterFormat

data PrintCompositorSetFooterFormatMethodInfo Source #

Instances

((~) * signature (Bool -> Maybe Text -> Maybe Text -> Maybe Text -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetFooterFormatMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetFooterFormatMethodInfo a -> signature -> s

printCompositorSetFooterFormat :: (MonadIO m, IsPrintCompositor a) => a -> Bool -> Maybe Text -> Maybe Text -> Maybe Text -> m () Source #

setHeaderFontName

data PrintCompositorSetHeaderFontNameMethodInfo Source #

Instances

((~) * signature (Maybe Text -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetHeaderFontNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetHeaderFontNameMethodInfo a -> signature -> s

setHeaderFormat

data PrintCompositorSetHeaderFormatMethodInfo Source #

Instances

((~) * signature (Bool -> Maybe Text -> Maybe Text -> Maybe Text -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetHeaderFormatMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetHeaderFormatMethodInfo a -> signature -> s

printCompositorSetHeaderFormat :: (MonadIO m, IsPrintCompositor a) => a -> Bool -> Maybe Text -> Maybe Text -> Maybe Text -> m () Source #

setHighlightSyntax

data PrintCompositorSetHighlightSyntaxMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetHighlightSyntaxMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetHighlightSyntaxMethodInfo a -> signature -> s

setLeftMargin

data PrintCompositorSetLeftMarginMethodInfo Source #

Instances

((~) * signature (Double -> Unit -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetLeftMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetLeftMarginMethodInfo a -> signature -> s

setLineNumbersFontName

setPrintFooter

data PrintCompositorSetPrintFooterMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetPrintFooterMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetPrintFooterMethodInfo a -> signature -> s

setPrintHeader

data PrintCompositorSetPrintHeaderMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetPrintHeaderMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetPrintHeaderMethodInfo a -> signature -> s

setPrintLineNumbers

setRightMargin

data PrintCompositorSetRightMarginMethodInfo Source #

Instances

((~) * signature (Double -> Unit -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetRightMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetRightMarginMethodInfo a -> signature -> s

setTabWidth

data PrintCompositorSetTabWidthMethodInfo Source #

Instances

((~) * signature (Word32 -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetTabWidthMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetTabWidthMethodInfo a -> signature -> s

setTopMargin

data PrintCompositorSetTopMarginMethodInfo Source #

Instances

((~) * signature (Double -> Unit -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetTopMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetTopMarginMethodInfo a -> signature -> s

setWrapMode

data PrintCompositorSetWrapModeMethodInfo Source #

Instances

((~) * signature (WrapMode -> m ()), MonadIO m, IsPrintCompositor a) => MethodInfo * PrintCompositorSetWrapModeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PrintCompositorSetWrapModeMethodInfo a -> signature -> s

printCompositorSetWrapMode :: (MonadIO m, IsPrintCompositor a) => a -> WrapMode -> m () Source #

Properties

bodyFontName

data PrintCompositorBodyFontNamePropertyInfo Source #

Instances

AttrInfo PrintCompositorBodyFontNamePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorBodyFontNamePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorBodyFontNamePropertyInfo = * ~ Text
type AttrOrigin PrintCompositorBodyFontNamePropertyInfo Source # 
type AttrLabel PrintCompositorBodyFontNamePropertyInfo Source # 
type AttrLabel PrintCompositorBodyFontNamePropertyInfo = "body-font-name"
type AttrGetType PrintCompositorBodyFontNamePropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorBodyFontNamePropertyInfo Source # 
type AttrAllowedOps PrintCompositorBodyFontNamePropertyInfo Source # 
type AttrAllowedOps PrintCompositorBodyFontNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

printCompositorBodyFontName :: AttrLabelProxy "bodyFontName" Source #

buffer

data PrintCompositorBufferPropertyInfo Source #

Instances

AttrInfo PrintCompositorBufferPropertyInfo Source # 

Associated Types

type AttrAllowedOps PrintCompositorBufferPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint PrintCompositorBufferPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint PrintCompositorBufferPropertyInfo :: * -> Constraint

type AttrGetType PrintCompositorBufferPropertyInfo :: *

type AttrLabel PrintCompositorBufferPropertyInfo :: Symbol

type AttrOrigin PrintCompositorBufferPropertyInfo :: *

type AttrSetTypeConstraint PrintCompositorBufferPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorBufferPropertyInfo = IsBuffer
type AttrOrigin PrintCompositorBufferPropertyInfo Source # 
type AttrLabel PrintCompositorBufferPropertyInfo Source # 
type AttrLabel PrintCompositorBufferPropertyInfo = "buffer"
type AttrGetType PrintCompositorBufferPropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorBufferPropertyInfo Source # 
type AttrAllowedOps PrintCompositorBufferPropertyInfo Source # 
type AttrAllowedOps PrintCompositorBufferPropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag)))

constructPrintCompositorBuffer :: (IsPrintCompositor o, IsBuffer a) => a -> IO (GValueConstruct o) Source #

printCompositorBuffer :: AttrLabelProxy "buffer" Source #

footerFontName

data PrintCompositorFooterFontNamePropertyInfo Source #

Instances

AttrInfo PrintCompositorFooterFontNamePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorFooterFontNamePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorFooterFontNamePropertyInfo = * ~ Text
type AttrOrigin PrintCompositorFooterFontNamePropertyInfo Source # 
type AttrLabel PrintCompositorFooterFontNamePropertyInfo Source # 
type AttrLabel PrintCompositorFooterFontNamePropertyInfo = "footer-font-name"
type AttrGetType PrintCompositorFooterFontNamePropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorFooterFontNamePropertyInfo Source # 
type AttrAllowedOps PrintCompositorFooterFontNamePropertyInfo Source # 
type AttrAllowedOps PrintCompositorFooterFontNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

printCompositorFooterFontName :: AttrLabelProxy "footerFontName" Source #

headerFontName

data PrintCompositorHeaderFontNamePropertyInfo Source #

Instances

AttrInfo PrintCompositorHeaderFontNamePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorHeaderFontNamePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorHeaderFontNamePropertyInfo = * ~ Text
type AttrOrigin PrintCompositorHeaderFontNamePropertyInfo Source # 
type AttrLabel PrintCompositorHeaderFontNamePropertyInfo Source # 
type AttrLabel PrintCompositorHeaderFontNamePropertyInfo = "header-font-name"
type AttrGetType PrintCompositorHeaderFontNamePropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorHeaderFontNamePropertyInfo Source # 
type AttrAllowedOps PrintCompositorHeaderFontNamePropertyInfo Source # 
type AttrAllowedOps PrintCompositorHeaderFontNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

printCompositorHeaderFontName :: AttrLabelProxy "headerFontName" Source #

highlightSyntax

data PrintCompositorHighlightSyntaxPropertyInfo Source #

Instances

AttrInfo PrintCompositorHighlightSyntaxPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorHighlightSyntaxPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorHighlightSyntaxPropertyInfo = * ~ Bool
type AttrOrigin PrintCompositorHighlightSyntaxPropertyInfo Source # 
type AttrLabel PrintCompositorHighlightSyntaxPropertyInfo Source # 
type AttrLabel PrintCompositorHighlightSyntaxPropertyInfo = "highlight-syntax"
type AttrGetType PrintCompositorHighlightSyntaxPropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorHighlightSyntaxPropertyInfo Source # 
type AttrAllowedOps PrintCompositorHighlightSyntaxPropertyInfo Source # 
type AttrAllowedOps PrintCompositorHighlightSyntaxPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

printCompositorHighlightSyntax :: AttrLabelProxy "highlightSyntax" Source #

lineNumbersFontName

data PrintCompositorLineNumbersFontNamePropertyInfo Source #

Instances

AttrInfo PrintCompositorLineNumbersFontNamePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorLineNumbersFontNamePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorLineNumbersFontNamePropertyInfo = * ~ Text
type AttrOrigin PrintCompositorLineNumbersFontNamePropertyInfo Source # 
type AttrLabel PrintCompositorLineNumbersFontNamePropertyInfo Source # 
type AttrLabel PrintCompositorLineNumbersFontNamePropertyInfo = "line-numbers-font-name"
type AttrGetType PrintCompositorLineNumbersFontNamePropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorLineNumbersFontNamePropertyInfo Source # 
type AttrAllowedOps PrintCompositorLineNumbersFontNamePropertyInfo Source # 
type AttrAllowedOps PrintCompositorLineNumbersFontNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

printCompositorLineNumbersFontName :: AttrLabelProxy "lineNumbersFontName" Source #

nPages

data PrintCompositorNPagesPropertyInfo Source #

Instances

AttrInfo PrintCompositorNPagesPropertyInfo Source # 

Associated Types

type AttrAllowedOps PrintCompositorNPagesPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint PrintCompositorNPagesPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint PrintCompositorNPagesPropertyInfo :: * -> Constraint

type AttrGetType PrintCompositorNPagesPropertyInfo :: *

type AttrLabel PrintCompositorNPagesPropertyInfo :: Symbol

type AttrOrigin PrintCompositorNPagesPropertyInfo :: *

type AttrSetTypeConstraint PrintCompositorNPagesPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorNPagesPropertyInfo = * ~ ()
type AttrOrigin PrintCompositorNPagesPropertyInfo Source # 
type AttrLabel PrintCompositorNPagesPropertyInfo Source # 
type AttrLabel PrintCompositorNPagesPropertyInfo = "n-pages"
type AttrGetType PrintCompositorNPagesPropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorNPagesPropertyInfo Source # 
type AttrAllowedOps PrintCompositorNPagesPropertyInfo Source # 
type AttrAllowedOps PrintCompositorNPagesPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

printCompositorNPages :: AttrLabelProxy "nPages" Source #

printFooter

data PrintCompositorPrintFooterPropertyInfo Source #

Instances

AttrInfo PrintCompositorPrintFooterPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorPrintFooterPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorPrintFooterPropertyInfo = * ~ Bool
type AttrOrigin PrintCompositorPrintFooterPropertyInfo Source # 
type AttrLabel PrintCompositorPrintFooterPropertyInfo Source # 
type AttrLabel PrintCompositorPrintFooterPropertyInfo = "print-footer"
type AttrGetType PrintCompositorPrintFooterPropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorPrintFooterPropertyInfo Source # 
type AttrAllowedOps PrintCompositorPrintFooterPropertyInfo Source # 
type AttrAllowedOps PrintCompositorPrintFooterPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

printCompositorPrintFooter :: AttrLabelProxy "printFooter" Source #

printHeader

data PrintCompositorPrintHeaderPropertyInfo Source #

Instances

AttrInfo PrintCompositorPrintHeaderPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorPrintHeaderPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorPrintHeaderPropertyInfo = * ~ Bool
type AttrOrigin PrintCompositorPrintHeaderPropertyInfo Source # 
type AttrLabel PrintCompositorPrintHeaderPropertyInfo Source # 
type AttrLabel PrintCompositorPrintHeaderPropertyInfo = "print-header"
type AttrGetType PrintCompositorPrintHeaderPropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorPrintHeaderPropertyInfo Source # 
type AttrAllowedOps PrintCompositorPrintHeaderPropertyInfo Source # 
type AttrAllowedOps PrintCompositorPrintHeaderPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

printCompositorPrintHeader :: AttrLabelProxy "printHeader" Source #

printLineNumbers

data PrintCompositorPrintLineNumbersPropertyInfo Source #

Instances

AttrInfo PrintCompositorPrintLineNumbersPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorPrintLineNumbersPropertyInfo Source # 
type AttrOrigin PrintCompositorPrintLineNumbersPropertyInfo Source # 
type AttrLabel PrintCompositorPrintLineNumbersPropertyInfo Source # 
type AttrLabel PrintCompositorPrintLineNumbersPropertyInfo = "print-line-numbers"
type AttrGetType PrintCompositorPrintLineNumbersPropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorPrintLineNumbersPropertyInfo Source # 
type AttrAllowedOps PrintCompositorPrintLineNumbersPropertyInfo Source # 
type AttrAllowedOps PrintCompositorPrintLineNumbersPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

printCompositorPrintLineNumbers :: AttrLabelProxy "printLineNumbers" Source #

tabWidth

data PrintCompositorTabWidthPropertyInfo Source #

Instances

AttrInfo PrintCompositorTabWidthPropertyInfo Source # 

Associated Types

type AttrAllowedOps PrintCompositorTabWidthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint PrintCompositorTabWidthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint PrintCompositorTabWidthPropertyInfo :: * -> Constraint

type AttrGetType PrintCompositorTabWidthPropertyInfo :: *

type AttrLabel PrintCompositorTabWidthPropertyInfo :: Symbol

type AttrOrigin PrintCompositorTabWidthPropertyInfo :: *

type AttrSetTypeConstraint PrintCompositorTabWidthPropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorTabWidthPropertyInfo = * ~ Word32
type AttrOrigin PrintCompositorTabWidthPropertyInfo Source # 
type AttrLabel PrintCompositorTabWidthPropertyInfo Source # 
type AttrLabel PrintCompositorTabWidthPropertyInfo = "tab-width"
type AttrGetType PrintCompositorTabWidthPropertyInfo Source # 
type AttrBaseTypeConstraint PrintCompositorTabWidthPropertyInfo Source # 
type AttrAllowedOps PrintCompositorTabWidthPropertyInfo Source # 
type AttrAllowedOps PrintCompositorTabWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

printCompositorTabWidth :: AttrLabelProxy "tabWidth" Source #

wrapMode

data PrintCompositorWrapModePropertyInfo Source #

Instances

AttrInfo PrintCompositorWrapModePropertyInfo Source # 

Associated Types

type AttrAllowedOps PrintCompositorWrapModePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint PrintCompositorWrapModePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint PrintCompositorWrapModePropertyInfo :: * -> Constraint

type AttrGetType PrintCompositorWrapModePropertyInfo :: *

type AttrLabel PrintCompositorWrapModePropertyInfo :: Symbol

type AttrOrigin PrintCompositorWrapModePropertyInfo :: *

type AttrSetTypeConstraint PrintCompositorWrapModePropertyInfo Source # 
type AttrSetTypeConstraint PrintCompositorWrapModePropertyInfo = * ~ WrapMode
type AttrOrigin PrintCompositorWrapModePropertyInfo Source # 
type AttrLabel PrintCompositorWrapModePropertyInfo Source # 
type AttrLabel PrintCompositorWrapModePropertyInfo = "wrap-mode"
type AttrGetType PrintCompositorWrapModePropertyInfo Source # 
type AttrGetType PrintCompositorWrapModePropertyInfo = WrapMode
type AttrBaseTypeConstraint PrintCompositorWrapModePropertyInfo Source # 
type AttrAllowedOps PrintCompositorWrapModePropertyInfo Source # 
type AttrAllowedOps PrintCompositorWrapModePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructPrintCompositorWrapMode :: IsPrintCompositor o => WrapMode -> IO (GValueConstruct o) Source #

printCompositorWrapMode :: AttrLabelProxy "wrapMode" Source #

setPrintCompositorWrapMode :: (MonadIO m, IsPrintCompositor o) => o -> WrapMode -> m () Source #