[21:10]<2fracsxnnl>Snarius: i don't think that's the case. unless you use gtk_combo_box_new_text() there is no way you can insert text items [21:10]<2fracsxnnl>at least not with a regular gtk_combo_box_new() without defining something [21:10]<2fracsxnnl>i can get you a sample code :) [21:10]<sgzzyus>but you can insert widgets, right? [21:11]<2fracsxnnl>i want to use the combo box to insert text items... i haven't tried to insert widgets... [21:11]<2fracsxnnl>ah, what you're saying is that it is in fact inserting labels? [21:11]<sgzzyus>perl has Gtk2::ComboBoxEntry [21:11]<sgzzyus>i'm sure c has something identical