Gtk.ComboBoxEntry in Gtk# 2.4+ The GtkCombo entry in GTK+ is deprecated in favor of ComboBox widgets, and is thus marked obsolete in Gtk#. Do not use them in new applications.
Cheers, Aaron On Wed, 2006-02-08 at 17:30 +0000, Paulo Augusto wrote: > As far as i can see, ComboBox does not allow for the user to input text, > user can only choose from a pre-defined set of strings. > > That won't do it, i need to present them with choices *and* to allow > users to type some other string if those aren't suitable. > > > > Ter, 2006-02-07 às 15:36 +0000, Carlos Ble escreveu: > > El lun, 06-02-2006 a las 16:56 +0000, Paulo Augusto escribió: > > > In my program, the compiler is complaining that the class Combo() is > > > obsolete(?). But i don't know what to use instead. > > > - ComboBoxEntry() is marked as incomplete > > > - MenuEntry() is marked as incomplete > > > And i ain't even sure if MenuEntry() would be a substitute. > > > > > > Program is running fine with Combo() but i would change if i knew what > > > for. > > > Can anyone tell me what's suposed to substitute the Combo() class? > > > > ComboBox > > > > > > > > _______________________________________________ > > Mono-list maillist - [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
