虚拟方法

GtkSelectionModelselect_item

声明 [源]

gboolean
select_item (
  GtkSelectionModel* model,
  guint position,
  gboolean unselect_rest
)

描述 [源]

请求在模型中选择一个项目。

参数

position

类型: guint

要选择的项目位置。

unselect_rest

类型: gboolean

是否应该取消选择之前已经选择的项目。

返回值

类型: gboolean

TRUE 如果此操作受到支持并且不应尝试回退。这并不代表项目已被选中。