gi-gtk-3.0.11: Gtk 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.Gtk.Objects.CellRendererText

Contents

Description

A CellRendererText renders a given text in its cell, using the font, color and style information provided by its properties. The text will be ellipsized if it is too long and the CellRendererText:ellipsize property allows it.

If the CellRenderer:mode is CellRendererModeEditable, the CellRendererText allows to edit its text using an entry.

Synopsis

Exported types

Methods

new

cellRendererTextNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m CellRendererText

Returns: the new cell renderer

Creates a new CellRendererText. Adjust how text is drawn using object properties. Object properties can be set globally (with g_object_set()). Also, with TreeViewColumn, you can bind a property to a value in a TreeModel. For example, you can bind the “text” property on the cell renderer to a string value in the model, thus rendering a different string in each row of the TreeView

setFixedHeightFromFont

cellRendererTextSetFixedHeightFromFont Source #

Arguments

:: (HasCallStack, MonadIO m, IsCellRendererText a) 
=> a

renderer: A CellRendererText

-> Int32

numberOfRows: Number of rows of text each cell renderer is allocated, or -1

-> m () 

Sets the height of a renderer to explicitly be determined by the “font” and “y_pad” property set on it. Further changes in these properties do not affect the height, so they must be accompanied by a subsequent call to this function. Using this function is unflexible, and should really only be used if calculating the size of a cell is too slow (ie, a massive number of cells displayed). If numberOfRows is -1, then the fixed height is unset, and the height is determined by the properties again.

Properties

alignSet

data CellRendererTextAlignSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextAlignSetPropertyInfo Source # 
type AttrOrigin CellRendererTextAlignSetPropertyInfo Source # 
type AttrLabel CellRendererTextAlignSetPropertyInfo Source # 
type AttrGetType CellRendererTextAlignSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextAlignSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextAlignSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextAlignSetPropertyInfo Source # 

alignment

data CellRendererTextAlignmentPropertyInfo Source #

Instances

AttrInfo CellRendererTextAlignmentPropertyInfo Source # 
type AttrOrigin CellRendererTextAlignmentPropertyInfo Source # 
type AttrLabel CellRendererTextAlignmentPropertyInfo Source # 
type AttrGetType CellRendererTextAlignmentPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextAlignmentPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextAlignmentPropertyInfo Source # 
type AttrAllowedOps CellRendererTextAlignmentPropertyInfo Source # 

attributes

data CellRendererTextAttributesPropertyInfo Source #

Instances

AttrInfo CellRendererTextAttributesPropertyInfo Source # 
type AttrOrigin CellRendererTextAttributesPropertyInfo Source # 
type AttrLabel CellRendererTextAttributesPropertyInfo Source # 
type AttrGetType CellRendererTextAttributesPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextAttributesPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextAttributesPropertyInfo Source # 
type AttrAllowedOps CellRendererTextAttributesPropertyInfo Source # 

background

data CellRendererTextBackgroundPropertyInfo Source #

Instances

AttrInfo CellRendererTextBackgroundPropertyInfo Source # 
type AttrOrigin CellRendererTextBackgroundPropertyInfo Source # 
type AttrLabel CellRendererTextBackgroundPropertyInfo Source # 
type AttrGetType CellRendererTextBackgroundPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextBackgroundPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextBackgroundPropertyInfo Source # 
type AttrAllowedOps CellRendererTextBackgroundPropertyInfo Source # 

backgroundGdk

data CellRendererTextBackgroundGdkPropertyInfo Source #

Instances

AttrInfo CellRendererTextBackgroundGdkPropertyInfo Source # 
type AttrOrigin CellRendererTextBackgroundGdkPropertyInfo Source # 
type AttrLabel CellRendererTextBackgroundGdkPropertyInfo Source # 
type AttrGetType CellRendererTextBackgroundGdkPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextBackgroundGdkPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextBackgroundGdkPropertyInfo Source # 
type AttrAllowedOps CellRendererTextBackgroundGdkPropertyInfo Source # 

backgroundRgba

data CellRendererTextBackgroundRgbaPropertyInfo Source #

