~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkNotebook.html

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
9
9
<link rel="prev" href="GtkLayout.html" title="GtkLayout">
10
10
<link rel="next" href="GtkTable.html" title="GtkTable">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
55
55
struct              <a class="link" href="GtkNotebook.html#GtkNotebook-struct" title="struct GtkNotebook">GtkNotebook</a>;
56
56
                    <a class="link" href="GtkNotebook.html#GtkNotebookPage" title="GtkNotebookPage">GtkNotebookPage</a>;
57
57
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkNotebook.html#gtk-notebook-new" title="gtk_notebook_new ()">gtk_notebook_new</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
58
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-append-page" title="gtk_notebook_append_page ()">gtk_notebook_append_page</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
59
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
60
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);
61
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-append-page-menu" title="gtk_notebook_append_page_menu ()">gtk_notebook_append_page_menu</a>       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
62
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
63
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
64
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);
65
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-prepend-page" title="gtk_notebook_prepend_page ()">gtk_notebook_prepend_page</a>           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
66
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
67
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);
68
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-prepend-page-menu" title="gtk_notebook_prepend_page_menu ()">gtk_notebook_prepend_page_menu</a>      (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
69
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
70
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
71
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);
72
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-insert-page" title="gtk_notebook_insert_page ()">gtk_notebook_insert_page</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
73
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
74
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
75
 
                                                         <em class="parameter"><code><span class="type">gint</span> position</code></em>);
76
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-insert-page-menu" title="gtk_notebook_insert_page_menu ()">gtk_notebook_insert_page_menu</a>       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
58
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-append-page" title="gtk_notebook_append_page ()">gtk_notebook_append_page</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
59
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
 
60
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);
 
61
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-append-page-menu" title="gtk_notebook_append_page_menu ()">gtk_notebook_append_page_menu</a>       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
62
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
 
63
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
 
64
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);
 
65
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-prepend-page" title="gtk_notebook_prepend_page ()">gtk_notebook_prepend_page</a>           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
66
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
 
67
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);
 
68
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-prepend-page-menu" title="gtk_notebook_prepend_page_menu ()">gtk_notebook_prepend_page_menu</a>      (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
69
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
 
70
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
 
71
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);
 
72
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-insert-page" title="gtk_notebook_insert_page ()">gtk_notebook_insert_page</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
73
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
 
74
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
 
75
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
 
76
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-insert-page-menu" title="gtk_notebook_insert_page_menu ()">gtk_notebook_insert_page_menu</a>       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
77
77
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
78
78
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
79
79
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>,
80
 
                                                         <em class="parameter"><code><span class="type">gint</span> position</code></em>);
 
80
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
81
81
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-remove-page" title="gtk_notebook_remove_page ()">gtk_notebook_remove_page</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
82
 
                                                         <em class="parameter"><code><span class="type">gint</span> page_num</code></em>);
 
82
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);
83
83
#define             <a class="link" href="GtkNotebook.html#gtk-notebook-current-page" title="gtk_notebook_current_page">gtk_notebook_current_page</a>
84
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-page-num" title="gtk_notebook_page_num ()">gtk_notebook_page_num</a>               (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
84
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-page-num" title="gtk_notebook_page_num ()">gtk_notebook_page_num</a>               (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
85
85
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
86
86
#define             <a class="link" href="GtkNotebook.html#gtk-notebook-set-page" title="gtk_notebook_set_page">gtk_notebook_set_page</a>
87
87
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-next-page" title="gtk_notebook_next_page ()">gtk_notebook_next_page</a>              (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
88
88
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-prev-page" title="gtk_notebook_prev_page ()">gtk_notebook_prev_page</a>              (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
89
89
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-reorder-child" title="gtk_notebook_reorder_child ()">gtk_notebook_reorder_child</a>          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
90
90
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
91
 
                                                         <em class="parameter"><code><span class="type">gint</span> position</code></em>);
 
91
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
92
92
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-pos" title="gtk_notebook_set_tab_pos ()">gtk_notebook_set_tab_pos</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
93
93
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> pos</code></em>);
94
94
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-show-tabs" title="gtk_notebook_set_show_tabs ()">gtk_notebook_set_show_tabs</a>          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
95
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> show_tabs</code></em>);
 
95
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_tabs</code></em>);
96
96
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-show-border" title="gtk_notebook_set_show_border ()">gtk_notebook_set_show_border</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
97
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> show_border</code></em>);
 
97
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_border</code></em>);
98
98
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-scrollable" title="gtk_notebook_set_scrollable ()">gtk_notebook_set_scrollable</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
99
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> scrollable</code></em>);
 
99
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> scrollable</code></em>);
100
100
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-border" title="gtk_notebook_set_tab_border ()">gtk_notebook_set_tab_border</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
101
 
                                                         <em class="parameter"><code><span class="type">guint</span> border_width</code></em>);
 
101
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> border_width</code></em>);
102
102
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-popup-enable" title="gtk_notebook_popup_enable ()">gtk_notebook_popup_enable</a>           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
103
103
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-popup-disable" title="gtk_notebook_popup_disable ()">gtk_notebook_popup_disable</a>          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
104
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-get-current-page" title="gtk_notebook_get_current_page ()">gtk_notebook_get_current_page</a>       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
104
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-get-current-page" title="gtk_notebook_get_current_page ()">gtk_notebook_get_current_page</a>       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
105
105
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkNotebook.html#gtk-notebook-get-menu-label" title="gtk_notebook_get_menu_label ()">gtk_notebook_get_menu_label</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
106
106
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
107
107
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkNotebook.html#gtk-notebook-get-nth-page" title="gtk_notebook_get_nth_page ()">gtk_notebook_get_nth_page</a>           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
108
 
                                                         <em class="parameter"><code><span class="type">gint</span> page_num</code></em>);
109
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-get-n-pages" title="gtk_notebook_get_n_pages ()">gtk_notebook_get_n_pages</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
108
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);
 
109
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-get-n-pages" title="gtk_notebook_get_n_pages ()">gtk_notebook_get_n_pages</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
110
110
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-label" title="gtk_notebook_get_tab_label ()">gtk_notebook_get_tab_label</a>          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
111
111
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
112
112
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-query-tab-label-packing" title="gtk_notebook_query_tab_label_packing ()">gtk_notebook_query_tab_label_packing</a>
113
113
                                                        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
114
114
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
115
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> *expand</code></em>,
116
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> *fill</code></em>,
 
115
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *expand</code></em>,
 
116
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *fill</code></em>,
117
117
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> *pack_type</code></em>);
118
118
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-homogeneous-tabs" title="gtk_notebook_set_homogeneous_tabs ()">gtk_notebook_set_homogeneous_tabs</a>   (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
119
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> homogeneous</code></em>);
 
119
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);
120
120
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-menu-label" title="gtk_notebook_set_menu_label ()">gtk_notebook_set_menu_label</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
121
121
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
122
122
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);
123
123
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-menu-label-text" title="gtk_notebook_set_menu_label_text ()">gtk_notebook_set_menu_label_text</a>    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
124
124
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
125
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *menu_text</code></em>);
 
125
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *menu_text</code></em>);
126
126
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-hborder" title="gtk_notebook_set_tab_hborder ()">gtk_notebook_set_tab_hborder</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
127
 
                                                         <em class="parameter"><code><span class="type">guint</span> tab_hborder</code></em>);
 
127
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> tab_hborder</code></em>);
128
128
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-label" title="gtk_notebook_set_tab_label ()">gtk_notebook_set_tab_label</a>          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
129
129
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
130
130
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);
131
131
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-label-packing" title="gtk_notebook_set_tab_label_packing ()">gtk_notebook_set_tab_label_packing</a>  (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
132
132
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
133
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> expand</code></em>,
134
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> fill</code></em>,
 
133
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>,
 
134
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> fill</code></em>,
135
135
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);
136
136
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-label-text" title="gtk_notebook_set_tab_label_text ()">gtk_notebook_set_tab_label_text</a>     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
137
137
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
138
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tab_text</code></em>);
 
138
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tab_text</code></em>);
139
139
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-vborder" title="gtk_notebook_set_tab_vborder ()">gtk_notebook_set_tab_vborder</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
140
 
                                                         <em class="parameter"><code><span class="type">guint</span> tab_vborder</code></em>);
 
140
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> tab_vborder</code></em>);
141
141
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-reorderable" title="gtk_notebook_set_tab_reorderable ()">gtk_notebook_set_tab_reorderable</a>    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
142
142
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
143
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> reorderable</code></em>);
 
143
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);
144
144
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-tab-detachable" title="gtk_notebook_set_tab_detachable ()">gtk_notebook_set_tab_detachable</a>     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
145
145
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
146
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> detachable</code></em>);
147
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="GtkNotebook.html#gtk-notebook-get-menu-label-text" title="gtk_notebook_get_menu_label_text ()">gtk_notebook_get_menu_label_text</a>    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
146
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> detachable</code></em>);
 
