[Glade-users] combos



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






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]