I'm using a Gtk.ComboBox as A Text ComboBox. I've noticed that there isn't a way to distinguish between the user typing in the ComboBox versus the user selecting an item from the DropDownList. In either case, you have to use the Changed event of the ComboBox. This isn't working for me as I need to reflect the distinction. I wish there were a OnSelectedIndexChanged event or something similar. Does anyone know a work around for my problem?
Aaron -- View this message in context: http://mono.1490590.n4.nabble.com/Gtk-ComboBox-Changed-versus-OnSelectedIndexChanged-event-tp4660037.html Sent from the Mono - Gtk# mailing list archive at Nabble.com. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