Instances

AttrInfo CellRendererTextBackgroundRgbaPropertyInfo Source # 
type AttrOrigin CellRendererTextBackgroundRgbaPropertyInfo Source # 
type AttrLabel CellRendererTextBackgroundRgbaPropertyInfo Source # 
type AttrGetType CellRendererTextBackgroundRgbaPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextBackgroundRgbaPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextBackgroundRgbaPropertyInfo Source # 
type AttrAllowedOps CellRendererTextBackgroundRgbaPropertyInfo Source # 

backgroundSet

data CellRendererTextBackgroundSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextBackgroundSetPropertyInfo Source # 
type AttrOrigin CellRendererTextBackgroundSetPropertyInfo Source # 
type AttrLabel CellRendererTextBackgroundSetPropertyInfo Source # 
type AttrGetType CellRendererTextBackgroundSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextBackgroundSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextBackgroundSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextBackgroundSetPropertyInfo Source # 

editable

data CellRendererTextEditablePropertyInfo Source #

Instances

AttrInfo CellRendererTextEditablePropertyInfo Source # 
type AttrOrigin CellRendererTextEditablePropertyInfo Source # 
type AttrLabel CellRendererTextEditablePropertyInfo Source # 
type AttrGetType CellRendererTextEditablePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextEditablePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextEditablePropertyInfo Source # 
type AttrAllowedOps CellRendererTextEditablePropertyInfo Source # 

editableSet

data CellRendererTextEditableSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextEditableSetPropertyInfo Source # 
type AttrOrigin CellRendererTextEditableSetPropertyInfo Source # 
type AttrLabel CellRendererTextEditableSetPropertyInfo Source # 
type AttrGetType CellRendererTextEditableSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextEditableSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextEditableSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextEditableSetPropertyInfo Source # 

ellipsize

data CellRendererTextEllipsizePropertyInfo Source #

Instances

AttrInfo CellRendererTextEllipsizePropertyInfo Source # 
type AttrOrigin CellRendererTextEllipsizePropertyInfo Source # 
type AttrLabel CellRendererTextEllipsizePropertyInfo Source # 
type AttrGetType CellRendererTextEllipsizePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextEllipsizePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextEllipsizePropertyInfo Source # 
type AttrAllowedOps CellRendererTextEllipsizePropertyInfo Source # 

ellipsizeSet

data CellRendererTextEllipsizeSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextEllipsizeSetPropertyInfo Source # 
type AttrOrigin CellRendererTextEllipsizeSetPropertyInfo Source # 
type AttrLabel CellRendererTextEllipsizeSetPropertyInfo Source # 
type AttrGetType CellRendererTextEllipsizeSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextEllipsizeSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextEllipsizeSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextEllipsizeSetPropertyInfo Source # 

family

data CellRendererTextFamilyPropertyInfo Source #

Instances

AttrInfo CellRendererTextFamilyPropertyInfo Source # 
type AttrOrigin CellRendererTextFamilyPropertyInfo Source # 
type AttrLabel CellRendererTextFamilyPropertyInfo Source # 
type AttrGetType CellRendererTextFamilyPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextFamilyPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextFamilyPropertyInfo Source # 
type AttrAllowedOps CellRendererTextFamilyPropertyInfo Source # 

familySet

data CellRendererTextFamilySetPropertyInfo Source #

Instances

AttrInfo CellRendererTextFamilySetPropertyInfo Source # 
type AttrOrigin CellRendererTextFamilySetPropertyInfo Source # 
type AttrLabel CellRendererTextFamilySetPropertyInfo Source # 
type AttrGetType CellRendererTextFamilySetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextFamilySetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextFamilySetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextFamilySetPropertyInfo Source # 

font

data CellRendererTextFontPropertyInfo Source #

Instances

AttrInfo CellRendererTextFontPropertyInfo Source # 
type AttrOrigin CellRendererTextFontPropertyInfo Source # 
type AttrLabel CellRendererTextFontPropertyInfo Source # 
type AttrGetType CellRendererTextFontPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextFontPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextFontPropertyInfo Source # 
type AttrAllowedOps CellRendererTextFontPropertyInfo Source # 

