Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnFrame.h

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

revision 1.5 by maloninc, Sun Jul 31 22:22:14 2005 UTC revision 1.6 by maloninc, Mon Aug 1 10:46:20 2005 UTC
# Line 9  Line 9 
9    
10  #include <wx/wx.h>  #include <wx/wx.h>
11  #include <wx/image.h>  #include <wx/image.h>
 #include <wx/html/htmlwin.h>  
12    
13  #include "mnModel.h"  #include "mnModel.h"
14    #include "mnHtmlWindow.h"
15  #include "mnDialog.h"  #include "mnDialog.h"
16    
17  #define LABEL_ITEM_TREE   "Item Tree"  #define LABEL_ITEM_TREE   "Item Tree"
# Line 52  protected: Line 52  protected:
52      wxTreeCtrl* searchTree;      wxTreeCtrl* searchTree;
53      wxPanel* leftPanel;      wxPanel* leftPanel;
54      wxTextCtrl* wikiPlainTextCtrl;      wxTextCtrl* wikiPlainTextCtrl;
55      wxHtmlWindow* wikiHtmlTextCtrl;      mnHtmlWindow* wikiHtmlTextCtrl;
56      wxPanel* rightPanel;      wxPanel* rightPanel;
57      wxSplitterWindow* splitWindow;      wxSplitterWindow* splitWindow;
58    

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