Class: Fox::FXPopup
- Inherits:
-
Object
- Object
- Fox::FXPopup
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) baseColor(*args)
:nodoc:.
-
- (Object) baseColor=(*args)
:nodoc:.
-
- (Object) borderColor(*args)
:nodoc:.
-
- (Object) borderColor=(*args)
:nodoc:.
-
- (Object) borderWidth(*args)
:nodoc:.
-
- (Object) frameStyle(*args)
:nodoc:.
-
- (Object) frameStyle=(*args)
:nodoc:.
-
- (Object) grabOwner(*args)
:nodoc:.
-
- (Object) hiliteColor(*args)
:nodoc:.
-
- (Object) hiliteColor=(*args)
:nodoc:.
-
- (Object) orientation(*args)
:nodoc:.
-
- (Object) orientation=(*args)
:nodoc:.
-
- (Object) shadowColor(*args)
:nodoc:.
-
- (Object) shadowColor=(*args)
:nodoc:.
-
- (Object) shrinkWrap(*args)
:nodoc:.
-
- (Object) shrinkWrap=(*args)
:nodoc:.
Instance Method Details
- (Object) baseColor(*args)
:nodoc:
3217 3218 3219 |
# File 'lib/fox16/aliases.rb', line 3217 def baseColor(*args) # :nodoc: getBaseColor(*args) end |
- (Object) baseColor=(*args)
:nodoc:
3214 3215 3216 |
# File 'lib/fox16/aliases.rb', line 3214 def baseColor=(*args) # :nodoc: setBaseColor(*args) end |
- (Object) borderColor(*args)
:nodoc:
3211 3212 3213 |
# File 'lib/fox16/aliases.rb', line 3211 def borderColor(*args) # :nodoc: getBorderColor(*args) end |
- (Object) borderColor=(*args)
:nodoc:
3208 3209 3210 |
# File 'lib/fox16/aliases.rb', line 3208 def borderColor=(*args) # :nodoc: setBorderColor(*args) end |
- (Object) borderWidth(*args)
:nodoc:
3193 3194 3195 |
# File 'lib/fox16/aliases.rb', line 3193 def borderWidth(*args) # :nodoc: getBorderWidth(*args) end |
- (Object) frameStyle(*args)
:nodoc:
3190 3191 3192 |
# File 'lib/fox16/aliases.rb', line 3190 def frameStyle(*args) # :nodoc: getFrameStyle(*args) end |
- (Object) frameStyle=(*args)
:nodoc:
3187 3188 3189 |
# File 'lib/fox16/aliases.rb', line 3187 def frameStyle=(*args) # :nodoc: setFrameStyle(*args) end |
- (Object) grabOwner(*args)
:nodoc:
3220 3221 3222 |
# File 'lib/fox16/aliases.rb', line 3220 def grabOwner(*args) # :nodoc: getGrabOwner(*args) end |
- (Object) hiliteColor(*args)
:nodoc:
3199 3200 3201 |
# File 'lib/fox16/aliases.rb', line 3199 def hiliteColor(*args) # :nodoc: getHiliteColor(*args) end |
- (Object) hiliteColor=(*args)
:nodoc:
3196 3197 3198 |
# File 'lib/fox16/aliases.rb', line 3196 def hiliteColor=(*args) # :nodoc: setHiliteColor(*args) end |
- (Object) orientation(*args)
:nodoc:
3223 3224 3225 |
# File 'lib/fox16/aliases.rb', line 3223 def orientation(*args) # :nodoc: getOrientation(*args) end |
- (Object) orientation=(*args)
:nodoc:
3226 3227 3228 |
# File 'lib/fox16/aliases.rb', line 3226 def orientation=(*args) # :nodoc: setOrientation(*args) end |
- (Object) shadowColor(*args)
:nodoc:
3205 3206 3207 |
# File 'lib/fox16/aliases.rb', line 3205 def shadowColor(*args) # :nodoc: getShadowColor(*args) end |
- (Object) shadowColor=(*args)
:nodoc:
3202 3203 3204 |
# File 'lib/fox16/aliases.rb', line 3202 def shadowColor=(*args) # :nodoc: setShadowColor(*args) end |
- (Object) shrinkWrap(*args)
:nodoc:
3229 3230 3231 |
# File 'lib/fox16/aliases.rb', line 3229 def shrinkWrap(*args) # :nodoc: getShrinkWrap(*args) end |
- (Object) shrinkWrap=(*args)
:nodoc:
3232 3233 3234 |
# File 'lib/fox16/aliases.rb', line 3232 def shrinkWrap=(*args) # :nodoc: setShrinkWrap(*args) end |