Class: Fox::FXScrollArea
- Inherits:
-
Object
- Object
- Fox::FXScrollArea
- Defined in:
- lib/fox16/core.rb,
lib/fox16/aliases.rb
Direct Known Subclasses
Instance Method Summary (collapse)
-
- (Object) contentHeight(*args)
:nodoc:.
-
- (Object) contentWidth(*args)
:nodoc:.
-
- (Boolean) horizontalScrollable?(*args)
:nodoc:.
-
- (Object) scrollCorner
Returns a reference to the scroll corner (an FXScrollCorner instance) for this window.
-
- (Object) scrollStyle(*args)
:nodoc:.
-
- (Object) scrollStyle=(*args)
:nodoc:.
-
- (Boolean) verticalScrollable?(*args)
:nodoc:.
Instance Method Details
- (Object) contentHeight(*args)
:nodoc:
3797 3798 3799 |
# File 'lib/fox16/aliases.rb', line 3797 def contentHeight(*args) # :nodoc: getContentHeight(*args) end |
- (Object) contentWidth(*args)
:nodoc:
3794 3795 3796 |
# File 'lib/fox16/aliases.rb', line 3794 def contentWidth(*args) # :nodoc: getContentWidth(*args) end |
- (Boolean) horizontalScrollable?(*args)
:nodoc:
3806 3807 3808 |
# File 'lib/fox16/aliases.rb', line 3806 def horizontalScrollable?(*args) # :nodoc: isHorizontalScrollable(*args) end |
- (Object) scrollCorner
Returns a reference to the scroll corner (an FXScrollCorner instance) for this window.
247 248 249 |
# File 'lib/fox16/core.rb', line 247 def scrollCorner verticalScrollBar.next end |
- (Object) scrollStyle(*args)
:nodoc:
3803 3804 3805 |
# File 'lib/fox16/aliases.rb', line 3803 def scrollStyle(*args) # :nodoc: getScrollStyle(*args) end |
- (Object) scrollStyle=(*args)
:nodoc:
3800 3801 3802 |
# File 'lib/fox16/aliases.rb', line 3800 def scrollStyle=(*args) # :nodoc: setScrollStyle(*args) end |
- (Boolean) verticalScrollable?(*args)
:nodoc:
3809 3810 3811 |
# File 'lib/fox16/aliases.rb', line 3809 def verticalScrollable?(*args) # :nodoc: isVerticalScrollable(*args) end |