]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinbutt.h
generate a size event from ShowWithEffect() for consistency with Show()
[wxWidgets.git] / interface / wx / spinbutt.h
index 054bce9150906dc7cbf141f02927adeaba7af7c1..186669d52d700d2b761010fb5138e6409cadb280 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxSpinEvent
-    @wxheader{spinbutt.h}
 
     This event class is used for the events generated by
     wxSpinButton and wxSpinCtrl.
@@ -41,7 +40,6 @@ public:
 
 /**
     @class wxSpinButton
-    @wxheader{spinbutt.h}
 
     A wxSpinButton has two small up and down (or left and right) arrow buttons. It
     is often used next to a text control for increment and decrementing a value.