Class: Fox::FXInputDialog
- Inherits:
-
Object
- Object
- Fox::FXInputDialog
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) numColumns(*args)
:nodoc:.
-
- (Object) numColumns=(*args)
:nodoc:.
-
- (Object) text(*args)
:nodoc:.
-
- (Object) text=(*args)
:nodoc:.
-
- (Object) to_s(*args)
:nodoc:.
Instance Method Details
- (Object) numColumns(*args)
:nodoc:
2474 2475 2476 |
# File 'lib/fox16/aliases.rb', line 2474 def numColumns(*args) # :nodoc: getNumColumns(*args) end |
- (Object) numColumns=(*args)
:nodoc:
2477 2478 2479 |
# File 'lib/fox16/aliases.rb', line 2477 def numColumns=(*args) # :nodoc: setNumColumns(*args) end |
- (Object) text(*args)
:nodoc:
2468 2469 2470 |
# File 'lib/fox16/aliases.rb', line 2468 def text(*args) # :nodoc: getText(*args) end |
- (Object) text=(*args)
:nodoc:
2471 2472 2473 |
# File 'lib/fox16/aliases.rb', line 2471 def text=(*args) # :nodoc: setText(*args) end |
- (Object) to_s(*args)
:nodoc:
2480 2481 2482 |
# File 'lib/fox16/aliases.rb', line 2480 def to_s(*args) # :nodoc: getText(*args) end |