Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Could anyone create a small example with the new ScrollArea?
Re: Could anyone create a small example with the new ScrollArea? [message #3009 is a reply to message #3008] |
Wed, 03 May 2006 11:14   |
 |
fudadmin
Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
|
Ultimate Contributor Administrator |
|
|
Then I would kindly to ask you a brief description of how to use those methods in Ctrl.h
void ScrollView(const Rect& r, int dx, int dy);
void ScrollView(int x, int y, int cx, int cy, int dx, int dy);
void ScrollView(int dx, int dy);
void ScrollView(const Rect& r, Size delta) { ScrollView(r, delta.cx, delta.cy); }
void ScrollView(Size delta) { ScrollView(delta.cx, delta.cy); }
|
|
|
Goto Forum:
Current Time: Fri Jun 06 11:02:59 CEST 2025
Total time taken to generate the page: 0.04782 seconds
|