Changeset 468 for sans/utils/bt5/bt5plot2/bt5plot2
- Timestamp:
- Jan 7, 2009 5:24:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/utils/bt5/bt5plot2/bt5plot2
r466 r468 44 44 "on_yaxis_loglin_activate" : self.handle_yaxis_loglin, 45 45 "on_plot_type_activate" : self.handle_plot_type_change, 46 "on_btn_ClearPlot_clicked" : self.handle_clearplot} 46 "on_btn_ClearPlot_clicked" : self.handle_clearplot, 47 "on_btn_RefreshList_clicked" : self.handle_refreshlist} 47 48 # "on_tv_plotlist_key_press_event" : self.handle_plotlist_keypress} 48 49 … … 127 128 return 128 129 129 def RefreshFileList(self):130 def handle_RefreshList(self,widget): 130 131 131 132 for path in self.filelist: … … 317 318 model[path][1] = not model[path][1] 318 319 iter = model.iter_next(iter) 320 321 for line in self.axis.lines: 322 print line 323 self.axis.lines.remove(line) 319 324 320 325 self.canvas.draw()
Note: See TracChangeset
for help on using the changeset viewer.