Created 星期六 03 十二月 2011
ComboBoxEntry
和TreeView类似。
column_title col;
store=Gtk::ListStore::create(col);
combo_style->set_model(store);
//combo_style->set_title("style");
combo_style->set_text_column(col.style);
store=Gtk::ListStore::create(col);
combo_style->set_model(store);
//combo_style->set_title("style");
combo_style->set_text_column(col.style);
add_style();