]> git.saurik.com Git - wxWidgets.git/commitdiff
common value change method
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 11 May 2002 06:38:53 +0000 (06:38 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 11 May 2002 06:38:53 +0000 (06:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/spinbutt.h

index c55b84a0b2351ff4402049257d9642b0eaf35483..f5b1206a19663b8a0025978b5605353b9e56c005 100644 (file)
@@ -67,6 +67,7 @@ public:
     virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ;
 
 protected:
+    void         MacHandleValueChanged( int inc ) ;
    virtual wxSize DoGetBestSize() const;
    int m_value ;