方法
GtkComboBoxTextinsert_text
已弃用:4.10
声明 [src]
void
gtk_combo_box_text_insert_text (
GtkComboBoxText* combo_box,
int position,
const char* text
)
描述 [src]
在 combo_box
保存的字符串列表中,在 position
位置插入 text
。
如果 position
是负数,则 text
将被附加。
这与调用 gtk_combo_box_text_insert()
并传递一个 NULL
ID 字符串相同。
已弃用自 4.10
使用 GtkDropDown
.