// 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;
};
{
public:
MyWrapSizerFrame(const wxString &title, int x, int y );
+
+private:
+ void OnAddCheckbox(wxCommandEvent& event);
+ void OnRemoveCheckbox(wxCommandEvent& event);
+
+ void DoAddCheckbox();
+
+ wxWindow* m_checkboxParent;
+ wxSizer* m_wrapSizer;
+
+ DECLARE_EVENT_TABLE()
};
// controls and menu constants