属性

GtkComboBox:active

声明

property active: int [ read, write ]

描述 [源]

当前激活的项目。

如果模型是一个非平面treemodel,且激活项不是树的根的直接子项,则此属性的值为 gtk_tree_path_get_indices (path)[0],其中 path 是激活项的 GtkTreePath

类型:gint

默认值-1
获取方法gtk_combo_box_get_active()
设置方法gtk_combo_box_set_active()

标志

可读
可写
构造
仅构造