]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/private.h
Applied Peter Most's EVT_SPIN crash fix
[wxWidgets.git] / include / wx / osx / carbon / private.h
index d0b3ca3f086f0ef425dd3cd37ea6e32a8e1f4f73..11d00c8ccccbd1f001e2bb3c1ff5e8117b8fe08b 100644 (file)
@@ -329,6 +329,10 @@ public :
     void                PerformClick();
     void                SetLabel( const wxString& title, wxFontEncoding encoding );
 
+    void                SetCursor( const wxCursor & cursor );
+    void                CaptureMouse();
+    void                ReleaseMouse();
+
     wxInt32             GetValue() const;
     void                SetValue( wxInt32 v );
     void                SetBitmap( const wxBitmap& bitmap );