- EVT_MENU(LIST_QUIT, MyFrame::OnQuit)
- EVT_MENU(LIST_ABOUT, MyFrame::OnAbout)
- EVT_MENU(LIST_LIST_VIEW, MyFrame::OnListView)
- EVT_MENU(LIST_REPORT_VIEW, MyFrame::OnReportView)
- EVT_MENU(LIST_ICON_VIEW, MyFrame::OnIconView)
- EVT_MENU(LIST_ICON_TEXT_VIEW, MyFrame::OnIconTextView)
- EVT_MENU(LIST_SMALL_ICON_VIEW, MyFrame::OnSmallIconView)
- EVT_MENU(LIST_SMALL_ICON_TEXT_VIEW, MyFrame::OnSmallIconTextView)
- EVT_MENU(LIST_DESELECT_ALL, MyFrame::OnDeselectAll)
- EVT_MENU(LIST_SELECT_ALL, MyFrame::OnSelectAll)
+ EVT_MENU(BUSY_ON, MyFrame::BusyOn)
+ EVT_MENU(BUSY_OFF, MyFrame::BusyOff)
+ EVT_MENU(LIST_QUIT, MyFrame::OnQuit)
+ EVT_MENU(LIST_ABOUT, MyFrame::OnAbout)
+ EVT_MENU(LIST_LIST_VIEW, MyFrame::OnListView)
+ EVT_MENU(LIST_REPORT_VIEW, MyFrame::OnReportView)
+ EVT_MENU(LIST_ICON_VIEW, MyFrame::OnIconView)
+ EVT_MENU(LIST_ICON_TEXT_VIEW, MyFrame::OnIconTextView)
+ EVT_MENU(LIST_SMALL_ICON_VIEW, MyFrame::OnSmallIconView)
+ EVT_MENU(LIST_SMALL_ICON_TEXT_VIEW, MyFrame::OnSmallIconTextView)
+ EVT_MENU(LIST_DESELECT_ALL, MyFrame::OnDeselectAll)
+ EVT_MENU(LIST_SELECT_ALL, MyFrame::OnSelectAll)
+ EVT_MENU(LIST_DELETE_ALL, MyFrame::OnDeleteAll)