Class: Fox::FXColorWheel
- Inherits:
-
Object
- Object
- Fox::FXColorWheel
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) helpText(*args)
:nodoc:.
-
- (Object) helpText=(*args)
:nodoc:.
-
- (Object) hue(*args)
:nodoc:.
-
- (Object) hue=(*args)
:nodoc:.
-
- (Object) sat(*args)
:nodoc:.
-
- (Object) sat=(*args)
:nodoc:.
-
- (Object) tipText(*args)
:nodoc:.
-
- (Object) tipText=(*args)
:nodoc:.
-
- (Object) val(*args)
:nodoc:.
-
- (Object) val=(*args)
:nodoc:.
Instance Method Details
- (Object) helpText(*args)
:nodoc:
592 593 594 |
# File 'lib/fox16/aliases.rb', line 592 def helpText(*args) # :nodoc: getHelpText(*args) end |
- (Object) helpText=(*args)
:nodoc:
589 590 591 |
# File 'lib/fox16/aliases.rb', line 589 def helpText=(*args) # :nodoc: setHelpText(*args) end |
- (Object) hue(*args)
:nodoc:
574 575 576 |
# File 'lib/fox16/aliases.rb', line 574 def hue(*args) # :nodoc: getHue(*args) end |
- (Object) hue=(*args)
:nodoc:
571 572 573 |
# File 'lib/fox16/aliases.rb', line 571 def hue=(*args) # :nodoc: setHue(*args) end |
- (Object) sat(*args)
:nodoc:
580 581 582 |
# File 'lib/fox16/aliases.rb', line 580 def sat(*args) # :nodoc: getSat(*args) end |
- (Object) sat=(*args)
:nodoc:
577 578 579 |
# File 'lib/fox16/aliases.rb', line 577 def sat=(*args) # :nodoc: setSat(*args) end |
- (Object) tipText(*args)
:nodoc:
598 599 600 |
# File 'lib/fox16/aliases.rb', line 598 def tipText(*args) # :nodoc: getTipText(*args) end |
- (Object) tipText=(*args)
:nodoc:
595 596 597 |
# File 'lib/fox16/aliases.rb', line 595 def tipText=(*args) # :nodoc: setTipText(*args) end |
- (Object) val(*args)
:nodoc:
586 587 588 |
# File 'lib/fox16/aliases.rb', line 586 def val(*args) # :nodoc: getVal(*args) end |
- (Object) val=(*args)
:nodoc:
583 584 585 |
# File 'lib/fox16/aliases.rb', line 583 def val=(*args) # :nodoc: setVal(*args) end |