def show( self ):
for plugin in list(self.plugins.values()):
if hasattr( plugin, "onShowMenu" ):
plugin.onShowMenu()
self.window.present()
self.window.get_window().focus( Gdk.CURRENT_TIME )
for plugin in list(self.plugins.values()):
if hasattr( plugin, "changeTab" ):
plugin.changeTab( 0 )
Gdk.flush()
评论列表
文章目录