]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/font.h
Use the same logic for closing dialogs as for handling Escape key.
[wxWidgets.git] / include / wx / os2 / font.h
index e4a2f1d608fedf9df06a300da504f28771b527ae..3c14bf884bd77a8e5a73a385734ef78edfa91b0c 100644 (file)
@@ -50,7 +50,7 @@ public:
     {
         Create(size, family, style, weight, underlined, face, encoding);
     }
-    
+
     wxFont(const wxSize& pixelSize,
            wxFontFamily family,
            wxFontStyle style,
@@ -62,7 +62,7 @@ public:
         Create(10, family, style, weight, underlined, face, encoding);
         SetPixelSize(pixelSize);
     }
-    
+
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,
@@ -109,7 +109,7 @@ public:
     virtual void SetUnderlined(bool bUnderlined);
     virtual void SetEncoding(wxFontEncoding vEncoding);
 
-    WXDECLARE_COMPAT_SETTERS
+    wxDECLARE_COMMON_FONT_METHODS();
 
     //
     // For internal use only!