147
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GtkNotebook.html#gtk-notebook-get-menu-label-text" title="gtk_notebook_get_menu_label_text ()">gtk_notebook_get_menu_label_text</a>    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
148
148
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
149
 
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-scrollable" title="gtk_notebook_get_scrollable ()">gtk_notebook_get_scrollable</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
150
 
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-show-border" title="gtk_notebook_get_show_border ()">gtk_notebook_get_show_border</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
151
 
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-show-tabs" title="gtk_notebook_get_show_tabs ()">gtk_notebook_get_show_tabs</a>          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
152
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-label-text" title="gtk_notebook_get_tab_label_text ()">gtk_notebook_get_tab_label_text</a>     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
149
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-scrollable" title="gtk_notebook_get_scrollable ()">gtk_notebook_get_scrollable</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
150
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-show-border" title="gtk_notebook_get_show_border ()">gtk_notebook_get_show_border</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
151
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-show-tabs" title="gtk_notebook_get_show_tabs ()">gtk_notebook_get_show_tabs</a>          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
152
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-label-text" title="gtk_notebook_get_tab_label_text ()">gtk_notebook_get_tab_label_text</a>     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
153
153
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
154
154
<a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="returnvalue">GtkPositionType</span></a>     <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-pos" title="gtk_notebook_get_tab_pos ()">gtk_notebook_get_tab_pos</a>            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
155
 
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-reorderable" title="gtk_notebook_get_tab_reorderable ()">gtk_notebook_get_tab_reorderable</a>    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
156
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
157
 
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-detachable" title="gtk_notebook_get_tab_detachable ()">gtk_notebook_get_tab_detachable</a>     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
158
 
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
159
 
<span class="returnvalue">guint16</span>             <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-hborder" title="gtk_notebook_get_tab_hborder ()">gtk_notebook_get_tab_hborder</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
160
 
<span class="returnvalue">guint16</span>             <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-vborder" title="gtk_notebook_get_tab_vborder ()">gtk_notebook_get_tab_vborder</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
155
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-reorderable" title="gtk_notebook_get_tab_reorderable ()">gtk_notebook_get_tab_reorderable</a>    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
156
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
 
157
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-detachable" title="gtk_notebook_get_tab_detachable ()">gtk_notebook_get_tab_detachable</a>     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
158
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
 
159
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-hborder" title="gtk_notebook_get_tab_hborder ()">gtk_notebook_get_tab_hborder</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
160
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             <a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-vborder" title="gtk_notebook_get_tab_vborder ()">gtk_notebook_get_tab_vborder</a>        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
161
161
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-current-page" title="gtk_notebook_set_current_page ()">gtk_notebook_set_current_page</a>       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
162
 
                                                         <em class="parameter"><code><span class="type">gint</span> page_num</code></em>);
 
162
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);
163
163
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-id" title="gtk_notebook_set_group_id ()">gtk_notebook_set_group_id</a>           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
164
 
                                                         <em class="parameter"><code><span class="type">gint</span> group_id</code></em>);
165
 
<span class="returnvalue">gint</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-id" title="gtk_notebook_get_group_id ()">gtk_notebook_get_group_id</a>           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
164
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> group_id</code></em>);
 
165
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-id" title="gtk_notebook_get_group_id ()">gtk_notebook_get_group_id</a>           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
166
166
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-group" title="gtk_notebook_set_group ()">gtk_notebook_set_group</a>              (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
167
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> group</code></em>);
168
 
<span class="returnvalue">gpointer</span>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-group" title="gtk_notebook_get_group ()">gtk_notebook_get_group</a>              (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
167
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> group</code></em>);
 
168
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            <a class="link" href="GtkNotebook.html#gtk-notebook-get-group" title="gtk_notebook_get_group ()">gtk_notebook_get_group</a>              (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
169
169
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-name" title="gtk_notebook_set_group_name ()">gtk_notebook_set_group_name</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
170
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>);
171
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-name" title="gtk_notebook_get_group_name ()">gtk_notebook_get_group_name</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
 
170
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);
 
