GtkTextAttributes

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. GtkTextAppearance appearance; pointer to sub-struct containing certain attributes GtkJustification justification; GtkTextDirection direction; PangoFontDescription *font; gdouble font_scale; gint left_margin; gint indent; gint right_margin; gint pixels_above_lines; gint pixels_below_lines; gint pixels_inside_wrap; PangoTabArray *tabs; GtkWrapMode wrap_mode; PangoLanguage *language; guint invisible : 1; guint bg_full_height : 1; guint editable : 1; guint realized : 1;

Members

Variables

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.

Meta