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> |
| 12 |
|
#include <wx/html/htmlwin.h> |
| 13 |
|
|
| 14 |
#include "mnModel.h" |
#include "mnModel.h" |
| 15 |
|
|
| 29 |
wxTreeItemData* getSelectedItem(); |
wxTreeItemData* getSelectedItem(); |
| 30 |
wxString getSelectedLabel(); |
wxString getSelectedLabel(); |
| 31 |
void removeSelectedItem(); |
void removeSelectedItem(); |
|
wxString getPlainText(); |
|
| 32 |
void showNewItem(WikiData* data); |
void showNewItem(WikiData* data); |
| 33 |
bool isEditableTreeLabel(wxTreeItemId id); |
bool isEditableTreeLabel(wxTreeItemId id); |
| 34 |
bool isNewItem(wxTreeItemId id); |
bool isNewItem(wxTreeItemId id); |
| 49 |
wxTextCtrl* searchTextCtrl; |
wxTextCtrl* searchTextCtrl; |
| 50 |
wxTreeCtrl* searchTree; |
wxTreeCtrl* searchTree; |
| 51 |
wxPanel* leftPanel; |
wxPanel* leftPanel; |
| 52 |
wxTextCtrl* wikiPlainTextCtrl; |
wxHtmlWindow* wikiHtmlTextCtrl; |
| 53 |
wxPanel* rightPanel; |
wxPanel* rightPanel; |
| 54 |
wxSplitterWindow* splitWindow; |
wxSplitterWindow* splitWindow; |
| 55 |
|
|
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|