diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-02 18:55:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-02 18:55:52 +0000 |
commit | 7d3ec5eccea76216520b7195936f077cef2601a3 (patch) | |
tree | 16c0338e1922dc1e63584fbd5ce1a8f93b7f9fdb /gtk/gtknotebook.c | |
parent | 28617e20fe0eed5d95e30947387f3e94a73ee22a (diff) | |
download | gdk-pixbuf-7d3ec5eccea76216520b7195936f077cef2601a3.tar.gz |
Correct the composite_child blurb.
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
composite_child blurb.
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093)
Diffstat (limited to 'gtk/gtknotebook.c')
-rw-r--r-- | gtk/gtknotebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 63e14c212..fa6966e22 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -4264,7 +4264,7 @@ gtk_notebook_prev_page (GtkNotebook *notebook) * @show_border: %TRUE if a bevel should be drawn around the notebook. * * Sets whether a bevel will be drawn around the notebook pages. - * This is only has an effect when the tabs are not shown. + * This is only has a visual effect when the tabs are not shown. * See gtk_notebook_set_show_tabs(). **/ void |