171
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-name" title="gtk_notebook_get_group_name ()">gtk_notebook_get_group_name</a>         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);
172
172
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-action-widget" title="gtk_notebook_set_action_widget ()">gtk_notebook_set_action_widget</a>      (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
173
173
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
174
174
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);
176
176
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);
177
177
<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="returnvalue">GtkNotebook</span></a> *       (<a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()">*GtkNotebookWindowCreationFunc</a>)    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *source</code></em>,
178
178
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
179
 
                                                         <em class="parameter"><code><span class="type">gint</span> x</code></em>,
180
 
                                                         <em class="parameter"><code><span class="type">gint</span> y</code></em>,
181
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
 
179
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
 
180
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
 
181
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
182
182
<span class="returnvalue">void</span>                <a class="link" href="GtkNotebook.html#gtk-notebook-set-window-creation-hook" title="gtk_notebook_set_window_creation_hook ()">gtk_notebook_set_window_creation_hook</a>
183
183
                                                        (<em class="parameter"><code><a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()"><span class="type">GtkNotebookWindowCreationFunc</span></a> func</code></em>,
184
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
185
 
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);
 
184
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
 
185
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
186
186
</pre>
187
187
</div>
188
188
<div class="refsect1">
189
189
<a name="GtkNotebook.object-hierarchy"></a><h2>Object Hierarchy</h2>
190
190
<pre class="synopsis">
191
 
  GObject
192
 
   +----GInitiallyUnowned
 
191
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
192
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
193
193
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
194
194
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
195
195
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
205
205
<div class="refsect1">
206
206
<a name="GtkNotebook.properties"></a><h2>Properties</h2>
207
207
<pre class="synopsis">
208
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--enable-popup" title='The "enable-popup" property'>enable-popup</a>"             <span class="type">gboolean</span>              : Read / Write
209
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--group" title='The "group" property'>group</a>"                    <span class="type">gpointer</span>              : Read / Write
210
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--group-id" title='The "group-id" property'>group-id</a>"                 <span class="type">gint</span>                  : Read / Write
211
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--group-name" title='The "group-name" property'>group-name</a>"               <span class="type">gchar</span>*                : Read / Write
212
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--homogeneous" title='The "homogeneous" property'>homogeneous</a>"              <span class="type">gboolean</span>              : Read / Write
213
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--page" title='The "page" property'>page</a>"                     <span class="type">gint</span>                  : Read / Write
214
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--scrollable" title='The "scrollable" property'>scrollable</a>"               <span class="type">gboolean</span>              : Read / Write
215
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--show-border" title='The "show-border" property'>show-border</a>"              <span class="type">gboolean</span>              : Read / Write
216
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--show-tabs" title='The "show-tabs" property'>show-tabs</a>"                <span class="type">gboolean</span>              : Read / Write
217
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-border" title='The "tab-border" property'>tab-border</a>"               <span class="type">guint</span>                 : Write
218
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-hborder" title='The "tab-hborder" property'>tab-hborder</a>"              <span class="type">guint</span>                 : Read / Write
 
208
  "<a class="link" href="GtkNotebook.html#GtkNotebook--enable-popup" title='The "enable-popup" property'>enable-popup</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
209
  "<a class="link" href="GtkNotebook.html#GtkNotebook--group" title='The "group" property'>group</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read / Write
 
210
  "<a class="link" href="GtkNotebook.html#GtkNotebook--group-id" title='The "group-id" property'>group-id</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
211
  "<a class="link" href="GtkNotebook.html#GtkNotebook--group-name" title='The "group-name" property'>group-name</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
212
  "<a class="link" href="GtkNotebook.html#GtkNotebook--homogeneous" title='The "homogeneous" property'>homogeneous</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
213
  "<a class="link" href="GtkNotebook.html#GtkNotebook--page" title='The "page" property'>page</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
214
  "<a class="link" href="GtkNotebook.html#GtkNotebook--scrollable" title='The "scrollable" property'>scrollable</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
215
  "<a class="link" href="GtkNotebook.html#GtkNotebook--show-border" title='The "show-border" property'>show-border</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
216
  "<a class="link" href="GtkNotebook.html#GtkNotebook--show-tabs" title='The "show-tabs" property'>show-tabs</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
217
  "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-border" title='The "tab-border" property'>tab-border</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Write
 
218
  "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-hborder" title='The "tab-hborder" property'>tab-hborder</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
219
219
  "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-pos" title='The "tab-pos" property'>tab-pos</a>"                  <a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a>       : Read / Write
220
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-vborder" title='The "tab-vborder" property'>tab-vborder</a>"              <span class="type">guint</span>                 : Read / Write
 
220
  "<a class="link" href="GtkNotebook.html#GtkNotebook--tab-vborder" title='The "tab-vborder" property'>tab-vborder</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
221
221
</pre>
222
222
</div>
223
223
<div class="refsect1">
224
224
<a name="GtkNotebook.child-properties"></a><h2>Child Properties</h2>
225
225
<pre class="synopsis">
226
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-detachable" title='The "detachable" child property'>detachable</a>"               <span class="type">gboolean</span>              : Read / Write
227
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-menu-label" title='The "menu-label" child property'>menu-label</a>"               <span class="type">gchar</span>*                : Read / Write
228
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-position" title='The "position" child property'>position</a>"                 <span class="type">gint</span>                  : Read / Write
229
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-reorderable" title='The "reorderable" child property'>reorderable</a>"              <span class="type">gboolean</span>              : Read / Write
230
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-expand" title='The "tab-expand" child property'>tab-expand</a>"               <span class="type">gboolean</span>              : Read / Write
231
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-fill" title='The "tab-fill" child property'>tab-fill</a>"                 <span class="type">gboolean</span>              : Read / Write
232
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-label" title='The "tab-label" child property'>tab-label</a>"                <span class="type">gchar</span>*                : Read / Write
 
226
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-detachable" title='The "detachable" child property'>detachable</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
227
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-menu-label" title='The "menu-label" child property'>menu-label</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
228
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-position" title='The "position" child property'>position</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
229
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-reorderable" title='The "reorderable" child property'>reorderable</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
230
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-expand" title='The "tab-expand" child property'>tab-expand</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
231
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-fill" title='The "tab-fill" child property'>tab-fill</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
232
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-label" title='The "tab-label" child property'>tab-label</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
233
233
  "<a class="link" href="GtkNotebook.html#GtkNotebook--c-tab-pack" title='The "tab-pack" child property'>tab-pack</a>"                 <a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a>           : Read / Write
234
234
</pre>
235
235
</div>
236
236
<div class="refsect1">
237
237
<a name="GtkNotebook.style-properties"></a><h2>Style Properties</h2>
238
238
<pre class="synopsis">
239
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-arrow-spacing" title='The "arrow-spacing" style property'>arrow-spacing</a>"            <span class="type">gint</span>                  : Read
240
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-backward-stepper" title='The "has-backward-stepper" style property'>has-backward-stepper</a>"     <span class="type">gboolean</span>              : Read
241
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-forward-stepper" title='The "has-forward-stepper" style property'>has-forward-stepper</a>"      <span class="type">gboolean</span>              : Read
242
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-secondary-backward-stepper" title='The "has-secondary-backward-stepper" style property'>has-secondary-backward-stepper</a>" <span class="type">gboolean</span>              : Read
243
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-secondary-forward-stepper" title='The "has-secondary-forward-stepper" style property'>has-secondary-forward-stepper</a>" <span class="type">gboolean</span>              : Read
244
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-tab-curvature" title='The "tab-curvature" style property'>tab-curvature</a>"            <span class="type">gint</span>                  : Read
245
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-tab-overlap" title='The "tab-overlap" style property'>tab-overlap</a>"              <span class="type">gint</span>                  : Read
 
239
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-arrow-spacing" title='The "arrow-spacing" style property'>arrow-spacing</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
 
240
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-backward-stepper" title='The "has-backward-stepper" style property'>has-backward-stepper</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
 
241
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-forward-stepper" title='The "has-forward-stepper" style property'>has-forward-stepper</a>"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
 
242
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-secondary-backward-stepper" title='The "has-secondary-backward-stepper" style property'>has-secondary-backward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
 
243
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-has-secondary-forward-stepper" title='The "has-secondary-forward-stepper" style property'>has-secondary-forward-stepper</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
 
244
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-tab-curvature" title='The "tab-curvature" style property'>tab-curvature</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
 
245
  "<a class="link" href="GtkNotebook.html#GtkNotebook--s-tab-overlap" title='The "tab-overlap" style property'>tab-overlap</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
246
246
</pre>
247
247
</div>
248
248
<div class="refsect1">
249
249
<a name="GtkNotebook.signals"></a><h2>Signals</h2>
250
250
<pre class="synopsis">
251
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-change-current-page" title='The "change-current-page" signal'>change-current-page</a>"                            : <code class="literal">Action</code>
252
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-create-window" title='The "create-window" signal'>create-window</a>"                                  : <code class="literal">Run Last</code>
253
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-focus-tab" title='The "focus-tab" signal'>focus-tab</a>"                                      : <code class="literal">Action</code>
254
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-move-focus-out" title='The "move-focus-out" signal'>move-focus-out</a>"                                 : <code class="literal">Action</code>
255
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-page-added" title='The "page-added" signal'>page-added</a>"                                     : <code class="literal">Run Last</code>
256
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-page-removed" title='The "page-removed" signal'>page-removed</a>"                                   : <code class="literal">Run Last</code>
257
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-page-reordered" title='The "page-reordered" signal'>page-reordered</a>"                                 : <code class="literal">Run Last</code>
258
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-reorder-tab" title='The "reorder-tab" signal'>reorder-tab</a>"                                    : <code class="literal">Action</code>
259
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-select-page" title='The "select-page" signal'>select-page</a>"                                    : <code class="literal">Action</code>
260
 
  "<a class="link" href="GtkNotebook.html#GtkNotebook-switch-page" title='The "switch-page" signal'>switch-page</a>"                                    : <code class="literal">Run Last</code>
 
251
  "<a class="link" href="GtkNotebook.html#GtkNotebook-change-current-page" title='The "change-current-page" signal'>change-current-page</a>"                            : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
 
252
  "<a class="link" href="GtkNotebook.html#GtkNotebook-create-window" title='The "create-window" signal'>create-window</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
253
  "<a class="link" href="GtkNotebook.html#GtkNotebook-focus-tab" title='The "focus-tab" signal'>focus-tab</a>"                                      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
 
254
  "<a class="link" href="GtkNotebook.html#GtkNotebook-move-focus-out" title='The "move-focus-out" signal'>move-focus-out</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
 
255
  "<a class="link" href="GtkNotebook.html#GtkNotebook-page-added" title='The "page-added" signal'>page-added</a>"                                     : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
256
  "<a class="link" href="GtkNotebook.html#GtkNotebook-page-removed" title='The "page-removed" signal'>page-removed</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
257
  "<a class="link" href="GtkNotebook.html#GtkNotebook-page-reordered" title='The "page-reordered" signal'>page-reordered</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
258
  "<a class="link" href="GtkNotebook.html#GtkNotebook-reorder-tab" title='The "reorder-tab" signal'>reorder-tab</a>"                                    : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
 
259
  "<a class="link" href="GtkNotebook.html#GtkNotebook-select-page" title='The "select-page" signal'>select-page</a>"                                    : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
 
260
  "<a class="link" href="GtkNotebook.html#GtkNotebook-switch-page" title='The "switch-page" signal'>switch-page</a>"                                    : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
261
261
</pre>
262
262
</div>
263
263
<div class="refsect1">
291
291
element.
292
292
</p>
293
293
<div class="example">
294
 
<a name="id1230345"></a><p class="title"><b>Example 46. A UI definition fragment with GtkNotebook</b></p>
 
294
<a name="id1281744"></a><p class="title"><b>Example 46. A UI definition fragment with GtkNotebook</b></p>
295
295
<div class="example-contents">
296
296
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
297
297
    <tbody>
368
368
<hr>
369
369
<div class="refsect2">
370
370
<a name="gtk-notebook-append-page"></a><h3>gtk_notebook_append_page ()</h3>
371
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_append_page            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
371
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_append_page            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
372
372
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
373
373
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);</pre>
374
374
<p>
389
389
<tr>
390
390
<td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
391
391
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
392
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
392
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
393
393
</td>
394
394
</tr>
395
395
<tr>
403
403
<hr>
404
404
<div class="refsect2">
405
405
<a name="gtk-notebook-append-page-menu"></a><h3>gtk_notebook_append_page_menu ()</h3>
406
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_append_page_menu       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
406
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_append_page_menu       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
407
407
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
408
408
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
409
409
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);</pre>
426
426
<tr>
427
427
<td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
428
428
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
429
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
429
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
430
430
</td>
431
431
</tr>
432
432
<tr>
433
433
<td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
434
434
<td>the widget to use as a label for the page-switch
435
 
menu, if that is enabled. If <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
436
 
is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then the menu label will be
 
435
menu, if that is enabled. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
 
436
is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the menu label will be
437
437
a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
438
438
If <em class="parameter"><code>tab_label</code></em> is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, <em class="parameter"><code>menu_label</code></em> must be
439
439
specified if the page-switch menu is to be used. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
450
450
<hr>
451
451
<div class="refsect2">
452
452
<a name="gtk-notebook-prepend-page"></a><h3>gtk_notebook_prepend_page ()</h3>
453
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_prepend_page           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
453
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_prepend_page           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
454
454
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
455
455
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);</pre>
456
456
<p>
471
471
<tr>
472
472
<td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
473
473
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
474
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
474
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
475
475
</td>
476
476
</tr>
477
477
<tr>
485
485
<hr>
486
486
<div class="refsect2">
487
487
<a name="gtk-notebook-prepend-page-menu"></a><h3>gtk_notebook_prepend_page_menu ()</h3>
488
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_prepend_page_menu      (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
488
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_prepend_page_menu      (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
489
489
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
490
490
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
491
491
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>);</pre>
508
508
<tr>
509
509
<td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
510
510
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
511
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
511
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
512
512
</td>
513
513
</tr>
514
514
<tr>
515
515
<td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
516
516
<td>the widget to use as a label for the page-switch
517
 
menu, if that is enabled. If <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
518
 
is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then the menu label will be
 
517
menu, if that is enabled. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
 
518
is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the menu label will be
519
519
a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
520
520
If <em class="parameter"><code>tab_label</code></em> is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, <em class="parameter"><code>menu_label</code></em> must be
521
521
specified if the page-switch menu is to be used. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
532
532
<hr>
533
533
<div class="refsect2">
534
534
<a name="gtk-notebook-insert-page"></a><h3>gtk_notebook_insert_page ()</h3>
535
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_insert_page            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
535
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_insert_page            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
536
536
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
537
537
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
538
 
                                                         <em class="parameter"><code><span class="type">gint</span> position</code></em>);</pre>
 
538
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
539
539
<p>
540
540
Insert a page into <em class="parameter"><code>notebook</code></em> at the given position.
541
541
</p>
554
554
<tr>
555
555
<td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
556
556
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
557
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
557
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
558
558
</td>
559
559
</tr>
560
560
<tr>
573
573
<hr>
574
574
<div class="refsect2">
575
575
<a name="gtk-notebook-insert-page-menu"></a><h3>gtk_notebook_insert_page_menu ()</h3>
576
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_insert_page_menu       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
576
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_insert_page_menu       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
577
577
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
578
578
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>,
579
579
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu_label</code></em>,
580
 
                                                         <em class="parameter"><code><span class="type">gint</span> position</code></em>);</pre>
 
