]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/radiobut.h
More German translations updates from Sebastian Walderich.
[wxWidgets.git] / include / wx / osx / radiobut.h
index 9c719eed3be0b58ddc1c2b70ef74464c3bc424a8..649a544c3c2e26c24c9e764d58751ee671dfe041 100644 (file)
@@ -1,10 +1,9 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        radiobut.h
+// Name:        wx/osx/radiobut.h
 // Purpose:     wxRadioButton class
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     01/02/97
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -39,18 +38,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;
 };