git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30345
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
};
// ----------------------------------------------------------------------------
};
// ----------------------------------------------------------------------------
-// event tables and other macros for wxWindows
+// event tables and other macros for wxWidgets
// ----------------------------------------------------------------------------
BEGIN_EVENT_TABLE(MyAppFrame, wxFrame)
// ----------------------------------------------------------------------------
BEGIN_EVENT_TABLE(MyAppFrame, wxFrame)
- MyAppFrame *frame = new MyAppFrame(_T("FoldPanelBarTest wxWindows Test Application"),
+ MyAppFrame *frame = new MyAppFrame(_T("FoldPanelBarTest wxWidgets Test Application"),
wxPoint(50, 50), wxSize(200, 500));
SetTopWindow(frame);
wxPoint(50, 50), wxSize(200, 500));
SetTopWindow(frame);
SetMenuBar(CreateMenuBar());
CreateStatusBar(2);
SetMenuBar(CreateMenuBar());
CreateStatusBar(2);
- SetStatusText(_T("Welcome to wxWindows!"));
+ SetStatusText(_T("Welcome to wxWidgets!"));
_pnl = new wxFoldPanelBar(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFPB_DEFAULT_STYLE, wxFPB_COLLAPSE_TO_BOTTOM);
_pnl = new wxFoldPanelBar(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFPB_DEFAULT_STYLE, wxFPB_COLLAPSE_TO_BOTTOM);