580
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
581
581
<p>
582
582
Insert a page into <em class="parameter"><code>notebook</code></em> at the given position, specifying
583
583
the widget to use as the label in the popup menu.
597
597
<tr>
598
598
<td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
599
599
<td>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to be used as the label for the page,
600
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
600
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default label, 'page N'. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
601
601
</td>
602
602
</tr>
603
603
<tr>
604
604
<td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
605
605
<td>the widget to use as a label for the page-switch
606
 
menu, if that is enabled. If <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
607
 
is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then the menu label will be
 
606
menu, if that is enabled. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>tab_label</code></em>
 
607
is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the menu label will be
608
608
a newly created label with the same text as <em class="parameter"><code>tab_label</code></em>;
609
609
If <em class="parameter"><code>tab_label</code></em> is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, <em class="parameter"><code>menu_label</code></em> must be
610
610
specified if the page-switch menu is to be used. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
627
627
<div class="refsect2">
628
628
<a name="gtk-notebook-remove-page"></a><h3>gtk_notebook_remove_page ()</h3>
629
629
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_remove_page            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
630
 
                                                         <em class="parameter"><code><span class="type">gint</span> page_num</code></em>);</pre>
 
630
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);</pre>
631
631
<p>
632
632
Removes a page from the notebook given its index
633
633
in the notebook.
664
664
<hr>
665
665
<div class="refsect2">
666
666
<a name="gtk-notebook-page-num"></a><h3>gtk_notebook_page_num ()</h3>
667
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_page_num               (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
667
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_page_num               (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
668
668
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
669
669
<p>
670
670
Finds the index of the page which contains the given child
743
743
<a name="gtk-notebook-reorder-child"></a><h3>gtk_notebook_reorder_child ()</h3>
744
744
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_reorder_child          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
745
745
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
746
 
                                                         <em class="parameter"><code><span class="type">gint</span> position</code></em>);</pre>
 
746
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
747
747
<p>
748
748
Reorders the page containing <em class="parameter"><code>child</code></em>, so that it appears in position
749
749
<em class="parameter"><code>position</code></em>. If <em class="parameter"><code>position</code></em> is greater than or equal to the number of
796
796
<div class="refsect2">
797
797
<a name="gtk-notebook-set-show-tabs"></a><h3>gtk_notebook_set_show_tabs ()</h3>
798
798
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_show_tabs          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
799
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> show_tabs</code></em>);</pre>
 
799
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_tabs</code></em>);</pre>
800
800
<p>
801
801
Sets whether to show the tabs for the notebook or not.
802
802
</p>
811
811
<tr>
812
812
<td><p><span class="term"><em class="parameter"><code>show_tabs</code></em> :</span></p></td>
813
813
<td>
814
 
<code class="literal">TRUE</code> if the tabs should be shown.</td>
 
814
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tabs should be shown.</td>
815
815
</tr>
816
816
</tbody>
817
817
</table></div>
820
820
<div class="refsect2">
821
821
<a name="gtk-notebook-set-show-border"></a><h3>gtk_notebook_set_show_border ()</h3>
822
822
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_show_border        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
823
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> show_border</code></em>);</pre>
 
823
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_border</code></em>);</pre>
824
824
<p>
825
825
Sets whether a bevel will be drawn around the notebook pages.
826
826
This only has a visual effect when the tabs are not shown.
837
837
<tr>
838
838
<td><p><span class="term"><em class="parameter"><code>show_border</code></em> :</span></p></td>
839
839
<td>
840
 
<code class="literal">TRUE</code> if a bevel should be drawn around the notebook.</td>
 
840
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a bevel should be drawn around the notebook.</td>
841
841
</tr>
842
842
</tbody>
843
843
</table></div>
846
846
<div class="refsect2">
847
847
<a name="gtk-notebook-set-scrollable"></a><h3>gtk_notebook_set_scrollable ()</h3>
848
848
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_scrollable         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
849
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> scrollable</code></em>);</pre>
 
849
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> scrollable</code></em>);</pre>
850
850
<p>
851
851
Sets whether the tab label area will have arrows for scrolling if
852
852
there are too many tabs to fit in the area.
862
862
<tr>
863
863
<td><p><span class="term"><em class="parameter"><code>scrollable</code></em> :</span></p></td>
864
864
<td>
865
 
<code class="literal">TRUE</code> if scroll arrows should be added</td>
 
865
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if scroll arrows should be added</td>
866
866
</tr>
867
867
</tbody>
868
868
</table></div>
871
871
<div class="refsect2">
872
872
<a name="gtk-notebook-set-tab-border"></a><h3>gtk_notebook_set_tab_border ()</h3>
873
873
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_tab_border         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
874
 
                                                         <em class="parameter"><code><span class="type">guint</span> border_width</code></em>);</pre>
 
874
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> border_width</code></em>);</pre>
875
875
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
876
876
<h3 class="title">Warning</h3>
877
877
<p><code class="literal">gtk_notebook_set_tab_border</code> is deprecated and should not be used in newly-written code.</p>
933
933
<hr>
934
934
<div class="refsect2">
935
935
<a name="gtk-notebook-get-current-page"></a><h3>gtk_notebook_get_current_page ()</h3>
936
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_get_current_page       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
936
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_get_current_page       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
937
937
<p>
938
938
Returns the page number of the current page.
939
939
</p>
977
977
</tr>
978
978
<tr>
979
979
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
980
 
<td>the menu label, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
 
980
<td>the menu label, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
981
981
notebook page does not have a menu label other than the
982
982
default (the tab label). <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
983
983
</td>
989
989
<div class="refsect2">
990
990
<a name="gtk-notebook-get-nth-page"></a><h3>gtk_notebook_get_nth_page ()</h3>
991
991
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_notebook_get_nth_page           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
992
 
                                                         <em class="parameter"><code><span class="type">gint</span> page_num</code></em>);</pre>
 
992
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);</pre>
993
993
<p>
994
994
Returns the child widget contained in page number <em class="parameter"><code>page_num</code></em>.
995
995
</p>
1008
1008
</tr>
1009
1009
<tr>
1010
1010
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1011
 
<td>the child widget, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>page_num</code></em> is
 
1011
<td>the child widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>page_num</code></em> is
1012
1012
out of bounds. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1013
1013
</td>
1014
1014
</tr>
1018
1018
<hr>
1019
1019
<div class="refsect2">
1020
1020
<a name="gtk-notebook-get-n-pages"></a><h3>gtk_notebook_get_n_pages ()</h3>
1021
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_get_n_pages            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1021
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_get_n_pages            (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1022
1022
<p>
1023
1023
Gets the number of pages in a notebook.
1024
1024
</p>
1044
1044
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_notebook_get_tab_label          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1045
1045
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1046
1046
<p>
1047
 
Returns the tab label widget for the page <em class="parameter"><code>child</code></em>. <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> is returned
 
1047
Returns the tab label widget for the page <em class="parameter"><code>child</code></em>. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned
1048
1048
if <em class="parameter"><code>child</code></em> is not in <em class="parameter"><code>notebook</code></em> or if no tab label has specifically
1049
1049
been set for <em class="parameter"><code>child</code></em>.
1050
1050
</p>
1074
1074
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_query_tab_label_packing
1075
1075
                                                        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1076
1076
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1077
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> *expand</code></em>,
1078
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> *fill</code></em>,
 
1077
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *expand</code></em>,
 
1078
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *fill</code></em>,
1079
1079
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> *pack_type</code></em>);</pre>
1080
1080
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1081
1081
<h3 class="title">Warning</h3>
1117
1117
<div class="refsect2">
1118
1118
<a name="gtk-notebook-set-homogeneous-tabs"></a><h3>gtk_notebook_set_homogeneous_tabs ()</h3>
1119
1119
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_homogeneous_tabs   (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1120
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> homogeneous</code></em>);</pre>
 
1120
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
1121
1121
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1122
1122
<h3 class="title">Warning</h3>
1123
1123
<p><code class="literal">gtk_notebook_set_homogeneous_tabs</code> is deprecated and should not be used in newly-written code.</p>
1136
1136
<tr>
1137
1137
<td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
1138
1138
<td>
1139
 
<code class="literal">TRUE</code> if all tabs should be the same size.</td>
 
1139
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all tabs should be the same size.</td>
1140
1140
</tr>
1141
1141
</tbody>
1142
1142
</table></div>
1175
1175
<a name="gtk-notebook-set-menu-label-text"></a><h3>gtk_notebook_set_menu_label_text ()</h3>
1176
1176
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_menu_label_text    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1177
1177
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1178
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *menu_text</code></em>);</pre>
 
1178
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *menu_text</code></em>);</pre>
1179
1179
<p>
1180
1180
Creates a new label and sets it as the menu label of <em class="parameter"><code>child</code></em>.
1181
1181
</p>
1202
1202
<div class="refsect2">
1203
1203
<a name="gtk-notebook-set-tab-hborder"></a><h3>gtk_notebook_set_tab_hborder ()</h3>
1204
1204
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_tab_hborder        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1205
 
                                                         <em class="parameter"><code><span class="type">guint</span> tab_hborder</code></em>);</pre>
 
1205
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> tab_hborder</code></em>);</pre>
1206
1206
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1207
1207
<h3 class="title">Warning</h3>
1208
1208
<p><code class="literal">gtk_notebook_set_tab_hborder</code> is deprecated and should not be used in newly-written code.</p>
1232
1232
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1233
1233
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *tab_label</code></em>);</pre>
1234
1234
<p>
1235
 
