gtk+-2.0 Reference Manual

Synopsis

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 ) ;
}

TextTag Description

Details

Constructor Details

TextTag ()
    public                              TextTag                   ( string              name ) ;		

Field Details

table
    public    weak TextTagTable         table ;		

priority
    public    int                       priority ;		

values
    public    weak TextAttributes       values ;		

bg_color_set
    public    uint                      bg_color_set ;		

bg_stipple_set
    public    uint                      bg_stipple_set ;		

fg_color_set
    public    uint                      fg_color_set ;		

fg_stipple_set
    public    uint                      fg_stipple_set ;		

bg_full_height_set
    public    uint                      bg_full_height_set ;		

pg_bg_color_set
    public    uint                      pg_bg_color_set ;		

pad1
    public    uint                      pad1 ;		

Signal Details

event
    public    signal bool               event                     ( GLib.Object         event_object,
                                                                    Gdk.Event           event,
                                                                    TextIter            iter )  ;		

Property Details

accumulative_margin
    public    weak bool                 accumulative_margin       { get; set; } ;		

background
    public    weak string               background                { set; } ;		

background_full_height
    public    weak bool                 background_full_height    { get; set; } ;		

background_full_height_set
    public    weak bool                 background_full_height_set { get; set; } ;		

background_gdk
    public    weak Gdk.Color            background_gdk            { get; set; } ;		

background_set
    public    weak bool                 background_set            { get; set; } ;		

background_stipple
    public    weak Gdk.Pixmap           background_stipple        { get; set; } ;		

background_stipple_set
    public    weak bool                 background_stipple_set    { get; set; } ;		

direction
    public    weak TextDirection        direction                 { get; set; } ;		

editable
    public    weak bool                 editable                  { get; set; } ;		

editable_set
    public    weak bool                 editable_set              { get; set; } ;		

family
    public    weak string               family                    { get; set; } ;		

family_set
    public    weak bool                 family_set                { get; set; } ;		

font
    public    weak string               font                      { get; set; } ;		

font_desc
    public    weak Pango.FontDescription  font_desc                 { get; set; } ;		

foreground
    public    weak string               foreground                { set; } ;		

foreground_gdk
    public    weak Gdk.Color            foreground_gdk            { get; set; } ;		

foreground_set
    public    weak bool                 foreground_set            { get; set; } ;		

foreground_stipple
    public    weak Gdk.Pixmap           foreground_stipple        { get; set; } ;		

foreground_stipple_set
    public    weak bool                 foreground_stipple_set    { get; set; } ;		

indent
    public    weak int                  indent                    { get; set; } ;		

indent_set
    public    weak bool                 indent_set                { get; set; } ;		

invisible
    public    weak bool                 invisible                 { get; set; } ;		

invisible_set
    public    weak bool                 invisible_set             { get; set; } ;		

justification
    public    weak Justification        justification             { get; set; } ;		

justification_set
    public    weak bool                 justification_set         { get; set; } ;		

language
    public    weak string               language                  { get; set; } ;		

language_set
    public    weak bool                 language_set              { get; set; } ;		

left_margin
    public    weak int                  left_margin               { get; set; } ;		

left_margin_set
    public    weak bool                 left_margin_set           { get; set; } ;		

name
    public    weak string               name                      { get; construct } ;		

paragraph_background
    public    weak string               paragraph_background      { set; } ;		

paragraph_background_gdk
    public    weak Gdk.Color            paragraph_background_gdk  { get; set; } ;		

paragraph_background_set
    public    weak bool                 paragraph_background_set  { get; set; } ;		

pixels_above_lines
    public    weak int                  pixels_above_lines        { get; set; } ;		

pixels_above_lines_set
    public    weak bool                 pixels_above_lines_set    { get; set; } ;		

pixels_below_lines
    public    weak int                  pixels_below_lines        { get; set; } ;		

pixels_below_lines_set
    public    weak bool                 pixels_below_lines_set    { get; set; } ;		

pixels_inside_wrap
    public    weak int                  pixels_inside_wrap        { get; set; } ;		

pixels_inside_wrap_set
    public    weak bool                 pixels_inside_wrap_set    { get; set; } ;		

right_margin
    public    weak int                  right_margin              { get; set; } ;		

right_margin_set
    public    weak bool                 right_margin_set          { get; set; } ;		

rise
    public    weak int                  rise                      { get; set; } ;		

rise_set
    public    weak bool                 rise_set                  { get; set; } ;		

scale
    public    weak double               scale                     { get; set; } ;		

scale_set
    public    weak bool                 scale_set                 { get; set; } ;		

size
    public    weak int                  size                      { get; set; } ;		

size_points
    public    weak double               size_points               { get; set; } ;		

size_set
    public    weak bool                 size_set                  { get; set; } ;		

stretch
    public    weak Pango.Stretch        stretch                   { get; set; } ;		

stretch_set
    public    weak bool                 stretch_set               { get; set; } ;		

strikethrough
    public    weak bool                 strikethrough             { get; set; } ;		

strikethrough_set
    public    weak bool                 strikethrough_set         { get; set; } ;		

style
    public    weak Pango.Style          style                     { get; set; } ;		

style_set
    public    weak bool                 style_set                 { get; set; } ;		

tabs
    public    weak Pango.TabArray       tabs                      { get; set; } ;		

tabs_set
    public    weak bool                 tabs_set                  { get; set; } ;		

underline
    public    weak Pango.Underline      underline                 { get; set; } ;		

underline_set
    public    weak bool                 underline_set             { get; set; } ;		

variant
    public    weak Pango.Variant        variant                   { get; set; } ;		

variant_set
    public    weak bool                 variant_set               { get; set; } ;		

weight
    public    weak int                  weight                    { get; set; } ;		

weight_set
    public    weak bool                 weight_set                { get; set; } ;		

wrap_mode
    public    weak WrapMode             wrap_mode                 { get; set; } ;		

wrap_mode_set
    public    weak bool                 wrap_mode_set             { get; set; } ;		

Method Details

get_priority ()
    public    int                       get_priority              (  ) ;		

set_priority ()
    public    void                      set_priority              ( int                 priority ) ;		


Created by Valadoc