Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
virtual GridCellAttr | GetAttr (int row, int col, GridCellAttr.AttrKind kind) |
virtual void | SetAttr (GridCellAttr attr, int row, int col) |
virtual void | SetRowAttr (GridCellAttr attr, int row) |
virtual void | SetColAttr (GridCellAttr attr, int col) |
void | UpdateAttrRows (int pos, int numRows) |
void | UpdateAttrCols (int pos, int numCols) |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
Protected Member Functions | |
override void | dtor () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
virtual GridCellAttr GetAttr | ( | int | row, | |
int | col, | |||
GridCellAttr.AttrKind | kind | |||
) |
virtual void SetAttr | ( | GridCellAttr | attr, | |
int | row, | |||
int | col | |||
) |
virtual void SetRowAttr | ( | GridCellAttr | attr, | |
int | row | |||
) |
virtual void SetColAttr | ( | GridCellAttr | attr, | |
int | col | |||
) |
void UpdateAttrRows | ( | int | pos, | |
int | numRows | |||
) |
void UpdateAttrCols | ( | int | pos, | |
int | numCols | |||
) |