]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/derivdlg.h
Turkish translations update from Çağrı Doğan.
[wxWidgets.git] / samples / xrc / derivdlg.h
index edcf91f5252cffd7f7bf60e0cc111523918f6f6f..b1bf861f90e58f8dc7d972857689a73e8d4a9383 100644 (file)
@@ -1,8 +1,7 @@
 //-----------------------------------------------------------------------------
-// Name:        xmldemo.cpp
+// Name:        derivdlg.h
 // Purpose:     XML resources sample: A derived dialog
 // Author:      Robert O'Connor (rob@medicalmnemonics.com), Vaclav Slavik
-// RCS-ID:      $Id$
 // Copyright:   (c) Robert O'Connor and Vaclav Slavik
 // Licence:     wxWindows licence
 //-----------------------------------------------------------------------------
 #ifndef _DERIVDLG_H_
 #define _DERIVDLG_H_
 
-//-----------------------------------------------------------------------------
-// GCC interface
-//-----------------------------------------------------------------------------
-
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "derivdlg.h"
-#endif
-
 //-----------------------------------------------------------------------------
 // Headers
 //-----------------------------------------------------------------------------
@@ -45,7 +36,7 @@ public:
     PreferencesDialog( wxWindow* parent );
 
     // Destructor.
-    ~PreferencesDialog();
+    ~PreferencesDialog(){};
 
 private:
 
@@ -54,7 +45,7 @@ private:
 
     // Stuff to do when a "My Checkbox" gets updated
     // (drawn, or it changes its value)
-    void OuUpdateUIMyCheckbox( wxUpdateUIEvent &event );
+    void OnUpdateUIMyCheckbox( wxUpdateUIEvent &event );
 
     // Override base class functions of a wxDialog.
     void OnOK( wxCommandEvent &event );