wxwidgets/tests/sizers
Vadim Zeitlin 9aaa38c7c8 Make it possible to combine wxEXPAND and alignment in wxGridSizer.
Allow overriding wxEXPAND effect in one of the directions by specifying
wxALIGN_{RIGHT,BOTTOM} or wxALIGN_CENTRE_{HORIZONTAL,VERTICAL} together with
it (unfortunately this doesn't work for wxALIGN_{LEFT,TOP} as their value is 0
and so their presence in flags can't be detected).
2015-04-08 23:35:19 +02:00
..
boxsizer.cpp Validate wxBoxSizer flags instead of silently ignoring invalid combinations. 2015-04-08 23:35:19 +02:00
gridsizer.cpp Make it possible to combine wxEXPAND and alignment in wxGridSizer. 2015-04-08 23:35:19 +02:00
wrapsizer.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00