]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/checkbox.h
Added functionality for disabling the vertical scrollbar.
[wxWidgets.git] / include / wx / osx / checkbox.h
index 85ea0b77391d005a4fcbe4f9924712d3b7fbee10..9d011c95539209513c11bf9914eee266fb9c3fec 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        checkbox.h
+// Name:        wx/osx/checkbox.h
 // Purpose:     wxCheckBox class
 // Author:      Stefan Csomor
 // Modified by:
@@ -37,8 +37,8 @@ public:
     virtual void Command(wxCommandEvent& event);
 
     // osx specific event handling common for all osx-ports
-    
-    virtual bool        HandleClicked( double timestampsec );
+
+    virtual bool        OSXHandleClicked( double timestampsec );
 protected:
     void DoSet3StateValue(wxCheckBoxState val);
     virtual wxCheckBoxState DoGet3StateValue() const;