[Gtk-sharp-list] combobox beginner question

"Andrés G. Aragoneses" knocte at gmail.com
Mon Oct 5 11:12:48 EDT 2009


Eric Hancock escribió:
> How do I select an item within a combobox?
> 
> I have been scouring the web for information, however I've been unable
> to find anything useful. Can someone point me to documentation on
> this?

http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html

Seems like you need "_set_active", which in Gtk# may be exposed as
SetActive or a setter property called Active.

Regards,

	Andres

-- 



More information about the Gtk-sharp-list mailing list