Browse CVS Repository
Diff of /malonnote/mnFrame.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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" |
| 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 |
|
|
|