Changes the tab label for <em class="parameter"><code>child</code></em>. If <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> is specified
 
1235
Changes the tab label for <em class="parameter"><code>child</code></em>. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is specified
1236
1236
for <em class="parameter"><code>tab_label</code></em>, then the page will have the label 'page N'.
1237
1237
</p>
1238
1238
<div class="variablelist"><table border="0">
1249
1249
</tr>
1250
1250
<tr>
1251
1251
<td><p><span class="term"><em class="parameter"><code>tab_label</code></em> :</span></p></td>
1252
 
<td>the tab label widget to use, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> for default tab
 
1252
<td>the tab label widget to use, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for default tab
1253
1253
label. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1254
1254
</td>
1255
1255
</tr>
1261
1261
<a name="gtk-notebook-set-tab-label-packing"></a><h3>gtk_notebook_set_tab_label_packing ()</h3>
1262
1262
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_tab_label_packing  (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1263
1263
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1264
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> expand</code></em>,
1265
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> fill</code></em>,
 
1264
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>,
 
1265
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> fill</code></em>,
1266
1266
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);</pre>
1267
1267
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1268
1268
<h3 class="title">Warning</h3>
1308
1308
<a name="gtk-notebook-set-tab-label-text"></a><h3>gtk_notebook_set_tab_label_text ()</h3>
1309
1309
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_tab_label_text     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1310
1310
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1311
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tab_text</code></em>);</pre>
 
1311
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tab_text</code></em>);</pre>
1312
1312
<p>
1313
1313
Creates a new label and sets it as the tab label for the page
1314
1314
containing <em class="parameter"><code>child</code></em>.
1336
1336
<div class="refsect2">
1337
1337
<a name="gtk-notebook-set-tab-vborder"></a><h3>gtk_notebook_set_tab_vborder ()</h3>
1338
1338
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_tab_vborder        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1339
 
                                                         <em class="parameter"><code><span class="type">guint</span> tab_vborder</code></em>);</pre>
 
1339
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> tab_vborder</code></em>);</pre>
1340
1340
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1341
1341
<h3 class="title">Warning</h3>
1342
1342
<p><code class="literal">gtk_notebook_set_tab_vborder</code> is deprecated and should not be used in newly-written code.</p>
1364
1364
<a name="gtk-notebook-set-tab-reorderable"></a><h3>gtk_notebook_set_tab_reorderable ()</h3>
1365
1365
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_tab_reorderable    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1366
1366
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1367
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> reorderable</code></em>);</pre>
 
1367
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
1368
1368
<p>
1369
1369
Sets whether the notebook tab can be reordered
1370
1370
via drag and drop or not.
1395
1395
<a name="gtk-notebook-set-tab-detachable"></a><h3>gtk_notebook_set_tab_detachable ()</h3>
1396
1396
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_tab_detachable     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1397
1397
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1398
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> detachable</code></em>);</pre>
 
1398
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> detachable</code></em>);</pre>
1399
1399
<p>
1400
1400
Sets whether the tab can be detached from <em class="parameter"><code>notebook</code></em> to another
1401
1401
notebook or widget.
1489
1489
<hr>
1490
1490
<div class="refsect2">
1491
1491
<a name="gtk-notebook-get-menu-label-text"></a><h3>gtk_notebook_get_menu_label_text ()</h3>
1492
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       gtk_notebook_get_menu_label_text    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
1492
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_notebook_get_menu_label_text    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1493
1493
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1494
1494
<p>
1495
1495
Retrieves the text of the menu label for the page containing
1509
1509
</tr>
1510
1510
<tr>
1511
1511
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1512
 
<td>the text of the tab label, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
 
1512
<td>the text of the tab label, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
1513
1513
widget does not have a menu label other than
1514
1514
the default menu label, or the menu label widget
1515
1515
is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>. The string is owned by
1521
1521
<hr>
1522
1522
<div class="refsect2">
1523
1523
<a name="gtk-notebook-get-scrollable"></a><h3>gtk_notebook_get_scrollable ()</h3>
1524
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_notebook_get_scrollable         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1524
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_notebook_get_scrollable         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1525
1525
<p>
1526
1526
Returns whether the tab label area has arrows for scrolling. See
1527
1527
<a class="link" href="GtkNotebook.html#gtk-notebook-set-scrollable" title="gtk_notebook_set_scrollable ()"><code class="function">gtk_notebook_set_scrollable()</code></a>.
1537
1537
<tr>
1538
1538
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1539
1539
<td>
1540
 
<code class="literal">TRUE</code> if arrows for scrolling are present</td>
 
1540
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if arrows for scrolling are present</td>
1541
1541
</tr>
1542
1542
</tbody>
1543
1543
</table></div>
1545
1545
<hr>
1546
1546
<div class="refsect2">
1547
1547
<a name="gtk-notebook-get-show-border"></a><h3>gtk_notebook_get_show_border ()</h3>
1548
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_notebook_get_show_border        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1548
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_notebook_get_show_border        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1549
1549
<p>
1550
1550
Returns whether a bevel will be drawn around the notebook pages. See
1551
1551
<a class="link" href="GtkNotebook.html#gtk-notebook-set-show-border" title="gtk_notebook_set_show_border ()"><code class="function">gtk_notebook_set_show_border()</code></a>.
1561
1561
<tr>
1562
1562
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1563
1563
<td>
1564
 
<code class="literal">TRUE</code> if the bevel is drawn</td>
 
1564
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the bevel is drawn</td>
1565
1565
</tr>
1566
1566
</tbody>
1567
1567
</table></div>
1569
1569
<hr>
1570
1570
<div class="refsect2">
1571
1571
<a name="gtk-notebook-get-show-tabs"></a><h3>gtk_notebook_get_show_tabs ()</h3>
1572
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_notebook_get_show_tabs          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1572
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_notebook_get_show_tabs          (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1573
1573
<p>
1574
1574
Returns whether the tabs of the notebook are shown. See
1575
1575
<a class="link" href="GtkNotebook.html#gtk-notebook-set-show-tabs" title="gtk_notebook_set_show_tabs ()"><code class="function">gtk_notebook_set_show_tabs()</code></a>.
1585
1585
<tr>
1586
1586
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1587
1587
<td>
1588
 
<code class="literal">TRUE</code> if the tabs are shown</td>
 
1588
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tabs are shown</td>
1589
1589
</tr>
1590
1590
</tbody>
1591
1591
</table></div>
1593
1593
<hr>
1594
1594
<div class="refsect2">
1595
1595
<a name="gtk-notebook-get-tab-label-text"></a><h3>gtk_notebook_get_tab_label_text ()</h3>
1596
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       gtk_notebook_get_tab_label_text     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
1596
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_notebook_get_tab_label_text     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1597
1597
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1598
1598
<p>
1599
1599
Retrieves the text of the tab label for the page containing
1614
1614
</tr>
1615
1615
<tr>
1616
1616
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1617
 
<td>the text of the tab label, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
 
1617
<td>the text of the tab label, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
1618
1618
tab label widget is not a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>. The
1619
1619
string is owned by the widget and must not
1620
1620
be freed.</td>
1648
1648
<hr>
1649
1649
<div class="refsect2">
1650
1650
<a name="gtk-notebook-get-tab-reorderable"></a><h3>gtk_notebook_get_tab_reorderable ()</h3>
1651
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_notebook_get_tab_reorderable    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
1651
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_notebook_get_tab_reorderable    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1652
1652
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1653
1653
<p>
1654
1654
Gets whether the tab can be reordered via drag and drop or not.
1669
1669
<tr>
1670
1670
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1671
1671
<td>
1672
 
<code class="literal">TRUE</code> if the tab is reorderable.</td>
 
1672
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tab is reorderable.</td>
1673
1673
</tr>
1674
1674
</tbody>
1675
1675
</table></div>
1678
1678
<hr>
1679
1679
<div class="refsect2">
1680
1680
<a name="gtk-notebook-get-tab-detachable"></a><h3>gtk_notebook_get_tab_detachable ()</h3>
1681
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_notebook_get_tab_detachable     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
 
1681
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_notebook_get_tab_detachable     (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1682
1682
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1683
1683
<p>
1684
1684
Returns whether the tab contents can be detached from <em class="parameter"><code>notebook</code></em>.
1707
1707
<hr>
1708
1708
<div class="refsect2">
1709
1709
<a name="gtk-notebook-get-tab-hborder"></a><h3>gtk_notebook_get_tab_hborder ()</h3>
1710
 
<pre class="programlisting"><span class="returnvalue">guint16</span>             gtk_notebook_get_tab_hborder        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1710
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             gtk_notebook_get_tab_hborder        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1711
1711
<p>
1712
1712
Returns the horizontal width of a tab border.
1713
1713
</p>
1730
1730
<hr>
1731
1731
<div class="refsect2">
1732
1732
<a name="gtk-notebook-get-tab-vborder"></a><h3>gtk_notebook_get_tab_vborder ()</h3>
1733
 
<pre class="programlisting"><span class="returnvalue">guint16</span>             gtk_notebook_get_tab_vborder        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1733
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             gtk_notebook_get_tab_vborder        (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1734
1734
<p>
1735
1735
Returns the vertical width of a tab border.
1736
1736
</p>
1754
1754
<div class="refsect2">
1755
1755
<a name="gtk-notebook-set-current-page"></a><h3>gtk_notebook_set_current_page ()</h3>
1756
1756
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_current_page       (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1757
 
                                                         <em class="parameter"><code><span class="type">gint</span> page_num</code></em>);</pre>
 
1757
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);</pre>
1758
1758
<p>
1759
1759
Switches to the page number <em class="parameter"><code>page_num</code></em>. 
1760
1760
</p>
1786
1786
<div class="refsect2">
1787
1787
<a name="gtk-notebook-set-group-id"></a><h3>gtk_notebook_set_group_id ()</h3>
1788
1788
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_group_id           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1789
 
                                                         <em class="parameter"><code><span class="type">gint</span> group_id</code></em>);</pre>
 
1789
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> group_id</code></em>);</pre>
1790
1790
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1791
1791
<h3 class="title">Warning</h3>
1792
1792
<p><code class="literal">gtk_notebook_set_group_id</code> has been deprecated since version 2.12 and should not be used in newly-written code. use <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-name" title="gtk_notebook_set_group_name ()"><code class="function">gtk_notebook_set_group_name()</code></a> instead.</p>
1816
1816
<hr>
1817
1817
<div class="refsect2">
1818
1818
<a name="gtk-notebook-get-group-id"></a><h3>gtk_notebook_get_group_id ()</h3>
1819
 
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_notebook_get_group_id           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1819
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_notebook_get_group_id           (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1820
1820
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1821
1821
<h3 class="title">Warning</h3>
1822
1822
<p><code class="literal">gtk_notebook_get_group_id</code> has been deprecated since version 2.12 and should not be used in newly-written code. use <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-name" title="gtk_notebook_get_group_name ()"><code class="function">gtk_notebook_get_group_name()</code></a> instead.</p>
1844
1844
<div class="refsect2">
1845
1845
<a name="gtk-notebook-set-group"></a><h3>gtk_notebook_set_group ()</h3>
1846
1846
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_group              (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1847
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> group</code></em>);</pre>
 
1847
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> group</code></em>);</pre>
1848
1848
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1849
1849
<h3 class="title">Warning</h3>
1850
1850
<p><code class="literal">gtk_notebook_set_group</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkNotebook.html#gtk-notebook-set-group-name" title="gtk_notebook_set_group_name ()"><code class="function">gtk_notebook_set_group_name()</code></a> instead</p>
1852
1852
<p>
1853
1853
Sets a group identificator pointer for <em class="parameter"><code>notebook</code></em>, notebooks sharing
1854
1854
the same group identificator pointer will be able to exchange tabs
1855
 
