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.2 by maloninc, Sat Jul 30 08:26:16 2005 UTC revision 1.5 by maloninc, Sun Jul 31 22:22:14 2005 UTC
# Line 12  Line 12 
12  #include <wx/html/htmlwin.h>  #include <wx/html/htmlwin.h>
13    
14  #include "mnModel.h"  #include "mnModel.h"
15    #include "mnDialog.h"
16    
17  #define LABEL_ITEM_TREE   "Item Tree"  #define LABEL_ITEM_TREE   "Item Tree"
18  #define LABEL_NEW_ITEM    "[Editing...]"  #define LABEL_NEW_ITEM    "[Editing...]"
# Line 41  private: Line 42  private:
42          wxTreeItemId searchItemRoot;          wxTreeItemId searchItemRoot;
43          wxTreeItemId newItemRoot;          wxTreeItemId newItemRoot;
44          wxEvtHandler* controller;          wxEvtHandler* controller;
45        wxGridSizer* rightPanelSizer;
46    
47  protected:  protected:
48      // begin wxGlade: mnFrame::attributes      // begin wxGlade: mnFrame::attributes
# Line 49  protected: Line 51  protected:
51      wxTextCtrl* searchTextCtrl;      wxTextCtrl* searchTextCtrl;
52      wxTreeCtrl* searchTree;      wxTreeCtrl* searchTree;
53      wxPanel* leftPanel;      wxPanel* leftPanel;
54        wxTextCtrl* wikiPlainTextCtrl;
55      wxHtmlWindow* wikiHtmlTextCtrl;      wxHtmlWindow* wikiHtmlTextCtrl;
56      wxPanel* rightPanel;      wxPanel* rightPanel;
57      wxSplitterWindow* splitWindow;      wxSplitterWindow* splitWindow;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

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