方法

GtkSelectionModelselect_item

声明 [源代码]

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

描述 [源代码]

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

参数

position

类型: guint

要选择的项目位置。

unselect_rest

类型: gboolean

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

返回值

类型: gboolean

TRUE 如果此操作受支持且不应尝试回退。这并不意味着项目已被选择。