#include <upane.hpp>
Inheritance diagram for UPaneView:
Public Member Functions | |
virtual UViewStyle * | getViewStyle () |
[impl] returns the current view style. | |
UPaneView (UBoxLink *, UView *parview, UWinGraph *) | |
UPane * | getPane () |
same as getBox() with an UPane cast. | |
u_dim | getXScroll () |
u_dim | getYScroll () |
virtual void | setXScroll (u_dim scr) |
virtual void | setYScroll (u_dim scr) |
note that using these functions is not a good idea if this pane is already controlled by scrollbars. | |
Static Public Member Functions | |
UView * | makeView (UBoxLink *, UView *parview, UWinGraph *) |
makeView() is a "static creator" used by UViewStyle to make a new view. | |
Static Public Attributes | |
UViewStyle | style |
used by: UPane