how would I set a Gtk::ComboBoxText to non-editable, what I mean here is there may be say 10 selections in the combo box to choose from how can I make it so your simply not allowed to choose something other than the text I have set it to? (this question does not relate to my putting a Gtk::Entry into a combo box and making that non editable, or something like that)
set_sensitive(false) fixed everything