API 版本:4.0
库版本:4.17.2
由 gi-docgen 2024.2 生成的
int gtk_notebook_prepend_page ( GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label )
将页面添加到notebook的开头。
notebook
child
类型: GtkWidget
GtkWidget
用作页面内容的 GtkWidget。
tab_label
用作页面标签的 GtkWidget,或 NULL 使用默认标签,“页面 N”。
NULL
类型: int
int
附加页面在 notebook 中的索引(从 0 开始),如果函数失败则返回 -1。