applied patch to remove use of deprecated constraints API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-02-28 10:46:36 +00:00
parent eac98de747
commit 9230b62136
5 changed files with 168 additions and 336 deletions

View File

@@ -23,7 +23,6 @@ class MyFrame : public wxFrame
public:
MyFrame();
void TestConstraints(wxCommandEvent& event);
void TestFlexSizers(wxCommandEvent& event);
void TestNotebookSizers(wxCommandEvent& event);
void TestGridBagSizer(wxCommandEvent& event);
@@ -35,13 +34,6 @@ private:
DECLARE_EVENT_TABLE()
};
// a frame using constraints for layout
class MyConstraintsFrame : public wxFrame
{
public:
MyConstraintsFrame(const wxChar *title, int x, int y );
};
// a frame using flex sizers for layout
class MyFlexSizerFrame : public wxFrame
{
@@ -94,7 +86,6 @@ enum
{
LAYOUT_QUIT = 100,
LAYOUT_ABOUT,
LAYOUT_TEST_CONSTRAINTS,
LAYOUT_TEST_SIZER,
LAYOUT_TEST_NB_SIZER,
LAYOUT_TEST_GB_SIZER