diff --git a/doc/ChangeLog b/doc/ChangeLog index 4e846c2fb..eb25b2d1e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2003-08-25 John Luke * en/Gtk/Layout.xml: mostly documented + * en/Gtk/Timeout.xml: documented 2003-08-18 John Luke diff --git a/doc/en/Gtk/Timeout.xml b/doc/en/Gtk/Timeout.xml index 4c8890fd2..0b6a74f00 100644 --- a/doc/en/Gtk/Timeout.xml +++ b/doc/en/Gtk/Timeout.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -9,8 +9,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Registers a method to be called periodically. + System.Object @@ -25,15 +25,15 @@ System.UInt32 - - - + + + - To be added + Registers a to be called periodically. a a a - To be added + The will be called repeatedly after milliseconds until it returns at which point the is destroyed and will not be called again. @@ -43,21 +43,21 @@ System.UInt32 - - - - - - + + + + + + - To be added + Registers a to be called periodically. a a a a a a - To be added + The will be called repeatedly after milliseconds until it returns at which point the is destroyed and will not be called again. @@ -67,12 +67,12 @@ System.Void - - + + - To be added + Removes the given timeout destroying all information about it. a - To be added + @@ -81,10 +81,10 @@ - To be added + Internal Constructor a - To be added + This should not be called directly by typical applications. - + \ No newline at end of file