even more interface fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-09-27 20:26:28 +00:00
parent 8cd2247801
commit 95b4a59e67
7 changed files with 124 additions and 117 deletions

View File

@@ -37,8 +37,7 @@ public:
Both of these flags are on by default.
*/
wxWrapSizer(int orient = wxHORIZONTAL,
int flags = wxEXTEND_LAST_ON_EACH_LINE |
wxREMOVE_LEADING_SPACES);
int flags = wxWRAPSIZER_DEFAULT_FLAGS);
/**
Not used by an application.
@@ -50,8 +49,8 @@ public:
Returns @true if the information was used (and the sub-item min size was
updated).
*/
bool InformFirstDirection(int direction, int size,
int availableOtherDir);
virtual bool InformFirstDirection(int direction, int size,
int availableOtherDir);
protected:
/**