Added new files to .rsp files; added new samples to index.htm

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-08-05 09:33:04 +00:00
parent 77ed579e58
commit edc26c4c2d
8 changed files with 225 additions and 9 deletions

View File

@@ -123,6 +123,12 @@ MyFrame::MyFrame(void) :
m_lwin->SetEditable(true);
m_lwin->SetWrapMargin(40);
m_lwin->SetFocus();
// JACS: under MSW, the window doesn't show the caret initially,
// and the following line I added doesn't help either.
// going to another window and then back again fixes it.
// m_lwin->OnSetFocus(wxFocusEvent());
Clear();
#if 0