Class: Fox::FXColorWell
- Inherits:
-
Object
- Object
- Fox::FXColorWell
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) helpText(*args)
:nodoc:.
-
- (Object) helpText=(*args)
:nodoc:.
-
- (Object) opaqueOnly=(*args)
:nodoc:.
-
- (Boolean) opaqueOnly?(*args)
:nodoc:.
-
- (Object) rgba(*args)
:nodoc:.
-
- (Object) rgba=(*args)
:nodoc:.
-
- (Object) tipText(*args)
:nodoc:.
-
- (Object) tipText=(*args)
:nodoc:.
Instance Method Details
- (Object) helpText(*args)
:nodoc:
566 567 568 |
# File 'lib/fox16/aliases.rb', line 566 def helpText(*args) # :nodoc: getHelpText(*args) end |
- (Object) helpText=(*args)
:nodoc:
563 564 565 |
# File 'lib/fox16/aliases.rb', line 563 def helpText=(*args) # :nodoc: setHelpText(*args) end |
- (Object) opaqueOnly=(*args)
:nodoc:
551 552 553 |
# File 'lib/fox16/aliases.rb', line 551 def opaqueOnly=(*args) # :nodoc: setOpaqueOnly(*args) end |
- (Boolean) opaqueOnly?(*args)
:nodoc:
554 555 556 |
# File 'lib/fox16/aliases.rb', line 554 def opaqueOnly?(*args) # :nodoc: isOpaqueOnly(*args) end |
- (Object) rgba(*args)
:nodoc:
548 549 550 |
# File 'lib/fox16/aliases.rb', line 548 def rgba(*args) # :nodoc: getRGBA(*args) end |
- (Object) rgba=(*args)
:nodoc:
545 546 547 |
# File 'lib/fox16/aliases.rb', line 545 def rgba=(*args) # :nodoc: setRGBA(*args) end |
- (Object) tipText(*args)
:nodoc:
560 561 562 |
# File 'lib/fox16/aliases.rb', line 560 def tipText(*args) # :nodoc: getTipText(*args) end |
- (Object) tipText=(*args)
:nodoc:
557 558 559 |
# File 'lib/fox16/aliases.rb', line 557 def tipText=(*args) # :nodoc: setTipText(*args) end |