方法

GtkColumnViewCellget_selected

since: 4.12

声明 [src]

gboolean
gtk_column_view_cell_get_selected (
  GtkColumnViewCell* self
)

描述 [src]

检查项目是否以选中状态显示。

选中状态由列表小部件及其模型维护,不能以其他方式设置。

自 4.12 版本起可用

返回值

类型:  gboolean

TRUE 如果项目被选中。