Mon Apr 6 08:08:49 BST 1998 Tony Gale <gale@gtk.org

* docs/gtk_tut.sgml examples/helloworld/helloworld.c:
          Change a missed "delete_event" return value description
          from TRUE to FALSE.
This commit is contained in:
Tony Gale 1998-04-06 08:12:46 +00:00
parent 61ca241924
commit c4089778fb
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
name="&lt;imain@gtk.org&gt;"></tt>,
Tony Gale <tt><htmlurl url="mailto:gale@gtk.org"
name="&lt;gale@gtk.org&gt;"></tt>
<date>April 4th, 1998
<date>April 6th, 1998
<!-- ***************************************************************** -->
<sect>Introduction
@ -213,7 +213,7 @@ int main (int argc, char *argv[])
/* here we connect the "destroy" event to a signal handler.
* This event occurs when we call gtk_widget_destroy() on the window,
* or if we return 'TRUE' in the "delete_event" callback. */
* or if we return 'FALSE' in the "delete_event" callback. */
gtk_signal_connect (GTK_OBJECT (window), "destroy",
GTK_SIGNAL_FUNC (destroy), NULL);

View File

@ -10,7 +10,7 @@
name="&lt;imain@gtk.org&gt;"></tt>,
Tony Gale <tt><htmlurl url="mailto:gale@gtk.org"
name="&lt;gale@gtk.org&gt;"></tt>
<date>April 4th, 1998
<date>April 6th, 1998
<!-- ***************************************************************** -->
<sect>Introduction
@ -213,7 +213,7 @@ int main (int argc, char *argv[])
/* here we connect the "destroy" event to a signal handler.
* This event occurs when we call gtk_widget_destroy() on the window,
* or if we return 'TRUE' in the "delete_event" callback. */
* or if we return 'FALSE' in the "delete_event" callback. */
gtk_signal_connect (GTK_OBJECT (window), "destroy",
GTK_SIGNAL_FUNC (destroy), NULL);