Browse CVS Repository
Diff of /malonnote/mnNotePanelController.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 30 |
void handleClose(wxCloseEvent& event); |
void handleClose(wxCloseEvent& event); |
| 31 |
void handleAbout(wxCommandEvent& event); |
void handleAbout(wxCommandEvent& event); |
| 32 |
#ifdef __WXMAC__ |
#ifdef __WXMAC__ |
|
wxString delPercent(const wxString& str); |
|
| 33 |
void handleLinkClick(wxWebKitStateChangedEvent& myEvent); |
void handleLinkClick(wxWebKitStateChangedEvent& myEvent); |
| 34 |
#else |
#else |
| 35 |
void handleLinkClick(wxCommandEvent &event); |
void handleLinkClick(wxCommandEvent &event); |
| 38 |
void openUrl(wxString& url); |
void openUrl(wxString& url); |
| 39 |
void openDoc(wxString& doc); |
void openDoc(wxString& doc); |
| 40 |
const wxString* getWikiDataDir(); |
const wxString* getWikiDataDir(); |
| 41 |
|
wxString delPercent(const wxString& str); |
| 42 |
|
|
| 43 |
private: |
private: |
| 44 |
mnModel* wiki; |
mnModel* wiki; |
|
|
Legend:
| Removed from v.1.5 |
|
| changed lines |
| |
Added in v.1.6 |
|
|
|