dabo Commit
Revision 5066
Date: 2009-02-20 10:47:56 -0800 (Fri, 20 Feb 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5066
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
Added docstring for grid.getValue().
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2009-02-20 05:48:52 UTC (rev 5065)
+++ trunk/dabo/ui/uiwx/dGrid.py 2009-02-20 18:47:56 UTC (rev 5066)
@@ -1945,6 +1945,10 @@
# Wrapper methods to Dabo-ize these calls.
def getValue(self, row=None, col=None):
+ """Returns the value of the specified row and column.
+
+ If no row/col is specified, the current row/col will be used.
+ """
if row is None:
row = self.CurrentRow
if col is None:
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]