Browse CVS Repository
Diff of /malonnote/mnFrame.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 24 |
// end wxGlade |
// end wxGlade |
| 25 |
|
|
| 26 |
mnFrame(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); |
mnFrame(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); |
| 27 |
void addSearchResult(wxString* searchStr, WikiList* wikiList); |
void addSearchResult(wxString* searchStr, WikiList* wikiList, bool isExpand=true); |
| 28 |
void showSearchResult(mnModel* wiki); |
void showSearchResult(mnModel* wiki, bool isExpand=true); |
| 29 |
void makeHtml(WikiData* wikiData, bool highlight); |
void makeHtml(WikiData* wikiData, bool highlight); |
| 30 |
void highlightSelectedItem(); |
void highlightSelectedItem(); |
| 31 |
void showSelectedItemText(wxTreeEvent& event); |
void showSelectedItemText(wxTreeEvent& event); |
|
|
Legend:
| Removed from v.1.8 |
|
| changed lines |
| |
Added in v.1.9 |
|
|
| |