gtk :: TextAttributes :: Class TextAttributes
[hide private]
[frames] | no frames]

Class TextAttributes

source code

    object --+    
             |    
gobject.GBoxed --+
                 |
                TextAttributes

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
copy(...) source code
 
copy_values(...) source code

Inherited from gobject.GBoxed: __eq__, __ge__, __gt__, __hash__, __le__, __lt__, __ne__, __new__, __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __gtype__ = <GType GtkTextAttributes (45495104)>
Properties [hide private]
  bg_color
  bg_full_height
  bg_stipple
  direction
  draw_bg
  editable
  fg_color
  fg_stipple
  font
  font_scale
  indent
  invisible
  justification
  language
  left_margin
  pad1
  pad2
  pad3
  pad4
  pixels_above_lines
  pixels_below_lines
  pixels_inside_wrap
  realized
  right_margin
  rise
  strikethrough
  tabs
  underline
  wrap_mode

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

copy(...)

source code 
Overrides: gobject.GBoxed.copy