[Glade-users] A concept problem about lookup_widget().
Rikke D. Giles
rgiles@centurytel.net
Mon, 2 Aug 2004 22:33:31 -0700
On 2004.08.02 22:27, SRTsbbg wrote:
> What I want to ask is that if somehow there is possible way to
> lookup those entries in
> this handler. Or is there any other solution such as make handler
> take
> more arguments?...
>
Make the main window a global or static variable. When it's created,
set this variable to equal the window. Refer to it later in the code
as needed.
Rikke