fontDesc

data CellRendererTextFontDescPropertyInfo Source #

Instances

AttrInfo CellRendererTextFontDescPropertyInfo Source # 
type AttrOrigin CellRendererTextFontDescPropertyInfo Source # 
type AttrLabel CellRendererTextFontDescPropertyInfo Source # 
type AttrGetType CellRendererTextFontDescPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextFontDescPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextFontDescPropertyInfo Source # 
type AttrAllowedOps CellRendererTextFontDescPropertyInfo Source # 

foreground

data CellRendererTextForegroundPropertyInfo Source #

Instances

AttrInfo CellRendererTextForegroundPropertyInfo Source # 
type AttrOrigin CellRendererTextForegroundPropertyInfo Source # 
type AttrLabel CellRendererTextForegroundPropertyInfo Source # 
type AttrGetType CellRendererTextForegroundPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextForegroundPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextForegroundPropertyInfo Source # 
type AttrAllowedOps CellRendererTextForegroundPropertyInfo Source # 

foregroundGdk

data CellRendererTextForegroundGdkPropertyInfo Source #

Instances

AttrInfo CellRendererTextForegroundGdkPropertyInfo Source # 
type AttrOrigin CellRendererTextForegroundGdkPropertyInfo Source # 
type AttrLabel CellRendererTextForegroundGdkPropertyInfo Source # 
type AttrGetType CellRendererTextForegroundGdkPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextForegroundGdkPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextForegroundGdkPropertyInfo Source # 
type AttrAllowedOps CellRendererTextForegroundGdkPropertyInfo Source # 

foregroundRgba

data CellRendererTextForegroundRgbaPropertyInfo Source #

Instances

AttrInfo CellRendererTextForegroundRgbaPropertyInfo Source # 
type AttrOrigin CellRendererTextForegroundRgbaPropertyInfo Source # 
type AttrLabel CellRendererTextForegroundRgbaPropertyInfo Source # 
type AttrGetType CellRendererTextForegroundRgbaPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextForegroundRgbaPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextForegroundRgbaPropertyInfo Source # 
type AttrAllowedOps CellRendererTextForegroundRgbaPropertyInfo Source # 

foregroundSet

data CellRendererTextForegroundSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextForegroundSetPropertyInfo Source # 
type AttrOrigin CellRendererTextForegroundSetPropertyInfo Source # 
type AttrLabel CellRendererTextForegroundSetPropertyInfo Source # 
type AttrGetType CellRendererTextForegroundSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextForegroundSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextForegroundSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextForegroundSetPropertyInfo Source # 

language

data CellRendererTextLanguagePropertyInfo Source #

Instances

AttrInfo CellRendererTextLanguagePropertyInfo Source # 
type AttrOrigin CellRendererTextLanguagePropertyInfo Source # 
type AttrLabel CellRendererTextLanguagePropertyInfo Source # 
type AttrGetType CellRendererTextLanguagePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextLanguagePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextLanguagePropertyInfo Source # 
type AttrAllowedOps CellRendererTextLanguagePropertyInfo Source # 

languageSet

data CellRendererTextLanguageSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextLanguageSetPropertyInfo Source # 
type AttrOrigin CellRendererTextLanguageSetPropertyInfo Source # 
type AttrLabel CellRendererTextLanguageSetPropertyInfo Source # 
type AttrGetType CellRendererTextLanguageSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextLanguageSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextLanguageSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextLanguageSetPropertyInfo Source # 

markup

data CellRendererTextMarkupPropertyInfo Source #

Instances

AttrInfo CellRendererTextMarkupPropertyInfo Source # 
type AttrOrigin CellRendererTextMarkupPropertyInfo Source # 
type AttrLabel CellRendererTextMarkupPropertyInfo Source # 
type AttrGetType CellRendererTextMarkupPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextMarkupPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextMarkupPropertyInfo Source # 
type AttrAllowedOps CellRendererTextMarkupPropertyInfo Source # 

maxWidthChars

data CellRendererTextMaxWidthCharsPropertyInfo Source #

