[GRASS-SVN] r58072 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 19 20:57:31 PDT 2013


Author: annakrat
Date: 2013-10-19 20:57:31 -0700 (Sat, 19 Oct 2013)
New Revision: 58072

Modified:
   grass/trunk/SUBMITTING_WXGUI
Log:
add rule to submitting wxGUI document

Modified: grass/trunk/SUBMITTING_WXGUI
===================================================================
--- grass/trunk/SUBMITTING_WXGUI	2013-10-20 03:45:08 UTC (rev 58071)
+++ grass/trunk/SUBMITTING_WXGUI	2013-10-20 03:57:31 UTC (rev 58072)
@@ -131,7 +131,11 @@
 
       where `maplabel` can be 'raster map' or '3D raster map'
 
+      When using AddGrowableCol/AddGrowableRow with sizers, put it after
+      adding widgets into the sizer, not just after creating of the sizer
+      (needed for wxPython >= 2.9).
 
+
 9.  Use tools such as pylint and pep8 to check your code (both style and
     correctness). Just note that default settings of these tools is not fully
     compatible with wxGUI/wxPython style and that some of the reported errors



More information about the grass-commit mailing list