Re: glade and combo boxes

2005-08-24 Thread Gyözö Both
> when i create a combo box in glade 2.6.8, the c code generated uses > gtk_combo_box_new_text() instead of gtk_combo_box_new(), which is what > i'd like to have. is there some way to make glade use the latter > function? > > i didn't give any strings to put into the box in glade. > p.s.: please n

Re: glade and combo boxes

2005-08-22 Thread David M. Cook
On Sun, Aug 21, 2005 at 04:15:28PM +0200, Gy?z? Both wrote: > when i create a combo box in glade 2.6.8, the c code generated uses > gtk_combo_box_new_text() instead of gtk_combo_box_new(), which is what > i'd like to have. is there some way to make glade use the latter > function? > > i didn't gi

glade and combo boxes

2005-08-21 Thread Gyözö Both
hi all, when i create a combo box in glade 2.6.8, the c code generated uses gtk_combo_box_new_text() instead of gtk_combo_box_new(), which is what i'd like to have. is there some way to make glade use the latter function? i didn't give any strings to put into the box in glade. cheers, gyözö p.