[Fxruby-users] Why does it return FXRbTextField when I call 'getClassName()' on an FXTextField?
Status: Inactive
Brought to you by:
lyle
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 |