Instances

AttrInfo CellRendererTextMaxWidthCharsPropertyInfo Source # 
type AttrOrigin CellRendererTextMaxWidthCharsPropertyInfo Source # 
type AttrLabel CellRendererTextMaxWidthCharsPropertyInfo Source # 
type AttrGetType CellRendererTextMaxWidthCharsPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextMaxWidthCharsPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextMaxWidthCharsPropertyInfo Source # 
type AttrAllowedOps CellRendererTextMaxWidthCharsPropertyInfo Source # 

placeholderText

data CellRendererTextPlaceholderTextPropertyInfo Source #

Instances

AttrInfo CellRendererTextPlaceholderTextPropertyInfo Source # 
type AttrOrigin CellRendererTextPlaceholderTextPropertyInfo Source # 
type AttrLabel CellRendererTextPlaceholderTextPropertyInfo Source # 
type AttrGetType CellRendererTextPlaceholderTextPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextPlaceholderTextPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextPlaceholderTextPropertyInfo Source # 
type AttrAllowedOps CellRendererTextPlaceholderTextPropertyInfo Source # 

rise

data CellRendererTextRisePropertyInfo Source #

Instances

AttrInfo CellRendererTextRisePropertyInfo Source # 
type AttrOrigin CellRendererTextRisePropertyInfo Source # 
type AttrLabel CellRendererTextRisePropertyInfo Source # 
type AttrGetType CellRendererTextRisePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextRisePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextRisePropertyInfo Source # 
type AttrAllowedOps CellRendererTextRisePropertyInfo Source # 

riseSet

data CellRendererTextRiseSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextRiseSetPropertyInfo Source # 
type AttrOrigin CellRendererTextRiseSetPropertyInfo Source # 
type AttrLabel CellRendererTextRiseSetPropertyInfo Source # 
type AttrGetType CellRendererTextRiseSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextRiseSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextRiseSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextRiseSetPropertyInfo Source # 

scale

data CellRendererTextScalePropertyInfo Source #

Instances

AttrInfo CellRendererTextScalePropertyInfo Source # 
type AttrOrigin CellRendererTextScalePropertyInfo Source # 
type AttrLabel CellRendererTextScalePropertyInfo Source # 
type AttrGetType CellRendererTextScalePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextScalePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextScalePropertyInfo Source # 
type AttrAllowedOps CellRendererTextScalePropertyInfo Source # 

scaleSet

data CellRendererTextScaleSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextScaleSetPropertyInfo Source # 
type AttrOrigin CellRendererTextScaleSetPropertyInfo Source # 
type AttrLabel CellRendererTextScaleSetPropertyInfo Source # 
type AttrGetType CellRendererTextScaleSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextScaleSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextScaleSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextScaleSetPropertyInfo Source # 

singleParagraphMode

data CellRendererTextSingleParagraphModePropertyInfo Source #

Instances

AttrInfo CellRendererTextSingleParagraphModePropertyInfo Source # 
type AttrOrigin CellRendererTextSingleParagraphModePropertyInfo Source # 
type AttrLabel CellRendererTextSingleParagraphModePropertyInfo Source # 
type AttrGetType CellRendererTextSingleParagraphModePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextSingleParagraphModePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextSingleParagraphModePropertyInfo Source # 
type AttrAllowedOps CellRendererTextSingleParagraphModePropertyInfo Source # 

size

data CellRendererTextSizePropertyInfo Source #

Instances

AttrInfo CellRendererTextSizePropertyInfo Source # 
type AttrOrigin CellRendererTextSizePropertyInfo Source # 
type AttrLabel CellRendererTextSizePropertyInfo Source # 
type AttrGetType CellRendererTextSizePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextSizePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextSizePropertyInfo Source # 
type AttrAllowedOps CellRendererTextSizePropertyInfo Source # 

sizePoints

data CellRendererTextSizePointsPropertyInfo Source #

Instances

