public class TextTag : Object {
public weak TextTagTable table ;
public int priority ;
public weak TextAttributes values ;
public uint bg_color_set ;
public uint bg_stipple_set ;
public uint fg_color_set ;
public uint fg_stipple_set ;
public uint bg_full_height_set ;
public uint pg_bg_color_set ;
public uint pad1 ;
public weak bool accumulative_margin { get; set; } ;
public weak string background { set; } ;
public weak bool background_full_height { get; set; } ;
public weak bool background_full_height_set { get; set; } ;
public weak Gdk.Color background_gdk { get; set; } ;
public weak bool background_set { get; set; } ;
public weak Gdk.Pixmap background_stipple { get; set; } ;
public weak bool background_stipple_set { get; set; } ;
public weak TextDirection direction { get; set; } ;
public weak bool editable { get; set; } ;
public weak bool editable_set { get; set; } ;
public weak string family { get; set; } ;
public weak bool family_set { get; set; } ;
public weak string font { get; set; } ;
public weak Pango.FontDescription font_desc { get; set; } ;
public weak string foreground { set; } ;
public weak Gdk.Color foreground_gdk { get; set; } ;
public weak bool foreground_set { get; set; } ;
public weak Gdk.Pixmap foreground_stipple { get; set; } ;
public weak bool foreground_stipple_set { get; set; } ;
public weak int indent { get; set; } ;
public weak bool indent_set { get; set; } ;
public weak bool invisible { get; set; } ;
public weak bool invisible_set { get; set; } ;
public weak Justification justification { get; set; } ;
public weak bool justification_set { get; set; } ;
public weak string language { get; set; } ;
public weak bool language_set { get; set; } ;
public weak int left_margin { get; set; } ;
public weak bool left_margin_set { get; set; } ;
public weak string name { get; construct } ;
public weak string paragraph_background { set; } ;
public weak Gdk.Color paragraph_background_gdk { get; set; } ;
public weak bool paragraph_background_set { get; set; } ;
public weak int pixels_above_lines { get; set; } ;
public weak bool pixels_above_lines_set { get; set; } ;
public weak int pixels_below_lines { get; set; } ;
public weak bool pixels_below_lines_set { get; set; } ;
public weak int pixels_inside_wrap { get; set; } ;
public weak bool pixels_inside_wrap_set { get; set; } ;
public weak int right_margin { get; set; } ;
public weak bool right_margin_set { get; set; } ;
public weak int rise { get; set; } ;
public weak bool rise_set { get; set; } ;
public weak double scale { get; set; } ;
public weak bool scale_set { get; set; } ;
public weak int size { get; set; } ;
public weak double size_points { get; set; } ;
public weak bool size_set { get; set; } ;
public weak Pango.Stretch stretch { get; set; } ;
public weak bool stretch_set { get; set; } ;
public weak bool strikethrough { get; set; } ;
public weak bool strikethrough_set { get; set; } ;
public weak Pango.Style style { get; set; } ;
public weak bool style_set { get; set; } ;
public weak Pango.TabArray tabs { get; set; } ;
public weak bool tabs_set { get; set; } ;
public weak Pango.Underline underline { get; set; } ;
public weak bool underline_set { get; set; } ;
public weak Pango.Variant variant { get; set; } ;
public weak bool variant_set { get; set; } ;
public weak int weight { get; set; } ;
public weak bool weight_set { get; set; } ;
public weak WrapMode wrap_mode { get; set; } ;
public weak bool wrap_mode_set { get; set; } ;
public TextTag ( string name ) ;
public signal bool event ( GLib.Object event_object,
Gdk.Event event,
TextIter iter ) ;
public int get_priority ( ) ;
public void set_priority ( int priority ) ;
}

public TextTag ( string name ) ;
public weak TextTagTable table ;
public int priority ;
public weak TextAttributes values ;
public uint bg_color_set ;
public uint bg_stipple_set ;
public uint fg_color_set ;
public uint fg_stipple_set ;
public uint bg_full_height_set ;
public uint pg_bg_color_set ;
public uint pad1 ;
public signal bool event ( GLib.Object event_object,
Gdk.Event event,
TextIter iter ) ;
public weak bool accumulative_margin { get; set; } ;
public weak string background { set; } ;
public weak bool background_full_height { get; set; } ;
public weak bool background_full_height_set { get; set; } ;
public weak Gdk.Color background_gdk { get; set; } ;
public weak bool background_set { get; set; } ;
public weak Gdk.Pixmap background_stipple { get; set; } ;
public weak bool background_stipple_set { get; set; } ;
public weak TextDirection direction { get; set; } ;
public weak bool editable { get; set; } ;
public weak bool editable_set { get; set; } ;
public weak string family { get; set; } ;
public weak bool family_set { get; set; } ;
public weak string font { get; set; } ;
public weak Pango.FontDescription font_desc { get; set; } ;
public weak string foreground { set; } ;
public weak Gdk.Color foreground_gdk { get; set; } ;
public weak bool foreground_set { get; set; } ;
public weak Gdk.Pixmap foreground_stipple { get; set; } ;
public weak bool foreground_stipple_set { get; set; } ;
public weak int indent { get; set; } ;
public weak bool indent_set { get; set; } ;
public weak bool invisible { get; set; } ;
public weak bool invisible_set { get; set; } ;
public weak Justification justification { get; set; } ;
public weak bool justification_set { get; set; } ;
public weak string language { get; set; } ;
public weak bool language_set { get; set; } ;
public weak int left_margin { get; set; } ;
public weak bool left_margin_set { get; set; } ;
public weak string name { get; construct } ;
public weak string paragraph_background { set; } ;
public weak Gdk.Color paragraph_background_gdk { get; set; } ;
public weak bool paragraph_background_set { get; set; } ;
public weak int pixels_above_lines { get; set; } ;
public weak bool pixels_above_lines_set { get; set; } ;
public weak int pixels_below_lines { get; set; } ;
public weak bool pixels_below_lines_set { get; set; } ;
public weak int pixels_inside_wrap { get; set; } ;
public weak bool pixels_inside_wrap_set { get; set; } ;
public weak int right_margin { get; set; } ;
public weak bool right_margin_set { get; set; } ;
public weak int rise { get; set; } ;
public weak bool rise_set { get; set; } ;
public weak double scale { get; set; } ;
public weak bool scale_set { get; set; } ;
public weak int size { get; set; } ;
public weak double size_points { get; set; } ;
public weak bool size_set { get; set; } ;
public weak Pango.Stretch stretch { get; set; } ;
public weak bool stretch_set { get; set; } ;
public weak bool strikethrough { get; set; } ;
public weak bool strikethrough_set { get; set; } ;
public weak Pango.Style style { get; set; } ;
public weak bool style_set { get; set; } ;
public weak Pango.TabArray tabs { get; set; } ;
public weak bool tabs_set { get; set; } ;
public weak Pango.Underline underline { get; set; } ;
public weak bool underline_set { get; set; } ;
public weak Pango.Variant variant { get; set; } ;
public weak bool variant_set { get; set; } ;
public weak int weight { get; set; } ;
public weak bool weight_set { get; set; } ;
public weak WrapMode wrap_mode { get; set; } ;
public weak bool wrap_mode_set { get; set; } ;
public int get_priority ( ) ;
public void set_priority ( int priority ) ;
Created by Valadoc