
Public Member Functions | |
| this () | |
| this (int width) | |
| this (int width, int precision) | |
| this (IntPtr wxobj) | |
| override void | SetParameters (string parameter) |
| int | Width () |
| void | Width (int value) |
| int | Precision () |
| void | Precision (int value) |
| override void | Draw (Grid grid, GridCellAttr attr, DC dc, Rectangle rect, int row, int col, bool isSelected) |
| override Size | GetBestSize (Grid grid, GridCellAttr attr, DC dc, int row, int col) |
| override GridCellRenderer | Clone () |
Protected Member Functions | |
| override void | dtor () |
| this | ( | ) |
Reimplemented from GridCellStringRenderer.
| this | ( | int | width | ) |
| this | ( | int | width, | |
| int | precision | |||
| ) |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from GridCellStringRenderer.
| override void dtor | ( | ) | [protected] |
Reimplemented from GridCellStringRenderer.
| override void SetParameters | ( | string | parameter | ) |
| int Width | ( | ) |
| void Width | ( | int | value | ) |
| int Precision | ( | ) |
| void Precision | ( | int | value | ) |
| override void Draw | ( | Grid | grid, | |
| GridCellAttr | attr, | |||
| DC | dc, | |||
| Rectangle | rect, | |||
| int | row, | |||
| int | col, | |||
| bool | isSelected | |||
| ) |
Reimplemented from GridCellStringRenderer.
| override Size GetBestSize | ( | Grid | grid, | |
| GridCellAttr | attr, | |||
| DC | dc, | |||
| int | row, | |||
| int | col | |||
| ) |
Reimplemented from GridCellStringRenderer.
| override GridCellRenderer Clone | ( | ) |
Reimplemented from GridCellStringRenderer.
1.5.4