]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
Removed the SaveBG hack. The real incompatibility is that the MemoryDC
[wxWidgets.git] / include / wx / msw / control.h
index 512f308afa3784435b759781ee10ceeda564a7d2..c8e1e94644756cbb793a06d5647d27e3892e144b 100644 (file)
@@ -69,6 +69,7 @@ protected:
     // choose the default border for this window
     virtual wxBorder GetDefaultBorder() const;
 
+    // return default best size (doesn't really make any sense, override this)
     virtual wxSize DoGetBestSize() const;
 
     // create the control of the given Windows class: this is typically called