class gtk.Widget(gtk.Object):def modify_fg(state
,color
)def modify_bg(
state
,color
)def modify_text(
state
,color
)def modify_base(
state
,color
)
example
class gtk.Widget(gtk.Object):def modify_fg(state
,color
)def modify_bg(
state
,color
)def modify_text(
state
,color
)def modify_base(
state
,color
)
example