via drag and drop. A notebook with a <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> group identificator will
 
1855
via drag and drop. A notebook with a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> group identificator will
1856
1856
not be able to exchange tabs with any other notebook.
1857
1857
</p>
1858
1858
<div class="variablelist"><table border="0">
1865
1865
</tr>
1866
1866
<tr>
1867
1867
<td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
1868
 
<td>a pointer to identify the notebook group, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to unset it. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1868
<td>a pointer to identify the notebook group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset it. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1869
1869
</td>
1870
1870
</tr>
1871
1871
</tbody>
1875
1875
<hr>
1876
1876
<div class="refsect2">
1877
1877
<a name="gtk-notebook-get-group"></a><h3>gtk_notebook_get_group ()</h3>
1878
 
<pre class="programlisting"><span class="returnvalue">gpointer</span>            gtk_notebook_get_group              (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1878
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            gtk_notebook_get_group              (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1879
1879
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1880
1880
<h3 class="title">Warning</h3>
1881
1881
<p><code class="literal">gtk_notebook_get_group</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkNotebook.html#gtk-notebook-get-group-name" title="gtk_notebook_get_group_name ()"><code class="function">gtk_notebook_get_group_name()</code></a> instead</p>
1894
1894
<tr>
1895
1895
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1896
1896
<td>the group identificator,
1897
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if none is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
1897
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1898
1898
</td>
1899
1899
</tr>
1900
1900
</tbody>
1905
1905
<div class="refsect2">
1906
1906
<a name="gtk-notebook-set-group-name"></a><h3>gtk_notebook_set_group_name ()</h3>
1907
1907
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_group_name         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
1908
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>);</pre>
 
1908
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);</pre>
1909
1909
<p>
1910
1910
Sets a group name for <em class="parameter"><code>notebook</code></em>.
1911
1911
</p>
1912
1912
<p>
1913
1913
Notebooks with the same name will be able to exchange tabs
1914
 
via drag and drop. A notebook with a <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> group name will
 
1914
via drag and drop. A notebook with a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> group name will
1915
1915
not be able to exchange tabs with any other notebook.
1916
1916
</p>
1917
1917
<div class="variablelist"><table border="0">
1927
1927
<hr>
1928
1928
<div class="refsect2">
1929
1929
<a name="gtk-notebook-get-group-name"></a><h3>gtk_notebook_get_group_name ()</h3>
1930
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       gtk_notebook_get_group_name         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
 
