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:
Robin Dunn
2004-04-15 19:19:26 +00:00
parent 7b73db07a3
commit 0c02082608

View File

@@ -938,7 +938,7 @@ class wxGridCellFloatEditor : public wxGridCellTextEditor
{
public:
%pythonAppend wxGridCellFloatEditor "self._setOORInfo(self)"
wxGridCellFloatEditor();
wxGridCellFloatEditor(int width = -1, int precision = -1);
virtual wxString GetValue();
};