]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.cpp
A new set of baked makefiles
[wxWidgets.git] / samples / widgets / widgets.cpp
index b6595732cf0557e24fff0c9387577330ae74587c..b4d38ea1412dd563596999629319dbcd5d39cbcf 100644 (file)
@@ -367,7 +367,8 @@ wxSizer *WidgetsPage::CreateSizerWithText(wxControl *control,
                                           wxTextCtrl **ppText)
 {
     wxSizer *sizerRow = new wxBoxSizer(wxHORIZONTAL);
-    wxTextCtrl *text = new wxTextCtrl(this, id, _T(""));
+    wxTextCtrl *text = new wxTextCtrl(this, id, _T(""), wxDefaultPosition, wxDefaultSize, wxTE_PROCESS_ENTER);
+
     sizerRow->Add(control, 0, wxRIGHT | wxALIGN_CENTRE_VERTICAL, 5);
     sizerRow->Add(text, 1, wxLEFT | wxALIGN_CENTRE_VERTICAL, 5);