wxPython – wx.MenuItem 中的 GetTextColour()函数
在本文中,我们将学习与 wxPython 的 wx.MenuItem 类关联的 GetTextColour()函数。 GetTextColour()函数用于简单地返回与菜单项关联的文本颜色。
GetTextColour()函数中不需要参数。
Syntax:
Parameters:
Return Type:
wx.Colour
代码示例:
Python3
wx.MenuItem.GetTextColour(self)
输出:
No parameters are taken by GetTextColour() function.
输出窗口: