Inheritance diagram for SpreadSheet:
Public Member Functions | |
void | Draw () |
void | Show () |
void | Hide () |
BOOL | Create (int _xpos, int _ypos, int _x, int _y, int _Style, Element *_Parent) |
void | CreateSheet (int xc, int yc, int xs, int ys, int guiflgs) |
void | SetBorderStyle (BOOL __double, BOOL __outy) |
void | SetCell (int x, int y, char *_text, Font *_fnt, int _clr) |
void | SetCell (int x, int y, Element *_img) |
void | SetCellJustify (int x, int y, int horizontal, int vertial) |
void | DeleteCell (int x, int y) |
void | DeleteSheet () |
void | SetSheetPos (int x, int y) |
void | GetSheetPos (int *x, int *y) |
void | SetXSize (uint32 x, uint32 size) |
void | SetYSize (uint32 y, uint32 size) |
Friends | |
class | SpreadSheetCombo |
Definition at line 441 of file gui.hpp.