From: Ryan Norton Date: Sun, 21 Dec 2003 20:37:17 +0000 (+0000) Subject: Changed main frame style to wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/81e657300913eb61b5a64322d0e91544630df6aa?ds=inline Changed main frame style to wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/regextest/regextest.cpp b/samples/regextest/regextest.cpp index 818854ee2b..29efee893d 100644 --- a/samples/regextest/regextest.cpp +++ b/samples/regextest/regextest.cpp @@ -118,7 +118,7 @@ public: MyDialog() : wxFrame( NULL, -1, _("regextest - wxRegEx Testing App"), - wxPoint(20,20), wxSize(300,400) ) + wxPoint(20,20), wxSize(300,400), wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL ) { //Set the background to something light gray-ish SetBackgroundColour(wxColour(150,150,150));