classes on GladeGen

Rafal Janas rafal at ewipo.pl
Wed Aug 16 08:05:03 EDT 2006


Hi.

I create simple program using glade and GladeGen.
In main.py is main class and in wind.py is wind class.
In main class is entry1 and button1. When I click on button1 I open wind
class wind.Wind()
In wind class is entry1 field when I type some values and how can I send
this value to main class.
When I type main.Main().widgets['entry1'].set_text("something") it open
new class but I want do it in window which is open
How to do it?

Rafal



More information about the Python-list mailing list