projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc61d2e
)
no changes, simply added a comment
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 9 Feb 2004 23:20:04 +0000
(23:20 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/msw/control.h
b/include/wx/msw/control.h
index 512f308afa3784435b759781ee10ceeda564a7d2..c8e1e94644756cbb793a06d5647d27e3892e144b 100644
(file)
--- a/
include/wx/msw/control.h
+++ b/
include/wx/msw/control.h
@@
-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