]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/radiobut.h
Add support for custom scheme handling and virtual file systems to the OSX WebKit...
[wxWidgets.git] / include / wx / osx / radiobut.h
index 9c719eed3be0b58ddc1c2b70ef74464c3bc424a8..ec8360e4ab3c482232be14214472cc147b6a9eeb 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        radiobut.h
+// Name:        wx/osx/radiobut.h
 // Purpose:     wxRadioButton class
 // Author:      Stefan Csomor
 // Modified by:
@@ -39,18 +39,18 @@ public:
     virtual void SetValue(bool val);
     virtual bool GetValue() const ;
 
-    // implementation 
-    
+    // implementation
+
     void Command(wxCommandEvent& event);
     wxRadioButton *AddInCycle(wxRadioButton *cycle);
     void RemoveFromCycle();
     inline wxRadioButton *NextInCycle() {return m_cycle;}
-    
+
     // osx specific event handling common for all osx-ports
-    
-    virtual bool        HandleClicked( double timestampsec );
+
+    virtual bool        OSXHandleClicked( double timestampsec );
   protected:
-  
+
     wxRadioButton *m_cycle;
 };