[Glade-users] combos
mw158979
newbie at poczta.gazeta.pl
Tue Jan 24 12:11:59 EST 2006
> Hi everyone!!
> I need to make a window with two combos,in one:Names in the other
:Ages,and
So make a window, then place a container in (eg. vbox),
then place your combos in that container, you can fill them
with items by glade, or later - by code manipulating widgets.
> clicking in one Name and in one year i have to open a file like
> this:NameAge.txt
So you can define in glade callbacks for signal 'changed'
on your combo. Your callback will be called each time
user changes selection. Probably you need two callbacks
(for each combo).
cheers
More information about the Glade-users
mailing list