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

Class Style

source code

     object --+    
              |    
gobject.GObject --+
                  |
                 Style

Object GtkStyle

Signals from GtkStyle:
  realize ()
  unrealize ()

Signals from GObject:
  notify (GParam)

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
apply_default_background(...) source code
 
apply_default_pixmap(...) source code
 
attach(...) source code
 
copy(...) source code
 
detach(...) source code
 
do_clone(...) source code
 
do_copy(...) source code
 
do_draw_arrow(...) source code
 
do_draw_box(...) source code
 
do_draw_box_gap(...) source code
 
do_draw_check(...) source code
 
do_draw_diamond(...) source code
 
do_draw_expander(...) source code
 
do_draw_extension(...) source code
 
do_draw_flat_box(...) source code
 
do_draw_focus(...) source code
 
do_draw_handle(...) source code
 
do_draw_hline(...) source code
 
do_draw_layout(...) source code
 
do_draw_option(...) source code
 
do_draw_resize_grip(...) source code
 
do_draw_shadow(...) source code
 
do_draw_shadow_gap(...) source code
 
do_draw_slider(...) source code
 
do_draw_string(...) source code
 
do_draw_tab(...) source code
 
do_draw_vline(...) source code
 
do_init_from_rc(...) source code
 
do_realize(...) source code
 
do_render_icon(...) source code
 
do_set_background(...) source code
 
do_unrealize(...) source code
 
get_font(...) source code
 
lookup_color(...) source code
 
lookup_icon_set(...) source code
 
paint_arrow(...) source code
 
paint_box(...) source code
 
paint_box_gap(...) source code
 
paint_check(...) source code
 
paint_diamond(...) source code
 
paint_expander(...) source code
 
paint_extension(...) source code
 
paint_flat_box(...) source code
 
paint_focus(...) source code
 
paint_handle(...) source code
 
paint_hline(...) source code
 
paint_layout(...) source code
 
paint_option(...) source code
 
paint_polygon(...) source code
 
paint_resize_grip(...) source code
 
paint_shadow(...) source code
 
paint_shadow_gap(...) source code
 
paint_slider(...) source code
 
paint_string(...) source code
 
paint_tab(...) source code
 
paint_vline(...) source code
 
render_icon(...) source code
 
set_background(...) source code
 
set_font(...) source code

Inherited from gobject.GObject: __copy__, __deepcopy__, __delattr__, __eq__, __gdoc__, __ge__, __gobject_init__, __gt__, __hash__, __le__, __lt__, __ne__, __new__, __repr__, __setattr__, chain, connect, connect_after, connect_object, connect_object_after, disconnect, disconnect_by_func, emit, emit_stop_by_name, freeze_notify, get_data, get_properties, get_property, handler_block, handler_block_by_func, handler_disconnect, handler_is_connected, handler_unblock, handler_unblock_by_func, notify, props, set_data, set_properties, set_property, stop_emission, thaw_notify, weak_ref

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

Class Variables [hide private]
  __gtype__ = <GType GtkStyle (46300000)>
Properties [hide private]
  base
  base_gc
  bg
  bg_gc
  bg_pixmap
  black
  black_gc
  dark
  dark_gc
  fg
  fg_gc
  font_desc
  light
  light_gc
  mid
  mid_gc
  text
  text_aa
  text_aa_gc
  text_gc
  white
  white_gc
  xthickness
  ythickness

Inherited from gobject.GObject: __grefcount__

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__