-1->wxID_ANY, TRUE->true and FALSE->false replacements.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-05-25 19:25:01 +00:00
parent cb8f28ba1e
commit af870ed80f
3 changed files with 58 additions and 57 deletions

View File

@@ -185,7 +185,7 @@ public:
}
void SetValue( int , int , const wxString& ) { /* ignore */ }
bool IsEmptyCell( int , int ) { return FALSE; }
bool IsEmptyCell( int , int ) { return false; }
private:
long m_sizeGrid;