diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-24 05:51:56 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-24 05:51:56 +0000 |
commit | 6921206dd834fea7f025f5c0a949989d78c07347 (patch) | |
tree | b03dfa734e831d1ad27eb0202ee634a70de8f238 /docs/reference/gtk/tmpl/gtknotebook.sgml | |
parent | 30e97fc11765bd67d8e6dab2077be0c80ee7defc (diff) | |
download | gtk+-6921206dd834fea7f025f5c0a949989d78c07347.tar.gz |
2.11.0GTK_2_11_0
svn path=/trunk/; revision=17903
Diffstat (limited to 'docs/reference/gtk/tmpl/gtknotebook.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtknotebook.sgml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index ff210235dd..e24632d920 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -46,6 +46,7 @@ will be a popup menu allowing the users to switch pages. @notebook: the object which received the signal. @arg1: +@Returns: <!-- ##### SIGNAL GtkNotebook::focus-tab ##### --> <para> @@ -99,6 +100,7 @@ will be a popup menu allowing the users to switch pages. @notebook: the object which received the signal. @arg1: @Param3: +@Returns: <!-- ##### SIGNAL GtkNotebook::select-page ##### --> <para> @@ -123,6 +125,11 @@ Emitted when the user or a function changes the current page. </para> +<!-- ##### ARG GtkNotebook:group ##### --> +<para> + +</para> + <!-- ##### ARG GtkNotebook:group-id ##### --> <para> @@ -685,6 +692,24 @@ gtk_notebook_set_current_page() instead. @Returns: +<!-- ##### FUNCTION gtk_notebook_set_group ##### --> +<para> + +</para> + +@notebook: +@group: + + +<!-- ##### FUNCTION gtk_notebook_get_group ##### --> +<para> + +</para> + +@notebook: +@Returns: + + <!-- ##### USER_FUNCTION GtkNotebookWindowCreationFunc ##### --> <para> A function used by GtkNotebook when a detachable tab is dropped |