Public Member Functions | |
PG_WidgetList (PG_Widget *parent, const PG_Rect &r=PG_Rect::null, const char *style="WidgetList") | |
Constructor of the PG_Widget class. | |
~PG_WidgetList () | |
Destructor of the PG_Widget class. | |
PG_Widget * | FindWidget (int index) |
Find a widget by a given index. | |
int | FindIndex (PG_Widget *widget) |
Find the index of a given widget. | |
void | ScrollTo (Uint16 ypos) |
Scroll to the specified Y-Position. | |
void | PageUp () |
Scroll one page up. | |
void | PageDown () |
Scroll one page down. | |
void | AddChild (PG_Widget *child) |
Add a clientwidget (which will be embedded into this widget). | |
Protected Member Functions | |
PG_Widget * | GetWidgetFromPos (Sint32 y) |
Search for a widget at a given y-position. |
|
Constructor of the PG_Widget class.
|
|
Destructor of the PG_Widget class.
|
|
Add a clientwidget (which will be embedded into this widget).
Reimplemented from PG_ScrollWidget. Reimplemented in PG_ListBox. |
|
Find the index of a given widget.
|
|
Find a widget by a given index.
|
|
Search for a widget at a given y-position.
|
|
Scroll one page down.
|
|
Scroll one page up.
|
|
Scroll to the specified Y-Position.
|