
Public Member Functions | |
| override void | BeginEdit (int row, int col, Grid grid) |
| override GridCellEditor | Clone () |
| override void | Create (Window parent, int id, EvtHandler evtHandler) |
| override void | Dispose () |
| override bool | EndEdit (int row, int col, Grid grid) |
| GridCellFloatEditor (IntPtr wxObject) | |
| GridCellFloatEditor (int width, int precision) | |
| GridCellFloatEditor (int width) | |
| GridCellFloatEditor () | |
| static IntPtr | GridCellFloatEditor_GetWxClassInfo () |
| override bool | IsAcceptedKey (KeyEvent evt) |
| override void | Reset () |
| override void | SetParameters (string parameter) |
| override void | StartingKey (KeyEvent evt) |
| wx.GridCtrl.Editors.GridCellFloatEditor.GridCellFloatEditor | ( | ) |
| wx.GridCtrl.Editors.GridCellFloatEditor.GridCellFloatEditor | ( | int | width | ) |
| wx.GridCtrl.Editors.GridCellFloatEditor.GridCellFloatEditor | ( | int | width, | |
| int | precision | |||
| ) |
| wx.GridCtrl.Editors.GridCellFloatEditor.GridCellFloatEditor | ( | IntPtr | wxObject | ) |
| override void wx.GridCtrl.Editors.GridCellFloatEditor.BeginEdit | ( | int | row, | |
| int | col, | |||
| Grid | grid | |||
| ) | [virtual] |
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.
| override GridCellEditor wx.GridCtrl.Editors.GridCellFloatEditor.Clone | ( | ) | [virtual] |
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.
| override void wx.GridCtrl.Editors.GridCellFloatEditor.Create | ( | Window | parent, | |
| int | id, | |||
| EvtHandler | evtHandler | |||
| ) | [virtual] |
Do not forget to set the generated control (SetControl())
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.
| override void wx.GridCtrl.Editors.GridCellFloatEditor.Dispose | ( | ) | [virtual] |
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.
| override bool wx.GridCtrl.Editors.GridCellFloatEditor.EndEdit | ( | int | row, | |
| int | col, | |||
| Grid | grid | |||
| ) | [virtual] |
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.
| static IntPtr wx.GridCtrl.Editors.GridCellFloatEditor.GridCellFloatEditor_GetWxClassInfo | ( | ) |
| override bool wx.GridCtrl.Editors.GridCellFloatEditor.IsAcceptedKey | ( | KeyEvent | evt | ) | [virtual] |
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.
| override void wx.GridCtrl.Editors.GridCellFloatEditor.Reset | ( | ) | [virtual] |
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.
| override void wx.GridCtrl.Editors.GridCellFloatEditor.SetParameters | ( | string | parameter | ) | [virtual] |
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.
| override void wx.GridCtrl.Editors.GridCellFloatEditor.StartingKey | ( | KeyEvent | evt | ) | [virtual] |
Reimplemented from wx.GridCtrl.Editors.GridCellTextEditor.