diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2002-10-13 17:17:14 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2002-10-13 17:17:14 +0000 |
commit | a130f089ca10ce2b6f20ce309527e900d0bafebf (patch) | |
tree | 5fb1ae515388f4bea2af409b0b899f2dabc2f851 /gtk/gtkdialog.c | |
parent | 7fe315b58d537e33eeda68b163771aed94699488 (diff) | |
download | gtk+-a130f089ca10ce2b6f20ce309527e900d0bafebf.tar.gz |
Documentation fixes.
Sun Oct 13 18:50:14 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* gtkmenu.c, gtkmenu.sgml, gtkitemfactory.c, gdkwindow.c,
gtkwindow.c, gtkpaned.sgml, gtkdialog.c, gtkbox.h, gtkbutton.sgml,
gtktreemodel.sgml,gtktable.sgml, gtktable.c:
Documentation fixes.
#85719, #90759, #95169, Owen Taylor;
#89221, Yao Zhang, Matthias Clasen;
#95592, Joost Faassen;
#92637, Vitaly Tishkov;
#94616, Ben Martin;
#94772, sbaillie@bigpond.net.au;
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index f5c5614a09..0d2d3ac6c3 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -869,10 +869,10 @@ run_destroy_handler (GtkDialog *dialog, gpointer data) * @dialog: a #GtkDialog * * Blocks in a recursive main loop until the @dialog either emits the - * response signal, or is destroyed. If the dialog is destroyed, - * gtk_dialog_run() returns #GTK_RESPONSE_NONE. Otherwise, it returns - * the response ID from the "response" signal emission. Before - * entering the recursive main loop, gtk_dialog_run() calls + * response signal, or is destroyed. If the dialog is destroyed during the call + * to gtk_dialog_run(), gtk_dialog_returns #GTK_RESPONSE_NONE. + * Otherwise, it returns the response ID from the "response" signal emission. + * Before entering the recursive main loop, gtk_dialog_run() calls * gtk_widget_show() on the dialog for you. Note that you still * need to show any children of the dialog yourself. * |