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