]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/lib/grids.py
a test file
[wxWidgets.git] / utils / wxPython / lib / grids.py
index df4d7c9969f78b939adb968e47b1512ec76b2ae8..2a8d58c80cd20ea3e6d88801ee221d646c853d9a 100644 (file)
@@ -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.
 #
 # Purpose:     An example sizer derived from the C++ wxPySizer that
 #              sizes items in a fixed or flexible grid.
 #
@@ -13,7 +13,7 @@
 
 """
 
 
 """
 
-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
 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