class GridFrame : public wxFrame
{
wxGrid *grid;
+#if wxUSE_LOG
wxTextCtrl *logWin;
wxLogTextCtrl *logger;
+#endif // wxUSE_LOG
wxString logBuf;
void SetDefaults();
ID_TESTFUNC
};
+#if wxUSE_LOG
wxLog *m_logOld;
+#endif // wxUSE_LOG
// add the cells to selection when using commands from select menu?
bool m_addToSel;
}
void SetValue( int , int , const wxString& ) { /* ignore */ }
- bool IsEmptyCell( int , int ) { return FALSE; }
+ bool IsEmptyCell( int , int ) { return false; }
private:
long m_sizeGrid;