Class: Fox::FXSpinner
- Inherits:
-
Object
- Object
- Fox::FXSpinner
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) cursorColor
:nodoc:.
-
- (Object) cursorColor=(clr)
:nodoc:.
-
- (Object) cyclic=(*args)
:nodoc:.
-
- (Boolean) cyclic?(*args)
:nodoc:.
-
- (Object) downArrowColor
:nodoc:.
-
- (Object) downArrowColor=(clr)
:nodoc:.
-
- (Object) editable=(*args)
:nodoc:.
-
- (Boolean) editable?(*args)
:nodoc:.
-
- (Object) font(*args)
:nodoc:.
-
- (Object) font=(*args)
:nodoc:.
-
- (Object) helpText(*args)
:nodoc:.
-
- (Object) helpText=(*args)
:nodoc:.
-
- (Object) numColumns
:nodoc:.
-
- (Object) numColumns=(nc)
:nodoc:.
-
- (Object) range(*args)
:nodoc:.
-
- (Object) range=(*args)
:nodoc:.
-
- (Object) selBackColor
:nodoc:.
-
- (Object) selBackColor=(clr)
:nodoc:.
-
- (Object) selTextColor
:nodoc:.
-
- (Object) selTextColor=(clr)
:nodoc:.
-
- (Object) spinnerStyle(*args)
:nodoc:.
-
- (Object) spinnerStyle=(*args)
:nodoc:.
-
- (Object) textColor
:nodoc:.
-
- (Object) textColor=(clr)
:nodoc:.
-
- (Object) textVisible=(*args)
:nodoc:.
-
- (Boolean) textVisible?(*args)
:nodoc:.
-
- (Object) tipText(*args)
:nodoc:.
-
- (Object) tipText=(*args)
:nodoc:.
-
- (Object) upArrowColor
:nodoc:.
-
- (Object) upArrowColor=(clr)
:nodoc:.
-
- (Object) value(*args)
:nodoc:.
-
- (Object) value=(*args)
:nodoc:.
Instance Method Details
- (Object) cursorColor
:nodoc:
4081 4082 4083 |
# File 'lib/fox16/aliases.rb', line 4081 def cursorColor() # :nodoc: getCursorColor() end |
- (Object) cursorColor=(clr)
:nodoc:
4084 4085 4086 |
# File 'lib/fox16/aliases.rb', line 4084 def cursorColor=(clr) # :nodoc: setCursorColor(clr) end |
- (Object) cyclic=(*args)
:nodoc:
4000 4001 4002 |
# File 'lib/fox16/aliases.rb', line 4000 def cyclic=(*args) # :nodoc: setCyclic(*args) end |
- (Boolean) cyclic?(*args)
:nodoc:
3997 3998 3999 |
# File 'lib/fox16/aliases.rb', line 3997 def cyclic?(*args) # :nodoc: isCyclic(*args) end |
- (Object) downArrowColor
:nodoc:
4057 4058 4059 |
# File 'lib/fox16/aliases.rb', line 4057 def downArrowColor() # :nodoc: getDownArrowColor() end |
- (Object) downArrowColor=(clr)
:nodoc:
4060 4061 4062 |
# File 'lib/fox16/aliases.rb', line 4060 def downArrowColor=(clr) # :nodoc: setDownArrowColor(clr) end |
- (Object) editable=(*args)
:nodoc:
4045 4046 4047 |
# File 'lib/fox16/aliases.rb', line 4045 def editable=(*args) # :nodoc: setEditable(*args) end |
- (Boolean) editable?(*args)
:nodoc:
4048 4049 4050 |
# File 'lib/fox16/aliases.rb', line 4048 def editable?(*args) # :nodoc: isEditable(*args) end |
- (Object) font(*args)
:nodoc:
4024 4025 4026 |
# File 'lib/fox16/aliases.rb', line 4024 def font(*args) # :nodoc: getFont(*args) end |
- (Object) font=(*args)
:nodoc:
4021 4022 4023 |
# File 'lib/fox16/aliases.rb', line 4021 def font=(*args) # :nodoc: setFont(*args) end |
- (Object) helpText(*args)
:nodoc:
4030 4031 4032 |
# File 'lib/fox16/aliases.rb', line 4030 def helpText(*args) # :nodoc: getHelpText(*args) end |
- (Object) helpText=(*args)
:nodoc:
4027 4028 4029 |
# File 'lib/fox16/aliases.rb', line 4027 def helpText=(*args) # :nodoc: setHelpText(*args) end |
- (Object) numColumns
:nodoc:
4087 4088 4089 |
# File 'lib/fox16/aliases.rb', line 4087 def numColumns # :nodoc: getNumColumns() end |
- (Object) numColumns=(nc)
:nodoc:
4090 4091 4092 |
# File 'lib/fox16/aliases.rb', line 4090 def numColumns=(nc) # :nodoc: setNumColumns(nc) end |
- (Object) range(*args)
:nodoc:
4018 4019 4020 |
# File 'lib/fox16/aliases.rb', line 4018 def range(*args) # :nodoc: getRange(*args) end |
- (Object) range=(*args)
:nodoc:
4015 4016 4017 |
# File 'lib/fox16/aliases.rb', line 4015 def range=(*args) # :nodoc: setRange(*args) end |
- (Object) selBackColor
:nodoc:
4069 4070 4071 |
# File 'lib/fox16/aliases.rb', line 4069 def selBackColor() # :nodoc: getSelBackColor() end |
- (Object) selBackColor=(clr)
:nodoc:
4072 4073 4074 |
# File 'lib/fox16/aliases.rb', line 4072 def selBackColor=(clr) # :nodoc: setSelBackColor(clr) end |
- (Object) selTextColor
:nodoc:
4075 4076 4077 |
# File 'lib/fox16/aliases.rb', line 4075 def selTextColor() # :nodoc: getSelTextColor() end |
- (Object) selTextColor=(clr)
:nodoc:
4078 4079 4080 |
# File 'lib/fox16/aliases.rb', line 4078 def selTextColor=(clr) # :nodoc: setSelTextColor(clr) end |
- (Object) spinnerStyle(*args)
:nodoc:
4042 4043 4044 |
# File 'lib/fox16/aliases.rb', line 4042 def spinnerStyle(*args) # :nodoc: getSpinnerStyle(*args) end |
- (Object) spinnerStyle=(*args)
:nodoc:
4039 4040 4041 |
# File 'lib/fox16/aliases.rb', line 4039 def spinnerStyle=(*args) # :nodoc: setSpinnerStyle(*args) end |
- (Object) textColor
:nodoc:
4063 4064 4065 |
# File 'lib/fox16/aliases.rb', line 4063 def textColor() # :nodoc: getTextColor() end |
- (Object) textColor=(clr)
:nodoc:
4066 4067 4068 |
# File 'lib/fox16/aliases.rb', line 4066 def textColor=(clr) # :nodoc: setTextColor(clr) end |
- (Object) textVisible=(*args)
:nodoc:
4006 4007 4008 |
# File 'lib/fox16/aliases.rb', line 4006 def textVisible=(*args) # :nodoc: setTextVisible(*args) end |
- (Boolean) textVisible?(*args)
:nodoc:
4003 4004 4005 |
# File 'lib/fox16/aliases.rb', line 4003 def textVisible?(*args) # :nodoc: isTextVisible(*args) end |
- (Object) tipText(*args)
:nodoc:
4036 4037 4038 |
# File 'lib/fox16/aliases.rb', line 4036 def tipText(*args) # :nodoc: getTipText(*args) end |
- (Object) tipText=(*args)
:nodoc:
4033 4034 4035 |
# File 'lib/fox16/aliases.rb', line 4033 def tipText=(*args) # :nodoc: setTipText(*args) end |
- (Object) upArrowColor
:nodoc:
4051 4052 4053 |
# File 'lib/fox16/aliases.rb', line 4051 def upArrowColor() # :nodoc: getUpArrowColor() end |
- (Object) upArrowColor=(clr)
:nodoc:
4054 4055 4056 |
# File 'lib/fox16/aliases.rb', line 4054 def upArrowColor=(clr) # :nodoc: setUpArrowColor(clr) end |
- (Object) value(*args)
:nodoc:
4012 4013 4014 |
# File 'lib/fox16/aliases.rb', line 4012 def value(*args) # :nodoc: getValue(*args) end |
- (Object) value=(*args)
:nodoc:
4009 4010 4011 |
# File 'lib/fox16/aliases.rb', line 4009 def value=(*args) # :nodoc: setValue(*args) end |