]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/checkbox.h
Add support for custom scheme handling and virtual file systems to the OSX WebKit...
[wxWidgets.git] / include / wx / osx / checkbox.h
index 2751c3f8fa546cacfad45d71b4ac3bc133a64d5b..9d011c95539209513c11bf9914eee266fb9c3fec 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        checkbox.h
+// Name:        wx/osx/checkbox.h
 // Purpose:     wxCheckBox class
 // Author:      Stefan Csomor
 // Modified by:
@@ -37,7 +37,7 @@ public:
     virtual void Command(wxCommandEvent& event);
 
     // osx specific event handling common for all osx-ports
-    
+
     virtual bool        OSXHandleClicked( double timestampsec );
 protected:
     void DoSet3StateValue(wxCheckBoxState val);