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)
This commit is contained in:
Matthias Clasen
2002-05-02 18:55:52 +00:00
parent 28617e20fe
commit 7d3ec5ecce
8 changed files with 49 additions and 7 deletions

View File

@ -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