1930
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_notebook_get_group_name         (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
1931
1931
<p>
1932
1932
Gets the current group name for <em class="parameter"><code>notebook</code></em>.
1933
1933
</p>
1947
1947
<tr>
1948
1948
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1949
1949
<td>the group name,
1950
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if none is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
1950
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1951
1951
</td>
1952
1952
</tr>
1953
1953
</tbody>
2013
2013
<tr>
2014
2014
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2015
2015
<td>The action widget with the given <em class="parameter"><code>pack_type</code></em>
2016
 
or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> when this action widget has not been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
2016
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when this action widget has not been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
2017
2017
</td>
2018
2018
</tr>
2019
2019
</tbody>
2025
2025
<a name="GtkNotebookWindowCreationFunc"></a><h3>GtkNotebookWindowCreationFunc ()</h3>
2026
2026
<pre class="programlisting"><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="returnvalue">GtkNotebook</span></a> *       (*GtkNotebookWindowCreationFunc)    (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *source</code></em>,
2027
2027
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
2028
 
                                                         <em class="parameter"><code><span class="type">gint</span> x</code></em>,
2029
 
                                                         <em class="parameter"><code><span class="type">gint</span> y</code></em>,
2030
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
 
2028
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
 
2029
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
 
2030
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
2031
2031
<p>
2032
2032
A function used by GtkNotebook when a detachable tab is dropped
2033
2033
in the root window, it's used to create a window containing a notebook
2034
2034
where the tab will be attached. This function will also be responsible
2035
2035
of moving/resizing the window and adding the necessary properties to
2036
2036
the notebook (i.e.: group-id).
2037
 
If the function returns <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, the drag will be cancelled.
 
2037
If the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the drag will be cancelled.
2038
2038
</p>
2039
2039
<div class="variablelist"><table border="0">
2040
2040
<col align="left" valign="top">
2071
2071
<a name="gtk-notebook-set-window-creation-hook"></a><h3>gtk_notebook_set_window_creation_hook ()</h3>
2072
2072
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_notebook_set_window_creation_hook
2073
2073
                                                        (<em class="parameter"><code><a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()"><span class="type">GtkNotebookWindowCreationFunc</span></a> func</code></em>,
2074
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
2075
 
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
 
2074
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
 
2075
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
2076
2076
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2077
2077
<h3 class="title">Warning</h3>
2078
2078
<p><code class="literal">gtk_notebook_set_window_creation_hook</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use the <a class="link" href="GtkNotebook.html#GtkNotebook-create-window" title='The "create-window" signal'><span class="type">"create-window"</span></a> signal instead</p>
2086
2086
<tbody>
2087
2087
<tr>
2088
2088
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
2089
 
<td>the <a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()"><span class="type">GtkNotebookWindowCreationFunc</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
2089
<td>the <a class="link" href="GtkNotebook.html#GtkNotebookWindowCreationFunc" title="GtkNotebookWindowCreationFunc ()"><span class="type">GtkNotebookWindowCreationFunc</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2090
2090
</td>
2091
2091
</tr>
2092
2092
<tr>
2096
2096
</tr>
2097
2097
<tr>
2098
2098
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
2099
 
<td>Destroy notifier for <em class="parameter"><code>data</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
2099
<td>Destroy notifier for <em class="parameter"><code>data</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2100
2100
</td>
2101
2101
</tr>
2102
2102
</tbody>
2108
2108
<a name="GtkNotebook.property-details"></a><h2>Property Details</h2>
2109
2109
<div class="refsect2">
2110
2110
<a name="GtkNotebook--enable-popup"></a><h3>The <code class="literal">"enable-popup"</code> property</h3>
2111
 
<pre class="programlisting">  "enable-popup"             <span class="type">gboolean</span>              : Read / Write</pre>
 
2111
<pre class="programlisting">  "enable-popup"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2112
2112
<p>If TRUE, pressing the right mouse button on the notebook pops up a menu that you can use to go to a page.</p>
2113
2113
<p>Default value: FALSE</p>
2114
2114
</div>
2115
2115
<hr>
2116
2116
<div class="refsect2">
2117
2117
<a name="GtkNotebook--group"></a><h3>The <code class="literal">"group"</code> property</h3>
2118
 
<pre class="programlisting">  "group"                    <span class="type">gpointer</span>              : Read / Write</pre>
 
2118
<pre class="programlisting">  "group"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read / Write</pre>
2119
2119
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2120
2120
<h3 class="title">Warning</h3>
2121
2121
<p><code class="literal">GtkNotebook:group</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="GtkNotebook.html#GtkNotebook--group-name" title='The "group-name" property'><span class="type">"group-name"</span></a> instead</p>
2128
2128
<hr>
2129
2129
<div class="refsect2">
2130
2130
<a name="GtkNotebook--group-id"></a><h3>The <code class="literal">"group-id"</code> property</h3>
2131
 
<pre class="programlisting">  "group-id"                 <span class="type">gint</span>                  : Read / Write</pre>
 
2131
<pre class="programlisting">  "group-id"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
2132
2132
<p>Group ID for tabs drag and drop.</p>
2133
2133
<p>Allowed values: &gt;= G_MAXULONG</p>
2134
2134
<p>Default value: -1</p>
2136
2136
<hr>
2137
2137
<div class="refsect2">
2138
2138
<a name="GtkNotebook--group-name"></a><h3>The <code class="literal">"group-name"</code> property</h3>
2139
 
<pre class="programlisting">  "group-name"               <span class="type">gchar</span>*                : Read / Write</pre>
 
2139
<pre class="programlisting">  "group-name"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
2140
2140
<p>
2141
2141
Group name for tabs drag and drop.
2142
2142
</p>
2146
2146
<hr>
2147
2147
<div class="refsect2">
2148
2148
<a name="GtkNotebook--homogeneous"></a><h3>The <code class="literal">"homogeneous"</code> property</h3>
2149
 
<pre class="programlisting">  "homogeneous"              <span class="type">gboolean</span>              : Read / Write</pre>
 
2149
<pre class="programlisting">  "homogeneous"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2150
2150
<p>Whether tabs should have homogeneous sizes.</p>
2151
2151
<p>Default value: FALSE</p>
2152
2152
</div>
2153
2153
<hr>
2154
2154
<div class="refsect2">
2155
2155
<a name="GtkNotebook--page"></a><h3>The <code class="literal">"page"</code> property</h3>
2156
 
<pre class="programlisting">  "page"                     <span class="type">gint</span>                  : Read / Write</pre>
 
2156
<pre class="programlisting">  "page"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
2157
2157
<p>The index of the current page.</p>
2158
2158
<p>Allowed values: &gt;= G_MAXULONG</p>
2159
2159
<p>Default value: -1</p>
2161
2161
<hr>
2162
2162
<div class="refsect2">
2163
2163
<a name="GtkNotebook--scrollable"></a><h3>The <code class="literal">"scrollable"</code> property</h3>
2164
 
<pre class="programlisting">  "scrollable"               <span class="type">gboolean</span>              : Read / Write</pre>
 
2164
<pre class="programlisting">  "scrollable"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2165
2165
<p>If TRUE, scroll arrows are added if there are too many tabs to fit.</p>
2166
2166
<p>Default value: FALSE</p>
2167
2167
</div>
2168
2168
<hr>
2169
2169
<div class="refsect2">
2170
2170
<a name="GtkNotebook--show-border"></a><h3>The <code class="literal">"show-border"</code> property</h3>
2171
 
<pre class="programlisting">  "show-border"              <span class="type">gboolean</span>              : Read / Write</pre>
 
2171
<pre class="programlisting">  "show-border"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2172
2172
<p>Whether the border should be shown or not.</p>
2173
2173
<p>Default value: TRUE</p>
2174
2174
</div>
2175
2175
<hr>
2176
2176
<div class="refsect2">
2177
2177
<a name="GtkNotebook--show-tabs"></a><h3>The <code class="literal">"show-tabs"</code> property</h3>
2178
 
<pre class="programlisting">  "show-tabs"                <span class="type">gboolean</span>              : Read / Write</pre>
 
2178
<pre class="programlisting">  "show-tabs"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2179
2179
<p>Whether tabs should be shown or not.</p>
2180
2180
<p>Default value: TRUE</p>
2181
2181
</div>
2182
2182
<hr>
2183
2183
<div class="refsect2">
2184
2184
<a name="GtkNotebook--tab-border"></a><h3>The <code class="literal">"tab-border"</code> property</h3>
2185
 
<pre class="programlisting">  "tab-border"               <span class="type">guint</span>                 : Write</pre>
 
2185
<pre class="programlisting">  "tab-border"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Write</pre>
2186
2186
<p>Width of the border around the tab labels.</p>
2187
2187
<p>Default value: 2</p>
2188
2188
</div>
2189
2189
<hr>
2190
2190
<div class="refsect2">
2191
2191
<a name="GtkNotebook--tab-hborder"></a><h3>The <code class="literal">"tab-hborder"</code> property</h3>
2192
 
<pre class="programlisting">  "tab-hborder"              <span class="type">guint</span>                 : Read / Write</pre>
 
2192
<pre class="programlisting">  "tab-hborder"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
2193
2193
<p>Width of the horizontal border of tab labels.</p>
2194
2194
<p>Default value: 2</p>
2195
2195
</div>
2203
2203
<hr>
2204
2204
<div class="refsect2">
2205
2205
<a name="GtkNotebook--tab-vborder"></a><h3>The <code class="literal">"tab-vborder"</code> property</h3>
2206
 
<pre class="programlisting">  "tab-vborder"              <span class="type">guint</span>                 : Read / Write</pre>
 
2206
<pre class="programlisting">  "tab-vborder"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
2207
2207
<p>Width of the vertical border of tab labels.</p>
2208
2208
<p>Default value: 2</p>
2209
2209
</div>
2212
2212
<a name="GtkNotebook.child-property-details"></a><h2>Child Property Details</h2>
2213
2213
<div class="refsect2">
2214
2214
<a name="GtkNotebook--c-detachable"></a><h3>The <code class="literal">"detachable"</code> child property</h3>
2215
 
<pre class="programlisting">  "detachable"               <span class="type">gboolean</span>              : Read / Write</pre>
 
2215
<pre class="programlisting">  "detachable"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2216
2216
<p>Whether the tab is detachable.</p>
2217
2217
<p>Default value: FALSE</p>
2218
2218
</div>
2219
2219
<hr>
2220
2220
<div class="refsect2">
2221
2221
<a name="GtkNotebook--c-menu-label"></a><h3>The <code class="literal">"menu-label"</code> child property</h3>
2222
 
<pre class="programlisting">  "menu-label"               <span class="type">gchar</span>*                : Read / Write</pre>
 
2222
<pre class="programlisting">  "menu-label"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
2223
2223
<p>The string displayed in the child's menu entry.</p>
2224
2224
<p>Default value: NULL</p>
2225
2225
</div>
2226
2226
<hr>
2227
2227
<div class="refsect2">
2228
2228
<a name="GtkNotebook--c-position"></a><h3>The <code class="literal">"position"</code> child property</h3>
2229
 
<pre class="programlisting">  "position"                 <span class="type">gint</span>                  : Read / Write</pre>
 
2229
<pre class="programlisting">  "position"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
2230
2230
<p>The index of the child in the parent.</p>
2231
2231
<p>Allowed values: &gt;= G_MAXULONG</p>
2232
2232
<p>Default value: 0</p>
2234
2234
<hr>
2235
2235
<div class="refsect2">
2236
2236
<a name="GtkNotebook--c-reorderable"></a><h3>The <code class="literal">"reorderable"</code> child property</h3>
2237
 
<pre class="programlisting">  "reorderable"              <span class="type">gboolean</span>              : Read / Write</pre>
 
2237
<pre class="programlisting">  "reorderable"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2238
2238
<p>Whether the tab is reorderable by user action or not.</p>
2239
2239
<p>Default value: FALSE</p>
2240
2240
</div>
2241
2241
<hr>
2242
2242
<div class="refsect2">
2243
2243
<a name="GtkNotebook--c-tab-expand"></a><h3>The <code class="literal">"tab-expand"</code> child property</h3>
2244
 
<pre class="programlisting">  "tab-expand"               <span class="type">gboolean</span>              : Read / Write</pre>
 
2244
<pre class="programlisting">  "tab-expand"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2245
2245
<p>Whether to expand the child's tab or not.</p>
2246
2246
<p>Default value: FALSE</p>
2247
2247
</div>
2248
2248
<hr>
2249
2249
<div class="refsect2">
2250
2250
<a name="GtkNotebook--c-tab-fill"></a><h3>The <code class="literal">"tab-fill"</code> child property</h3>
2251
 
<pre class="programlisting">  "tab-fill"                 <span class="type">gboolean</span>              : Read / Write</pre>
 
2251
<pre class="programlisting">  "tab-fill"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
2252
2252
<p>Whether the child's tab should fill the allocated area or not.</p>
2253
2253
<p>Default value: TRUE</p>
2254
2254
</div>
2255
2255
<hr>
2256
2256
<div class="refsect2">
2257
2257
<a name="GtkNotebook--c-tab-label"></a><h3>The <code class="literal">"tab-label"</code> child property</h3>
2258
 
<pre class="programlisting">  "tab-label"                <span class="type">gchar</span>*                : Read / Write</pre>
 
2258
<pre class="programlisting">  "tab-label"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
2259
2259
<p>The string displayed on the child's tab label.</p>
2260
2260
<p>Default value: NULL</p>
2261
2261
</div>
2274
2274
<a name="GtkNotebook.style-property-details"></a><h2>Style Property Details</h2>
2275
2275
<div class="refsect2">
2276
2276
<a name="GtkNotebook--s-arrow-spacing"></a><h3>The <code class="literal">"arrow-spacing"</code> style property</h3>
2277
 
<pre class="programlisting">  "arrow-spacing"            <span class="type">gint</span>                  : Read</pre>
 
2277
<pre class="programlisting">  "arrow-spacing"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
2278
2278
<p>
2279
2279
The "arrow-spacing" property defines the spacing between the scroll
2280
2280
arrows and the tabs.
2286
2286
<hr>
2287
2287
<div class="refsect2">
2288
2288
<a name="GtkNotebook--s-has-backward-stepper"></a><h3>The <code class="literal">"has-backward-stepper"</code> style property</h3>
2289
 
<pre class="programlisting">  "has-backward-stepper"     <span class="type">gboolean</span>              : Read</pre>
 
2289
<pre class="programlisting">  "has-backward-stepper"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
2290
2290
<p>
2291
2291
The "has-backward-stepper" property determines whether
2292
2292
the standard backward arrow button is displayed.
2297
2297
<hr>
2298
2298
<div class="refsect2">
2299
2299
<a name="GtkNotebook--s-has-forward-stepper"></a><h3>The <code class="literal">"has-forward-stepper"</code> style property</h3>
2300
 
<pre class="programlisting">  "has-forward-stepper"      <span class="type">gboolean</span>              : Read</pre>
 
2300
<pre class="programlisting">  "has-forward-stepper"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
2301
2301
<p>
2302
2302
The "has-forward-stepper" property determines whether 
2303
2303
the standard forward arrow button is displayed.
2308
2308
<hr>
2309
2309
<div class="refsect2">
2310
2310
<a name="GtkNotebook--s-has-secondary-backward-stepper"></a><h3>The <code class="literal">"has-secondary-backward-stepper"</code> style property</h3>
2311
 
<pre class="programlisting">  "has-secondary-backward-stepper" <span class="type">gboolean</span>              : Read</pre>
 
2311
<pre class="programlisting">  "has-secondary-backward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
2312
2312
<p>
2313
2313
The "has-secondary-backward-stepper" property determines whether 
2314
2314
a second backward arrow button is displayed on the opposite end 
2320
2320
<hr>
2321
2321
<div class="refsect2">
2322
2322
<a name="GtkNotebook--s-has-secondary-forward-stepper"></a><h3>The <code class="literal">"has-secondary-forward-stepper"</code> style property</h3>
2323
 
<pre class="programlisting">  "has-secondary-forward-stepper" <span class="type">gboolean</span>              : Read</pre>
 
2323
<pre class="programlisting">  "has-secondary-forward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
2324
2324
<p>
2325
2325
The "has-secondary-forward-stepper" property determines whether 
2326
2326
a second forward arrow button is displayed on the opposite end 
2332
2332
<hr>
2333
2333
<div class="refsect2">
2334
2334
<a name="GtkNotebook--s-tab-curvature"></a><h3>The <code class="literal">"tab-curvature"</code> style property</h3>
2335
 
<pre class="programlisting">  "tab-curvature"            <span class="type">gint</span>                  : Read</pre>
 
2335
<pre class="programlisting">  "tab-curvature"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
2336
2336
<p>
2337
2337
The "tab-curvature" property defines size of tab curvature.
2338
2338
</p>
2343
2343
<hr>
2344
2344
<div class="refsect2">
2345
2345
<a name="GtkNotebook--s-tab-overlap"></a><h3>The <code class="literal">"tab-overlap"</code> style property</h3>
2346
 
<pre class="programlisting">  "tab-overlap"              <span class="type">gint</span>                  : Read</pre>
 
2346
<pre class="programlisting">  "tab-overlap"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
2347
2347
<p>
2348
2348
The "tab-overlap" property defines size of tab overlap
2349
2349
area.
2356
2356
<a name="GtkNotebook.signal-details"></a><h2>Signal Details</h2>
2357
2357
<div class="refsect2">
2358
2358
<a name="GtkNotebook-change-current-page"></a><h3>The <code class="literal">"change-current-page"</code> signal</h3>
2359
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2360
 
                                                        <span class="type">gint</span>         arg1,
2361
 
                                                        <span class="type">gpointer</span>     user_data)      : <code class="literal">Action</code></pre>
 
2359
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
 
2360
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>         arg1,
 
2361
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
2362
2362
<p>
2363
2363
</p>
2364
2364
<div class="variablelist"><table border="0">
2380
2380
<a name="GtkNotebook-create-window"></a><h3>The <code class="literal">"create-window"</code> signal</h3>
2381
2381
<pre class="programlisting"><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="returnvalue">GtkNotebook</span></a>*        user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2382
2382
                                                        <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>   *page,
2383
 
                                                        <span class="type">gint</span>         x,
2384
 
                                                        <span class="type">gint</span>         y,
2385
 
                                                        <span class="type">gpointer</span>     user_data)      : <code class="literal">Run Last</code></pre>
 
2383
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>         x,
 
2384
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>         y,
 
2385
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2386
2386
<p>
2387
2387
The ::create-window signal is emitted when a detachable
2388
2388
tab is dropped on the root window.
2424
2424
<tr>
2425
2425
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2426
2426
<td>a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> that <em class="parameter"><code>page</code></em> should be
2427
 
added to, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
2427
added to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
2428
2428
</td>
2429
2429
</tr>
2430
2430
</tbody>
2434
2434
<hr>
2435
2435
<div class="refsect2">
2436
2436
<a name="GtkNotebook-focus-tab"></a><h3>The <code class="literal">"focus-tab"</code> signal</h3>
2437
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>   *notebook,
 
2437
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>   *notebook,
2438
2438
                                                        <span class="type">GtkNotebookTab</span> arg1,
2439
 
                                                        <span class="type">gpointer</span>       user_data)      : <code class="literal">Action</code></pre>
 
