#include <uscrollpane.hpp>
Inheritance diagram for ubit::UPaneView:
Public Member Functions | |
virtual UViewStyle * | getViewStyle () |
UViewStyle renderer. returns the default view style. | |
UPaneView (UChild *, UView *parview, UHardWinImpl *) | |
virtual UPaneView * | paneCast () |
dynamic cast. | |
int | getXScroll () |
int | getYScroll () |
virtual void | setXScroll (int scr) |
virtual void | setYScroll (int scr) |
note that using these functions is not a good idea if this pane is already controlled by scrollbars. | |
Static Public Member Functions | |
static UView * | createView (UChild *, UView *parview, UHardWinImpl *) |
createView() is a static constructor used by UViewStyle to make a new view. | |
Static Public Attributes | |
static UViewStyle | style |
used by: UPane