/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/tableview.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/tableview.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 278 by bh, Mon Aug 26 12:50:23 2002 UTC revision 279 by bh, Mon Aug 26 15:06:01 2002 UTC
# Line 148  class LayerTableGrid(TableGrid): Line 148  class LayerTableGrid(TableGrid):
148          If layer is not the layer the table is associated with do          If layer is not the layer the table is associated with do
149          nothing. If shape or layer is None also do nothing.          nothing. If shape or layer is None also do nothing.
150          """          """
         print "LayerTableGrid.select_shape", layer, shape  
151          if layer is not None and layer.table is self.table.table \          if layer is not None and layer.table is self.table.table \
152             and shape is not None:             and shape is not None:
153              self.SelectRow(shape)              self.SelectRow(shape)

Legend:
Removed from v.278  
changed lines
  Added in v.279

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26