


Public Member Functions | |
| PG_ListBoxItem (PG_Widget *parent, int height, const char *text=NULL, SDL_Surface *icon=NULL, void *userdata=NULL, const char *style="ListBox") | |
| ~PG_ListBoxItem () | |
| void | LoadThemeStyle (const char *widgettype, const char *objectname) |
| Load a style from the theme definition. | |
Protected Member Functions | |
| void | eventBlit (SDL_Surface *surface, const PG_Rect &src, const PG_Rect &dst) |
| overridable eventhandler to blit the widget contents to the screen | |
| void | eventSizeWidget (Uint16 w, Uint16 h) |
| Callback for the SizeWidget event. | |
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
overridable eventhandler to blit the widget contents to the screen
Reimplemented from PG_Label. Reimplemented in PG_ColumnItem. |
|
||||||||||||
|
Callback for the SizeWidget event.
Reimplemented from PG_ListBoxBaseItem. |
|
||||||||||||
|
Load a style from the theme definition.
Reimplemented from PG_Label. |