X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be2577e4e650993fe49f18955972e5360840dad2..46f9bb9475c95ef7ce6420462253e9382006714c:/utils/wxPython/lib/grids.py?ds=sidebyside diff --git a/utils/wxPython/lib/grids.py b/utils/wxPython/lib/grids.py index df4d7c9969..12f866e427 100644 --- a/utils/wxPython/lib/grids.py +++ b/utils/wxPython/lib/grids.py @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Name: wxPython.lib.GridSizer +# Name: wxPython.lib.grids # Purpose: An example sizer derived from the C++ wxPySizer that # sizes items in a fixed or flexible grid. # @@ -12,13 +12,11 @@ #---------------------------------------------------------------------- """ - -In this module you will find wxGridSizer and wxFlexgridSizer. +In this module you will find wxGridSizer and wxFlexGridSizer. wxGridSizer arrainges its items in a grid in which all the widths and heights are the same. wxFlexgridSizer allows different widths and heights, and you can also specify rows and/or columns that are growable. See the demo for a couple examples for how to use them. - """