方法

GtkNotebookprepend_page

声明 [源代码]

int
gtk_notebook_prepend_page (
  GtkNotebook* notebook,
  GtkWidget* child,
  GtkWidget* tab_label
)

描述 [源代码]

将页面添加到notebook的开头。

参数

child

类型: GtkWidget

用作页面内容的 GtkWidget

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

类型: GtkWidget

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

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

返回值

类型: int

附加页面在 notebook 中的索引(从 0 开始),如果函数失败则返回 -1。