Dan,

Here is how I set a default:

                        ListStore store = new ListStore(typeof (string));
                        this.cboLogLevel.Model = store;
                        TreeIter iter = 
store.AppendValues(LogLevel.Debug.ToString());
                        this.cboLogLevel.SetActiveIter(iter);

Vlad
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to