方法

声明 [源]

int
gtk_notebook_insert_page (
  GtkNotebook* notebook,
  GtkWidget* child,
  GtkWidget* tab_label,
  int position
)

描述 [源]

在给定的位置插入页到 notebook 中。

参数

child

类型: GtkWidget

使用作为页面内容的 GtkWidget

数据由方法调用者所拥有。
tab_label

类型: GtkWidget

用作页面标签的 GtkWidget,或 NULL 以使用默认标签,“页面 N”。

参数可以是 NULL
数据由方法调用者所拥有。
position

类型: int

要插入页面的索引(从 0 开始),或 -1 以将页面附加到所有其他页面之后。

返回值

类型: int

插入页在笔记本中的索引(从0开始),或函数失败时为-1。