Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnController.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.21 by maloninc, Thu Sep 29 04:15:30 2005 UTC revision 1.22 by maloninc, Thu Sep 29 11:41:23 2005 UTC
# Line 24  BEGIN_EVENT_TABLE(mnController, wxEvtHan Line 24  BEGIN_EVENT_TABLE(mnController, wxEvtHan
24          EVT_MENU(XRCID("Expand"), mnController::handleTreeExpand)          EVT_MENU(XRCID("Expand"), mnController::handleTreeExpand)
25          EVT_MENU(XRCID("Collapse"), mnController::handleTreeCollapse)          EVT_MENU(XRCID("Collapse"), mnController::handleTreeCollapse)
26          EVT_MENU(XRCID("Clear"), mnController::handleTreeClear)          EVT_MENU(XRCID("Clear"), mnController::handleTreeClear)
27          EVT_MENU(XRCID("About"), mnController::handleAbout)          EVT_MENU(wxID_ABOUT, mnController::handleAbout)
28          EVT_CLOSE(mnController::handleClose)          EVT_CLOSE(mnController::handleClose)
29          EVT_COMMAND(XRCID("wikiHtmlTextCtrl"), mnEVT_LINK_CLICK, mnController::handleLinkClick)          EVT_COMMAND(XRCID("wikiHtmlTextCtrl"), mnEVT_LINK_CLICK, mnController::handleLinkClick)
30  END_EVENT_TABLE()  END_EVENT_TABLE()

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26