284
290
treeview.set_cursor(path, col, 0)
285
291
popup = self.create_popup(path)
286
293
popup.popup(None, None, None, event.button, event.time)
289
300
def _message_data_func(self, column, cell, model, iter, *user_data):
290
301
"""Sets the cell text by substituting the row data into the message template."""
291
302
summary = glib.markup_escape_text(model.get_value(iter, Column.SUMMARY))