]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
1. wxWindow::IsTopLevel() added and documented
[wxWidgets.git] / include / wx / generic / dcpsg.h
index 5638e228a560826afa3d165c7d4fd4fd419e5155..a0d0c51cc6a4cc4ab91cdc4450f9853a61aed793 100644 (file)
@@ -113,8 +113,8 @@ public:
                      long *externalLeading = (long *) NULL,
                      wxFont *theFont = (wxFont *) NULL ) const;
 
-  void GetSize(int* width, int* height) const;
-  void GetSizeMM(int *width, int *height) const;
+  void DoGetSize(int* width, int* height) const;
+  void DoGetSizeMM(int *width, int *height) const;
 
   // Resolution in pixels per logical inch
   wxSize GetPPI(void) const;