![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXScrollArea.h>
Inheritance diagram for FXScrollArea:
Public Methods | |
virtual FXint | getDefaultWidth () |
Return default width. | |
virtual FXint | getDefaultHeight () |
Return default height. | |
virtual FXint | getViewportHeight () |
Return viewport size. | |
virtual FXint | getViewportWidth () |
virtual FXint | getContentWidth () |
Return content size. | |
virtual FXint | getContentHeight () |
void | setScrollStyle (FXuint style) |
Change scroll style. | |
FXuint | getScrollStyle () const |
Return scroll style. | |
FXbool | isHorizontalScrollable () const |
Return TRUE if horizontally scrollable. | |
FXbool | isVerticalScrollable () const |
Return TRUE if vertically scrollable. | |
FXScrollbar * | horizontalScrollbar () const |
Return a pointer to the horizontal scrollbar. | |
FXScrollbar * | verticalScrollbar () const |
Return a pointer to the vertical scrollbar. | |
FXint | getXPosition () const |
Return the current x-position. | |
FXint | getYPosition () const |
Return the current y-position. | |
void | setPosition (FXint x, FXint y) |
Set the current position. | |
void | getPosition (FXint &x, FXint &y) const |
Get the current position. | |
virtual void | moveContents (FXint x, FXint y) |
Move contents to the specified position. | |
virtual | ~FXScrollArea () |
Destructor. |