- appearance
GtkTextAppearance appearance;
Undocumented in source.
- bitfield0
uint bitfield0;
Undocumented in source.
- direction
GtkTextDirection direction;
Undocumented in source.
- font
PangoFontDescription* font;
Undocumented in source.
- fontScale
double fontScale;
Undocumented in source.
- indent
int indent;
Undocumented in source.
- justification
GtkJustification justification;
Undocumented in source.
- language
PangoLanguage* language;
Undocumented in source.
- leftMargin
int leftMargin;
Undocumented in source.
- pixelsAboveLines
int pixelsAboveLines;
Undocumented in source.
- pixelsBelowLines
int pixelsBelowLines;
Undocumented in source.
- pixelsInsideWrap
int pixelsInsideWrap;
Undocumented in source.
- rightMargin
int rightMargin;
Undocumented in source.
- tabs
PangoTabArray* tabs;
Undocumented in source.
- wrapMode
GtkWrapMode wrapMode;
Undocumented in source.
Using GtkTextAttributes directly should rarely be necessary. It's primarily useful with gtk_text_iter_get_attributes(). As with most GTK+ structs, the fields in this struct should only be read, never modified directly.