Added "set new icon" menu item to taskbar sample; updated some makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-05-08 10:11:24 +00:00
parent 0a67a93b17
commit ab85e6cd00
9 changed files with 88 additions and 166 deletions

View File

@@ -24,6 +24,7 @@ public:
void OnMenuRestore(wxCommandEvent&);
void OnMenuExit(wxCommandEvent&);
void OnMenuSetNewIcon(wxCommandEvent&);
DECLARE_EVENT_TABLE()
};