]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/radiobut.h
rearranging contentview, adding toolbar
[wxWidgets.git] / include / wx / osx / radiobut.h
index 6cf506ec36becc6c6c92659165f4eb109e776d1c..54e4fa34d6d1ad07f5aa5afb001f2d687a9c6a8a 100644 (file)
@@ -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        OSXHandleClicked( double timestampsec );
   protected:
-  
+
     wxRadioButton *m_cycle;
 };