虚拟方法

GtkSelectionModelis_selected

声明 [源代码]

gboolean
is_selected (
  GtkSelectionModel* model,
  guint position
)

描述 [源代码]

检查给定项是否已选择。

参数

position

类型: guint

要查询的项的位置。

返回值

类型: gboolean

TRUE 如果项被选择。