Update of /cvsroot/fxruby/FXRuby/rdoc-sources
In directory usw-pr-cvs1:/tmp/cvs-serv20565/rdoc-sources
Modified Files:
Tag: release10
FXApp.rb
Log Message:
Added the FXApp#threadsEnabled? instance method, to see if they are.
Index: FXApp.rb
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/rdoc-sources/FXApp.rb,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** FXApp.rb 27 Mar 2002 18:03:04 -0000 1.5
--- FXApp.rb 30 Apr 2002 02:12:46 -0000 1.5.2.1
***************
*** 424,427 ****
--- 424,430 ----
# Disable support for multithreaded applications
def disableThreads(); end
+
+ # Check to see if multithreaded applications are supported
+ def threadsEnabled?(); end
# Set the amount of time to sleep
|