AttrInfo CellRendererTextSizePointsPropertyInfo Source # 
type AttrOrigin CellRendererTextSizePointsPropertyInfo Source # 
type AttrLabel CellRendererTextSizePointsPropertyInfo Source # 
type AttrGetType CellRendererTextSizePointsPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextSizePointsPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextSizePointsPropertyInfo Source # 
type AttrAllowedOps CellRendererTextSizePointsPropertyInfo Source # 

sizeSet

data CellRendererTextSizeSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextSizeSetPropertyInfo Source # 
type AttrOrigin CellRendererTextSizeSetPropertyInfo Source # 
type AttrLabel CellRendererTextSizeSetPropertyInfo Source # 
type AttrGetType CellRendererTextSizeSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextSizeSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextSizeSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextSizeSetPropertyInfo Source # 

stretch

data CellRendererTextStretchPropertyInfo Source #

Instances

AttrInfo CellRendererTextStretchPropertyInfo Source # 
type AttrOrigin CellRendererTextStretchPropertyInfo Source # 
type AttrLabel CellRendererTextStretchPropertyInfo Source # 
type AttrGetType CellRendererTextStretchPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextStretchPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextStretchPropertyInfo Source # 
type AttrAllowedOps CellRendererTextStretchPropertyInfo Source # 

stretchSet

data CellRendererTextStretchSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextStretchSetPropertyInfo Source # 
type AttrOrigin CellRendererTextStretchSetPropertyInfo Source # 
type AttrLabel CellRendererTextStretchSetPropertyInfo Source # 
type AttrGetType CellRendererTextStretchSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextStretchSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextStretchSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextStretchSetPropertyInfo Source # 

strikethrough

data CellRendererTextStrikethroughPropertyInfo Source #

Instances

AttrInfo CellRendererTextStrikethroughPropertyInfo Source # 
type AttrOrigin CellRendererTextStrikethroughPropertyInfo Source # 
type AttrLabel CellRendererTextStrikethroughPropertyInfo Source # 
type AttrGetType CellRendererTextStrikethroughPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextStrikethroughPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextStrikethroughPropertyInfo Source # 
type AttrAllowedOps CellRendererTextStrikethroughPropertyInfo Source # 

strikethroughSet

data CellRendererTextStrikethroughSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextStrikethroughSetPropertyInfo Source # 
type AttrOrigin CellRendererTextStrikethroughSetPropertyInfo Source # 
type AttrLabel CellRendererTextStrikethroughSetPropertyInfo Source # 
type AttrGetType CellRendererTextStrikethroughSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextStrikethroughSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextStrikethroughSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextStrikethroughSetPropertyInfo Source # 

style

data CellRendererTextStylePropertyInfo Source #

Instances

AttrInfo CellRendererTextStylePropertyInfo Source # 
type AttrOrigin CellRendererTextStylePropertyInfo Source # 
type AttrLabel CellRendererTextStylePropertyInfo Source # 
type AttrGetType CellRendererTextStylePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextStylePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextStylePropertyInfo Source # 
type AttrAllowedOps CellRendererTextStylePropertyInfo Source # 

styleSet

data CellRendererTextStyleSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextStyleSetPropertyInfo Source # 
type AttrOrigin CellRendererTextStyleSetPropertyInfo Source # 
type AttrLabel CellRendererTextStyleSetPropertyInfo Source # 
type AttrGetType CellRendererTextStyleSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextStyleSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextStyleSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextStyleSetPropertyInfo Source # 

text

data CellRendererTextTextPropertyInfo Source #

Instances

AttrInfo CellRendererTextTextPropertyInfo Source # 
type AttrOrigin CellRendererTextTextPropertyInfo Source # 
type AttrLabel CellRendererTextTextPropertyInfo Source # 
type AttrGetType CellRendererTextTextPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextTextPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextTextPropertyInfo Source # 
type AttrAllowedOps CellRendererTextTextPropertyInfo Source # 

underline

data CellRendererTextUnderlinePropertyInfo Source #

Instances

AttrInfo CellRendererTextUnderlinePropertyInfo Source # 
type AttrOrigin CellRendererTextUnderlinePropertyInfo Source # 
type AttrLabel CellRendererTextUnderlinePropertyInfo Source # 
type AttrGetType CellRendererTextUnderlinePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextUnderlinePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextUnderlinePropertyInfo Source # 
type AttrAllowedOps CellRendererTextUnderlinePropertyInfo Source # 

