#include <sdlcolumnitem.h>
Inheritance diagram for SDLColumnItem
Public Methods | |
SDLColumnItem (int columns, int height, void* userdata = NULL) | |
~SDLColumnItem () | |
void | SetColumnWidth (int column, int width) |
void | SetColumnText (int column, char* text) |
Protected Methods | |
void | eventDraw (SDL_Surface* surface, SDL_Rect* rect) |
Draw event handler. More... | |
void | eventBlit (SDL_Surface* srf, SDL_Rect* src, SDL_Rect* dst) |
|
|
|
|
|
|
|
|
|
Reimplemented from SDLListBoxItem. |
|
Draw event handler.
Reimplemented from SDLLabel. |