]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/derivdlg.h
Use fixed screen DPI of 96 when printing HTML.
[wxWidgets.git] / samples / xrc / derivdlg.h
index 63df8e8244a4464bec181eeee00a4452c0a5f645..e198fb1d9c481f26c35ca5d31c81ff1693140b9e 100644 (file)
 #ifndef _DERIVDLG_H_
 #define _DERIVDLG_H_
 
-//-----------------------------------------------------------------------------
-// GCC interface
-//-----------------------------------------------------------------------------
-
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "derivdlg.h"
-#endif
-
 //-----------------------------------------------------------------------------
 // Headers
 //-----------------------------------------------------------------------------
@@ -54,7 +46,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 );