From b0b964c5021a4d8f661c3e68965e792020aec074 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Wed, 26 Mar 2003 00:46:05 +0000 Subject: [PATCH] This text was accidentally overwritten. svn path=/trunk/gtk-sharp/; revision=12841 --- doc/en/Gtk/Application.xml | 41 +++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/doc/en/Gtk/Application.xml b/doc/en/Gtk/Application.xml index fdae486ea..a3b3e5ded 100644 --- a/doc/en/Gtk/Application.xml +++ b/doc/en/Gtk/Application.xml @@ -215,21 +215,30 @@ To be added - - - Method - - System.Boolean - - - - - - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added - - +    +      +      Method +      +        System.Boolean +      +      +        +      +      +        +        A boolean value, whether the iteration should block or not +        +          +           Runs a single iteration of the mainloop. If is true, then if no events are +           waiting to be processed GTK+ will block until the next +           event is noticed;  If is false, +           then it if no events are waiting to be processed Gtk+ the +           routine will return immediately.  +         +        +      +    + + \ No newline at end of file