Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

alignSet?: boolean
alignment?: Pango.Alignment

Specifies how to align the lines of text with respect to each other.

Note that this property describes how to align the lines of text in case there are several of them. The "xalign" property of #GtkCellRenderer, on the other hand, sets the horizontal alignment of the whole text.

attributes?: Pango.AttrList
background?: string
backgroundGdk?: Gdk.Color
backgroundSet?: boolean
cellBackground?: string
cellBackgroundGdk?: Gdk.Color
cellBackgroundSet?: boolean
editable?: boolean
editableSet?: boolean
ellipsize?: EllipsizeMode

Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. Setting it to %PANGO_ELLIPSIZE_NONE turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.

ellipsizeSet?: boolean
family?: string
familySet?: boolean
font?: string
fontDesc?: FontDescription
foreground?: string
foregroundGdk?: Gdk.Color
foregroundSet?: boolean
height?: number
isExpanded?: boolean
isExpander?: boolean
language?: string
languageSet?: boolean
markup?: string
rise?: number
riseSet?: boolean
scale?: number
scaleSet?: boolean
sensitive?: boolean
singleParagraphMode?: boolean
size?: number
sizePoints?: number
sizeSet?: boolean
stretch?: Stretch
stretchSet?: boolean
strikethrough?: boolean
strikethroughSet?: boolean
style?: Pango.Style
styleSet?: boolean
text?: string
underline?: Underline
underlineSet?: boolean
userData?: object
variant?: Pango.Variant
variantSet?: boolean
visible?: boolean
weight?: number
weightSet?: boolean
width?: number
widthChars?: number

The desired width of the cell, in characters. If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater.

wrapMode?: Pango.WrapMode

Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set.

wrapWidth?: number

Specifies the width at which the text is wrapped. The wrap-mode property can be used to influence at what character positions the line breaks can be placed. Setting wrap-width to -1 turns wrapping off.

xalign?: number
xpad?: number
yalign?: number
ypad?: number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method