]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/derivdlg.h
fixes for Metrowerks command line compiler (avoid redefining stuff already defined...
[wxWidgets.git] / samples / xrc / derivdlg.h
index 1e82f6f5b005a0f05d7ffbaf337ae7658a81fe1f..edcf91f5252cffd7f7bf60e0cc111523918f6f6f 100644 (file)
 class PreferencesDialog : public wxDialog
 {
 
-public: 
-    
+public:
+
     // Constructor.
     /*
        \param parent The parent window. Simple constructor.
-     */    
+     */
     PreferencesDialog( wxWindow* parent );
-    
-    // Destructor.                  
+
+    // Destructor.
     ~PreferencesDialog();
 
 private:
-    
+
     // Stuff to do when "My Button" gets clicked
     void OnMyButtonClicked( wxCommandEvent &event );
 
-    // Stuff to do when a "My Checkbox" gets updated 
+    // Stuff to do when a "My Checkbox" gets updated
     // (drawn, or it changes its value)
     void OuUpdateUIMyCheckbox( wxUpdateUIEvent &event );
-   
+
     // Override base class functions of a wxDialog.
     void OnOK( wxCommandEvent &event );