Browse CVS Repository
Diff of /malonnote/mnNotePanel.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 19 |
spWindow->SplitVertically(searchTree, wikiHtmlTextCtrl, 250); |
spWindow->SplitVertically(searchTree, wikiHtmlTextCtrl, 250); |
| 20 |
#else |
#else |
| 21 |
/* init members */ |
/* init members */ |
| 22 |
|
wxFont font(12, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL); |
| 23 |
wikiHtmlTextCtrl = XRCCTRL(*this, "wikiHtmlTextCtrl", mnHtmlWindow); |
wikiHtmlTextCtrl = XRCCTRL(*this, "wikiHtmlTextCtrl", mnHtmlWindow); |
| 24 |
|
wikiHtmlTextCtrl->SetFonts(font.GetFaceName(), font.GetFaceName()); |
| 25 |
#endif |
#endif |
| 26 |
|
|
|
/* init html window */ |
|
|
wxFont font(12, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL); |
|
|
wikiHtmlTextCtrl->SetFonts(font.GetFaceName(), font.GetFaceName()); |
|
| 27 |
|
|
| 28 |
/* create search tree */ |
/* create search tree */ |
| 29 |
searchItemRoot = searchTree->AddRoot(wxT(LABEL_ITEM_TREE), -1, -1, NULL); |
searchItemRoot = searchTree->AddRoot(wxT(LABEL_ITEM_TREE), -1, -1, NULL); |
|
|
Legend:
| Removed from v.1.10 |
|
| changed lines |
| |
Added in v.1.11 |
|
|
| |