added (de)select all

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-08-23 20:06:24 +00:00
parent 6f34921d93
commit c47711479e
2 changed files with 25 additions and 1 deletions

View File

@@ -59,7 +59,9 @@ class MyFrame: public wxFrame
void OnIconTextView(wxCommandEvent& event);
void OnSmallIconView(wxCommandEvent& event);
void OnSmallIconTextView(wxCommandEvent& event);
bool OnClose(void) { return TRUE; }
bool OnClose(void) { return TRUE; }
void OnDeselectAll(wxCommandEvent& event);
void OnSelectAll(wxCommandEvent& event);
DECLARE_EVENT_TABLE()
};
@@ -73,6 +75,8 @@ class MyFrame: public wxFrame
#define LIST_SMALL_ICON_VIEW 5
#define LIST_SMALL_ICON_TEXT_VIEW 6
#define LIST_REPORT_VIEW 7
#define LIST_DESELECT_ALL 8
#define LIST_SELECT_ALL 9
#define LIST_ABOUT 102
#define LIST_CTRL 1000