underlineSet

data CellRendererTextUnderlineSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextUnderlineSetPropertyInfo Source # 
type AttrOrigin CellRendererTextUnderlineSetPropertyInfo Source # 
type AttrLabel CellRendererTextUnderlineSetPropertyInfo Source # 
type AttrGetType CellRendererTextUnderlineSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextUnderlineSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextUnderlineSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextUnderlineSetPropertyInfo Source # 

variant

data CellRendererTextVariantPropertyInfo Source #

Instances

AttrInfo CellRendererTextVariantPropertyInfo Source # 
type AttrOrigin CellRendererTextVariantPropertyInfo Source # 
type AttrLabel CellRendererTextVariantPropertyInfo Source # 
type AttrGetType CellRendererTextVariantPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextVariantPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextVariantPropertyInfo Source # 
type AttrAllowedOps CellRendererTextVariantPropertyInfo Source # 

variantSet

data CellRendererTextVariantSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextVariantSetPropertyInfo Source # 
type AttrOrigin CellRendererTextVariantSetPropertyInfo Source # 
type AttrLabel CellRendererTextVariantSetPropertyInfo Source # 
type AttrGetType CellRendererTextVariantSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextVariantSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextVariantSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextVariantSetPropertyInfo Source # 

weight

data CellRendererTextWeightPropertyInfo Source #

Instances

AttrInfo CellRendererTextWeightPropertyInfo Source # 
type AttrOrigin CellRendererTextWeightPropertyInfo Source # 
type AttrLabel CellRendererTextWeightPropertyInfo Source # 
type AttrGetType CellRendererTextWeightPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextWeightPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextWeightPropertyInfo Source # 
type AttrAllowedOps CellRendererTextWeightPropertyInfo Source # 

weightSet

data CellRendererTextWeightSetPropertyInfo Source #

Instances

AttrInfo CellRendererTextWeightSetPropertyInfo Source # 
type AttrOrigin CellRendererTextWeightSetPropertyInfo Source # 
type AttrLabel CellRendererTextWeightSetPropertyInfo Source # 
type AttrGetType CellRendererTextWeightSetPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextWeightSetPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextWeightSetPropertyInfo Source # 
type AttrAllowedOps CellRendererTextWeightSetPropertyInfo Source # 

widthChars

data CellRendererTextWidthCharsPropertyInfo Source #

Instances

AttrInfo CellRendererTextWidthCharsPropertyInfo Source # 
type AttrOrigin CellRendererTextWidthCharsPropertyInfo Source # 
type AttrLabel CellRendererTextWidthCharsPropertyInfo Source # 
type AttrGetType CellRendererTextWidthCharsPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextWidthCharsPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextWidthCharsPropertyInfo Source # 
type AttrAllowedOps CellRendererTextWidthCharsPropertyInfo Source # 

wrapMode

data CellRendererTextWrapModePropertyInfo Source #

Instances

AttrInfo CellRendererTextWrapModePropertyInfo Source # 
type AttrOrigin CellRendererTextWrapModePropertyInfo Source # 
type AttrLabel CellRendererTextWrapModePropertyInfo Source # 
type AttrGetType CellRendererTextWrapModePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextWrapModePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextWrapModePropertyInfo Source # 
type AttrAllowedOps CellRendererTextWrapModePropertyInfo Source # 

wrapWidth

data CellRendererTextWrapWidthPropertyInfo Source #

Instances

AttrInfo CellRendererTextWrapWidthPropertyInfo Source # 
type AttrOrigin CellRendererTextWrapWidthPropertyInfo Source # 
type AttrLabel CellRendererTextWrapWidthPropertyInfo Source # 
type AttrGetType CellRendererTextWrapWidthPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererTextWrapWidthPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererTextWrapWidthPropertyInfo Source # 
type AttrAllowedOps CellRendererTextWrapWidthPropertyInfo Source # 

Signals

edited