]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/button.h
Handle WebKitWebView create-web-view.
[wxWidgets.git] / include / wx / osx / button.h
index 602644fe2c8cc9d29d0456ccc843e060f244b62d..8e8752288c4ba5095d7fe2ea7211b91c11b677ac 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -49,6 +48,10 @@ public:
 
     virtual bool        OSXHandleClicked( double timestampsec );
 
+#if wxOSX_USE_COCOA
+    void OSXUpdateAfterLabelChange(const wxString& label);
+#endif
+
 protected:
     DECLARE_DYNAMIC_CLASS(wxButton)
 };