Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnNotePanelController.h

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

revision 1.5 by maloninc, Wed Dec 28 01:49:51 2005 UTC revision 1.6 by maloninc, Wed Dec 28 05:41:06 2005 UTC
# Line 30  public: Line 30  public:
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);
# Line 39  public: Line 38  public:
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

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