方法

GtkBitsetget_nth

声明 [源]

guint
gtk_bitset_get_nth (
  const GtkBitset* self,
  guint nth
)

描述 [源]

返回 self 中第 nth 项的值。

如果 nth 大于等于 self 的大小,则返回 0。

参数

nth

类型: guint

要获取的项的索引。

返回值

类型: guint

self 中第 nth 项的值。