wxSizer patches by Alexander Smishlajev <als@turnhere.com>
authorRobin Dunn <robin@alldunn.com>
Tue, 9 Nov 1999 23:02:41 +0000 (23:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 9 Nov 1999 23:02:41 +0000 (23:02 +0000)
commitbe2577e4e650993fe49f18955972e5360840dad2
tree59d908899d0e6e08a46e3bc6e4e653632663c664
parenta7540f46f7a1a43b32d704142981dc17c40a4682
wxSizer patches by Alexander Smishlajev <als@turnhere.com>

    Adds some wxALIGN_* flags to increase ability to position item
    within its allotted space.

    Adds wxSHAPED flag that enforces proportional resizing on growable
    items.

    Adds a sample and updated documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
docs/latex/wx/boxsizer.tex
docs/latex/wx/sizer.tex
include/wx/defs.h
include/wx/sizer.h
samples/propsize/Makefile.in [new file with mode: 0644]
samples/propsize/makefile.g95 [new file with mode: 0644]
samples/propsize/makefile.vc [new file with mode: 0644]
samples/propsize/mondrian.ico [new file with mode: 0644]
samples/propsize/mondrian.xpm [new file with mode: 0644]
samples/propsize/propsize.cpp [new file with mode: 0644]
samples/propsize/propsize.rc [new file with mode: 0644]
src/common/sizer.cpp
utils/wxPython/demo/Sizers.py
utils/wxPython/lib/grids.py
utils/wxPython/src/_defs.i