2439
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
2440
2440
<p>
2441
2441
</p>
2442
2442
<div class="variablelist"><table border="0">
2458
2458
<a name="GtkNotebook-move-focus-out"></a><h3>The <code class="literal">"move-focus-out"</code> signal</h3>
2459
2459
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>     *notebook,
2460
2460
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
2461
 
                                                        <span class="type">gpointer</span>         user_data)      : <code class="literal">Action</code></pre>
 
2461
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
2462
2462
<p>
2463
2463
</p>
2464
2464
<div class="variablelist"><table border="0">
2480
2480
<a name="GtkNotebook-page-added"></a><h3>The <code class="literal">"page-added"</code> signal</h3>
2481
2481
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2482
2482
                                                        <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>   *child,
2483
 
                                                        <span class="type">guint</span>        page_num,
2484
 
                                                        <span class="type">gpointer</span>     user_data)      : <code class="literal">Run Last</code></pre>
 
2483
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>        page_num,
 
2484
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2485
2485
<p>
2486
2486
the ::page-added signal is emitted in the notebook
2487
2487
right after a page is added to the notebook.
2516
2516
<a name="GtkNotebook-page-removed"></a><h3>The <code class="literal">"page-removed"</code> signal</h3>
2517
2517
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2518
2518
                                                        <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>   *child,
2519
 
                                                        <span class="type">guint</span>        page_num,
2520
 
                                                        <span class="type">gpointer</span>     user_data)      : <code class="literal">Run Last</code></pre>
 
2519
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>        page_num,
 
2520
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2521
2521
<p>
2522
2522
the ::page-removed signal is emitted in the notebook
2523
2523
right after a page is removed from the notebook.
2551
2551
<a name="GtkNotebook-page-reordered"></a><h3>The <code class="literal">"page-reordered"</code> signal</h3>
2552
2552
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2553
2553
                                                        <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>   *child,
2554
 
                                                        <span class="type">guint</span>        page_num,
2555
 
                                                        <span class="type">gpointer</span>     user_data)      : <code class="literal">Run Last</code></pre>
 
2554
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>        page_num,
 
2555
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2556
2556
<p>
2557
2557
the ::page-reordered signal is emitted in the notebook
2558
2558
right after a page has been reordered.
2585
2585
<hr>
2586
2586
<div class="refsect2">
2587
2587
<a name="GtkNotebook-reorder-tab"></a><h3>The <code class="literal">"reorder-tab"</code> signal</h3>
2588
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>     *notebook,
 
2588
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>     *notebook,
2589
2589
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
2590
 
                                                        <span class="type">gboolean</span>         arg2,
2591
 
                                                        <span class="type">gpointer</span>         user_data)      : <code class="literal">Action</code></pre>
 
2590
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>         arg2,
 
2591
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
2592
2592
<p>
2593
2593
</p>
2594
2594
<div class="variablelist"><table border="0">
2608
2608
<hr>
2609
2609
<div class="refsect2">
2610
2610
<a name="GtkNotebook-select-page"></a><h3>The <code class="literal">"select-page"</code> signal</h3>
2611
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2612
 
                                                        <span class="type">gboolean</span>     arg1,
2613
 
                                                        <span class="type">gpointer</span>     user_data)      : <code class="literal">Action</code></pre>
 
2611
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
 
2612
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>     arg1,
 
2613
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
2614
2614
<p>
2615
2615
</p>
2616
2616
<div class="variablelist"><table border="0">
2631
2631
<div class="refsect2">
2632
2632
<a name="GtkNotebook-switch-page"></a><h3>The <code class="literal">"switch-page"</code> signal</h3>
2633
2633
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
2634
 
                                                        <span class="type">gpointer</span>     arg1,
2635
 
                                                        <span class="type">guint</span>        arg2,
2636
 
                                                        <span class="type">gpointer</span>     user_data)      : <code class="literal">Run Last</code></pre>
 
2634
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     arg1,
 
2635
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>        arg2,
 
2636
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2637
2637
<p>
2638
2638
Emitted when the user or a function changes the current page.
2639
2639
</p>
2677
2677
</div>
2678
2678
<div class="footer">
2679
2679
<hr>
2680
 
          Generated by GTK-Doc V1.17.1</div>
 
2680
          Generated by GTK-Doc V1.17</div>
2681
2681
</body>
2682
2682
</html>
 
 
b'\\ No newline at end of file'