def initPieMenu(self):
font = wx.Font(pointSize=10, family=wx.FONTFAMILY_SWISS,
style=wx.FONTSTYLE_NORMAL, weight=wx.FONTWEIGHT_BOLD,
#underline=False, face='DejaVu Serif')
#underline=False, faceName='Utopia') #wxpython3
underline=False, face='Utopia')
self.pieMenu = widgets.PieMenu(self,
choices=self.pg.choices, #font=font,
rotation=4.0*np.pi/len(self.pg.choices),
colors=('turquoise', 'red', 'blue violet', 'orange',
'blue', 'crimson'))
#colors=('turquoise', 'red', 'blue', 'green',
# 'yellow', 'blue violet'))
评论列表
文章目录