// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Define a new application
{
public:
MySimpleSizerFrame(const wxString &title, int x, int y );
-
+
void OnSetSmallSize( wxCommandEvent &event);
void OnSetBigSize( wxCommandEvent &event);
-
+
private:
wxTextCtrl *m_target;
{
public:
MyNestedSizerFrame(const wxString &title, int x, int y );
-
-
+
+
private:
wxTextCtrl *m_target;
};