


Public Member Functions | |
| PG_ListBoxItem (PG_Widget *parent, int height, const std::string &text=PG_NULLSTR, SDL_Surface *icon=NULL, void *userdata=NULL, const std::string &style="ListBox") | |
| ~PG_ListBoxItem () | |
| void | LoadThemeStyle (const std::string &widgettype, const std::string &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. | |
Protected Attributes | |
| PG_Gradient * | my_gradient [3] |
| SDL_Surface * | my_background [3] |
| SDL_Surface * | my_srfHover |
| SDL_Surface * | my_srfSelected |
| PG_Draw::BkMode | my_bkmode [3] |
| Uint8 | my_blend [3] |
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|