[Gtk-sharp-list] How to clear combobox (easy way if possible)?
Maciej Pilichowski
bluedzins at wp.pl
Tue Dec 8 11:24:51 EST 2009
Hello,
On Sunday 06 December 2009 22:43:25 Chris Howie wrote:
> If you are going to be doing anything but simple add/remove
> operations on your ComboBox's entries, then you should instead use
> your own model, since the base TreeModel interface is read-only.
> Look at creating a ListStore (new ListStore(typeof(string))).
Works like a charm, thank you very much! :-)
Cheers,
More information about the Gtk-sharp-list
mailing list