]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, simply added a comment
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Feb 2004 23:20:04 +0000 (23:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Feb 2004 23:20:04 +0000 (23:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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