From: Duilio J. P. <dp...@fc...> - 2004-11-20 05:43:28
|
>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. |