Class: Fox::FXGroupBox
- Inherits:
-
Object
- Object
- Fox::FXGroupBox
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) font(*args)
:nodoc:.
-
- (Object) font=(*args)
:nodoc:.
-
- (Object) groupBoxStyle(*args)
:nodoc:.
-
- (Object) groupBoxStyle=(*args)
:nodoc:.
-
- (Object) text(*args)
:nodoc:.
-
- (Object) text=(*args)
:nodoc:.
-
- (Object) textColor(*args)
:nodoc:.
-
- (Object) textColor=(*args)
:nodoc:.
-
- (Object) to_s(*args)
:nodoc:.
Instance Method Details
- (Object) font(*args)
:nodoc:
2171 2172 2173 |
# File 'lib/fox16/aliases.rb', line 2171 def font(*args) # :nodoc: getFont(*args) end |
- (Object) font=(*args)
:nodoc:
2168 2169 2170 |
# File 'lib/fox16/aliases.rb', line 2168 def font=(*args) # :nodoc: setFont(*args) end |
- (Object) groupBoxStyle(*args)
:nodoc:
2165 2166 2167 |
# File 'lib/fox16/aliases.rb', line 2165 def groupBoxStyle(*args) # :nodoc: getGroupBoxStyle(*args) end |
- (Object) groupBoxStyle=(*args)
:nodoc:
2162 2163 2164 |
# File 'lib/fox16/aliases.rb', line 2162 def groupBoxStyle=(*args) # :nodoc: setGroupBoxStyle(*args) end |
- (Object) text(*args)
:nodoc:
2156 2157 2158 |
# File 'lib/fox16/aliases.rb', line 2156 def text(*args) # :nodoc: getText(*args) end |
- (Object) text=(*args)
:nodoc:
2153 2154 2155 |
# File 'lib/fox16/aliases.rb', line 2153 def text=(*args) # :nodoc: setText(*args) end |
- (Object) textColor(*args)
:nodoc:
2177 2178 2179 |
# File 'lib/fox16/aliases.rb', line 2177 def textColor(*args) # :nodoc: getTextColor(*args) end |
- (Object) textColor=(*args)
:nodoc:
2174 2175 2176 |
# File 'lib/fox16/aliases.rb', line 2174 def textColor=(*args) # :nodoc: setTextColor(*args) end |
- (Object) to_s(*args)
:nodoc:
2159 2160 2161 |
# File 'lib/fox16/aliases.rb', line 2159 def to_s(*args) # :nodoc: getText(*args) end |