]> git.saurik.com Git - wxWidgets.git/commit
Added wxPython.lib.rcsizer which contains RowColSizer. This sizer is
authorRobin Dunn <robin@alldunn.com>
Thu, 28 Feb 2002 19:01:19 +0000 (19:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 28 Feb 2002 19:01:19 +0000 (19:01 +0000)
commit96de41c2c53c013293d452e3af55dd9c76e7030a
tree88c9b3489ae75d1d069b461218a2b4dce40010b5
parent5a73d082f07d017aade382d3dafdd621973922ce
Added wxPython.lib.rcsizer which contains RowColSizer.  This sizer is
based on code from Niki Spahiev and lets you specify a row and column
for each item, as well as optional column or row spanning.  Cells with
not item assigned to it are just left blank.  Stretchable rows or
columns are specified and work the same as in wxFlexGridSizer.

A few other minor changes too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/CHANGES.txt
wxPython/demo/Main.py
wxPython/demo/RowColSizer.py [new file with mode: 0644]
wxPython/src/gdi.i
wxPython/wxPython/lib/grids.py
wxPython/wxPython/lib/rcsizer.py [new file with mode: 0644]
wxPython/wxPython/lib/sheet.py [new file with mode: 0644]