Changeset 818
- Timestamp:
- 06/13/07 18:02:24 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branch/ggpolo/umitInventory/new-sample/tests/test7.py
r817 r818 631 631 632 632 633 #tlselection = property(_get_tlselection, _set_tlselection)634 #tlgraph = property(_get_tlgraph, _set_tlgraph)633 tlselection = property(_get_tlselection, _set_tlselection) 634 tlgraph = property(_get_tlgraph, _set_tlgraph) 635 635 636 636 … … 693 693 indx = self.get_btn_id(self.btn_selected) 694 694 self.__sel = indx 695 self.tlsel.tlselection = sel695 #self.tlsel.tlselection = sel 696 696 697 697 698 698 def unselect(self): 699 699 self.__sel = -1 700 self.tlsel.tlselection = None700 #self.tlsel.tlselection = None 701 701 702 702
