]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/layout.h
Add wxDocManager::FindDocumentByPath() helper.
[wxWidgets.git] / samples / layout / layout.h
index 34b495effca2ffec582bedf6f924942f7bf142ba..d932a00503812130f9a9ef3509b41bca70b545d9 100644 (file)
@@ -103,10 +103,10 @@ class MySimpleSizerFrame : public wxFrame
 {
 public:
     MySimpleSizerFrame(const wxString &title, int x, int y );
-    
+
     void OnSetSmallSize( wxCommandEvent &event);
     void OnSetBigSize( wxCommandEvent &event);
-    
+
 private:
     wxTextCtrl  *m_target;
 
@@ -121,8 +121,8 @@ class MyNestedSizerFrame : public wxFrame
 {
 public:
     MyNestedSizerFrame(const wxString &title, int x, int y );
-    
-    
+
+
 private:
     wxTextCtrl  *m_target;
 };
@@ -133,6 +133,17 @@ class MyWrapSizerFrame: public wxFrame
 {
 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