方法

GtkSelectionModelis_selected

声明 [src]

gboolean
gtk_selection_model_is_selected (
  GtkSelectionModel* model,
  guint position
)

描述 [src]

检查给定项目是否被选中。

参数

位置

类型: guint

要查询的项目位置。

返回值

类型: gboolean

TRUE 如果项目被选中。