GtkCombobox学习笔记
今天做东西时用到了一点GtkCombobox一点稍微复杂的功能,以前一直使用的简单text形式(下文有在DEVHELP中的原文)实现不了,然后就研究了下GtkTreeStore和 GtkCombobox联合使用的情况.
主要借鉴了帮助文档和此网址的内容:
http://blog.youkuaiyun.com/caterpillar_here/article/details/2632833
下面是简单情况
Inaddition to the model-view API,GtkComboBoxoffersa simple API which is suitable for text-only combo boxes, and hidesthe complexity of managing the data in a model. It consists of thefunctions
gtk_combo_box_new_text()
,