Re: classes on GladeGen

2006-08-16 Thread davelist
On Aug 16, 2006, at 8:05 AM, Rafal Janas wrote: > 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 w

classes on GladeGen

2006-08-16 Thread Rafal Janas
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.