API 版本:4.0
库版本:4.17.2
由 gi-docgen 2024.2 生成
int gtk_notebook_append_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。