]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_spin.i
wxFileHistory has a second parameter
[wxWidgets.git] / wxPython / src / _spin.i
index 29b9ca22abf776e84f21ca98a4db3b98cefdcd50..7f9f33a1dacce682cff629dd9a239457c69024c7 100644 (file)
@@ -38,6 +38,7 @@ enum {
 //  wxSP_VERTICAL:     vertical spin button (the default)
 //  wxSP_ARROW_KEYS:   arrow keys increment/decrement value
 //  wxSP_WRAP:         value wraps at either end
+MustHaveApp(wxSpinButton);
 class wxSpinButton : public wxControl
 {
 public:
@@ -80,6 +81,8 @@ public:
 // a spin ctrl is a text control with a spin button which is usually used to
 // prompt the user for a numeric input
 
+MustHaveApp(wxSpinCtrl);
+
 class wxSpinCtrl : public wxControl
 {
 public: