Class: Fox::FXImageView
- Inherits:
-
Object
- Object
- Fox::FXImageView
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) alignment
:nodoc:.
-
- (Object) alignment=(mode)
:nodoc:.
-
- (Object) image(*args)
:nodoc:.
-
- (Object) image=(*args)
:nodoc:.
Instance Method Details
- (Object) alignment
:nodoc:
2460 2461 2462 |
# File 'lib/fox16/aliases.rb', line 2460 def alignment # :nodoc: getAlignment() end |
- (Object) alignment=(mode)
:nodoc:
2463 2464 2465 |
# File 'lib/fox16/aliases.rb', line 2463 def alignment=(mode) # :nodoc: setAlignment(mode) end |
- (Object) image(*args)
:nodoc:
2454 2455 2456 |
# File 'lib/fox16/aliases.rb', line 2454 def image(*args) # :nodoc: getImage(*args) end |
- (Object) image=(*args)
:nodoc:
2457 2458 2459 |
# File 'lib/fox16/aliases.rb', line 2457 def image=(*args) # :nodoc: setImage(*args) end |