Make it easier to switch between native and generic sample for testing purposes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2007-01-07 17:28:18 +00:00
parent 0917b10c4b
commit 2458daa728
2 changed files with 12 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ protected:
void OnFreeze(wxCommandEvent& event);
void OnThaw(wxCommandEvent& event);
void OnToggleLines(wxCommandEvent& event);
void OnToggleMacUseGeneric(wxCommandEvent& event);
void OnUpdateShowColInfo(wxUpdateUIEvent& event);
void OnUpdateToggleMultiSel(wxUpdateUIEvent& event);
@@ -203,6 +204,7 @@ enum
LIST_FREEZE,
LIST_THAW,
LIST_TOGGLE_LINES,
LIST_MAC_USE_GENERIC,
LIST_CTRL = 1000
};