56 int CEvent (
int event);
63 void Event (wxEvent & event);
65 void SetRowsCount (
int rows);
66 int GetRowsCount (
void);
67 void SetColsCount (
int cols);
68 int GetColsCount (
void);
69 void SetReadOnly (
int ronly);
70 int GetReadOnly (
void);
71 void SetDefaultRowSize(
int height);
72 int GetDefaultRowSize (
void);
73 void SetDefaultColSize(
int width);
74 int GetDefaultColSize (
void);
75 void SetRowLabelSize(
int height);
76 int GetRowLabelSize (
void);
77 void SetColLabelSize(
int width);
78 int GetColLabelSize (
void);
79 void SetEnableDragGridSize(
int enable);
80 int GetEnableDragGridSize(
void);
82 void SetCell (
int row,
int col, lxString val);
83 lxString GetCell (
int row,
int col);
84 void SetCellBgColor(
int row,
int col,
const wxColour& color);
85 void SetRowSize(
int row,
int height);
86 void SetColSize(
int col,
int height);
87 int GetActiveCol (
void);
88 int GetActiveRow (
void);
void SetContext(lxStringList context)
lxStringList GetContext(void)