Browse CVS Repository
Diff of /malonnote/mnNotePanelController.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 29 |
void handleExit(wxCommandEvent& event); |
void handleExit(wxCommandEvent& event); |
| 30 |
void handleClose(wxCloseEvent& event); |
void handleClose(wxCloseEvent& event); |
| 31 |
void handleAbout(wxCommandEvent& event); |
void handleAbout(wxCommandEvent& event); |
| 32 |
|
#ifdef __WXMAC__ |
| 33 |
|
wxString delPercent(const wxString& str); |
| 34 |
|
void handleLinkClick(wxWebKitStateChangedEvent& myEvent); |
| 35 |
|
#else |
| 36 |
void handleLinkClick(wxCommandEvent &event); |
void handleLinkClick(wxCommandEvent &event); |
| 37 |
|
#endif |
| 38 |
void handleOpenDocsDir(wxCommandEvent &event); |
void handleOpenDocsDir(wxCommandEvent &event); |
| 39 |
void openUrl(wxString& url); |
void openUrl(wxString& url); |
| 40 |
void openDoc(wxString& doc); |
void openDoc(wxString& doc); |
|
|
Legend:
| Removed from v.1.4 |
|
| changed lines |
| |
Added in v.1.5 |
|
|
|