def __on_properties_clicked(self, button):
"""
Handles settings button clicked event and displays context menu
:param button:
"""
self.__menu.popup(None, button, None, button, 0, Gtk.get_current_event_time())
评论列表
文章目录