From: Dennis S. <sy...@yo...> - 2004-11-22 15:53:33
|
I think it's best to use GtkOptionMenu with gtk < 2.4 and I bet there is something like that for gtk 1.2 as well :) What do you think ? On Sat, 2004-11-20 at 02:44 -0300, Duilio Javier Protti wrote: > >Do you have a suggestion for the work around combobox thingy ? > > > >Cheers, > >Dennis > > I see three possibilities here: > > - Avoid the use of GtkComboBox within libvisual-widgets. > - Use GtkComboBox, and give our own implementation when gtk2 < 2.4. > - Require gtk2 >= 2.4. > > The second option is not so much weird as it appears on a first look: if > we decide to use GtkComboBox, even if we require gtk2 >= 2.4, we will > need to implement combobox for the gtk1 port anyway, because combobox > doesn't exists on gtk1 and it will never do. > > IMHO, the first option is the best, but just a suggestion... > > > Bye, > Duilio. |