GtkTextAttributes

Undocumented in source.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

appearance
GtkTextAppearance appearance;

#GtkTextAppearance for text.

direction
GtkTextDirection direction;

#GtkTextDirection for text.

font
PangoFontDescription* font;

#PangoFontDescription for text.

fontScale
double fontScale;

Font scale factor.

indent
int indent;

Amount to indent the paragraph, in pixels.

justification
GtkJustification justification;

#GtkJustification for text.

language
PangoLanguage* language;

#PangoLanguage for text.

leftMargin
int leftMargin;

Width of the left margin in pixels.

letterSpacing
int letterSpacing;

Extra space to insert between graphemes, in Pango units

pgBgColor
GdkColor* pgBgColor;
Undocumented in source.
pgBgRgba
GdkRGBA* pgBgRgba;
Undocumented in source.
pixelsAboveLines
int pixelsAboveLines;

Pixels of blank space above paragraphs.

pixelsBelowLines
int pixelsBelowLines;

Pixels of blank space below paragraphs.

pixelsInsideWrap
int pixelsInsideWrap;

Pixels of blank space between wrapped lines in a paragraph.

refcount
uint refcount;
Undocumented in source.
rightMargin
int rightMargin;

Width of the right margin in pixels.

tabs
PangoTabArray* tabs;

Custom #PangoTabArray for this text.

wrapMode
GtkWrapMode wrapMode;

#GtkWrapMode for text.

Meta