Add width and precision params for wxGridCellFloatEditor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -938,7 +938,7 @@ class wxGridCellFloatEditor : public wxGridCellTextEditor
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
%pythonAppend wxGridCellFloatEditor "self._setOORInfo(self)"
|
%pythonAppend wxGridCellFloatEditor "self._setOORInfo(self)"
|
||||||
wxGridCellFloatEditor();
|
wxGridCellFloatEditor(int width = -1, int precision = -1);
|
||||||
virtual wxString GetValue();
|
virtual wxString GetValue();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user