def createMenuItem(self, shortcut, label):
menuItem = gtk.MenuItem('')
menuItem.get_child().set_markup("<span color='blue' size='x-small'>[%s]</span> %s" % (shortcut, label))
menuItem.show()
return menuItem
gnome_connection_manager.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录