Lawrence Oluyede ha scritto:
> Il 2005-12-13, ivan.dm <[EMAIL PROTECTED]> ha scritto:
>
>>Hi all.
>>
>>in this sentence:
>>self.area = gtk.DrawingArea()
>>self.style = self.area.get_style()
>>self.gc = self.style.fg_gc[gtk.STATE_NORMAL]
>>
>>where can I find about style and its property?
>
>
> I
Il 2005-12-13, ivan.dm <[EMAIL PROTECTED]> ha scritto:
> Hi all.
>
> in this sentence:
> self.area = gtk.DrawingArea()
> self.style = self.area.get_style()
> self.gc = self.style.fg_gc[gtk.STATE_NORMAL]
>
> where can I find about style and its property?
In the tutorial:
http://www.pygtk.org/pygtk2