Generally used to make a large 'pane' of widgets that can be scrolled through in a smaller 'portal' with scrollbars.
Public Member Functions | |
PG_WidgetListEx (PG_Widget *parent, const PG_Rect &r=PG_Rect::null, const char *style="WidgetList") | |
Constructor of the PG_WidgetListEx class. | |
void | AddWidget (PG_Widget *w) |
Add a widget to the list. | |
void | AddChild (PG_Widget *child) |
Add a clientwidget (which will be embedded into this widget). | |
bool | RemoveWidget (PG_Widget *w, bool shiftx=false, bool shifty=false) |
Remove a widget from the list. |
|
Constructor of the PG_WidgetListEx class.
|
|
Add a clientwidget (which will be embedded into this widget).
Reimplemented from PG_WidgetList. |
|
Add a widget to the list.
Reimplemented from PG_WidgetList. Reimplemented in PG_RichEdit. |
|
Remove a widget from the list.
Reimplemented in PG_RichEdit. |