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:
@@ -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
|
||||
|
@@ -11,7 +11,7 @@
|
||||
# Set WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
|
||||
PROGRAM=controls
|
||||
PROGRAM=text
|
||||
OBJECTS = $(PROGRAM).obj
|
||||
|
||||
!include $(WXDIR)\src\makeprog.vc
|
||||
|
@@ -1,10 +1,3 @@
|
||||
mondrian ICON "mondrian.ico"
|
||||
|
||||
choice BITMAP "icons/choice.bmp"
|
||||
combo BITMAP "icons/combo.bmp"
|
||||
gauge BITMAP "icons/gauge.bmp"
|
||||
list BITMAP "icons/list.bmp"
|
||||
radio BITMAP "icons/radio.bmp"
|
||||
text BITMAP "icons/text.bmp"
|
||||
|
||||
#include "wx/msw/wx.rc"
|
||||
|
Reference in New Issue
Block a user