From: Rich <ri...@li...> - 2004-01-08 07:10:00
|
Here's the code: require 'fox' include Fox theApp=3DFXApp.new mainwin=3DFXMainWindow.new(theApp,"Test") puts FXTextField.new(mainwin,20).getClassName() theApp.create mainwin.show(PLACEMENT_SCREEN) theApp.run -Rich |