Пример #1
0
 def _construct_tableview(self):        
     tableview = TableView(self.app)
     tableview.connect('button-press-event', self.cb_tableview_button_press_event)
     contextid = self.statusbar.get_context_id("coordinates")
     tableview.connect('cursor-changed', self.on_cursor_changed, contextid)
     tableview.connect('column-clicked', self.on_column_clicked)
     tableview.show()
     return tableview
Пример #2
0
 def _construct_tableview(self):        
     tableview = TableView(self.app)
     tableview.connect('button-press-event', self.cb_tableview_button_press_event)
     tableview.show()
     return tableview