📜  wxPython – wxPython 中的 GetLabelText()函数

📅  最后修改于: 2022-05-13 01:55:28.345000             🧑  作者: Mango

wxPython – wxPython 中的 GetLabelText()函数

在本文中,我们将学习与 wxPython 的 wx.MenuItem 类关联的 GetLabelText()函数。 GetLabelText()函数从给定文本中去除所有加速字符和助记符。
例如:
wx.MenuItem.GetLabelfromText(“&Hello\tCtrl-h”)
将只返回“Hello”。

以 sing unstriped text 作为参数。

代码示例:

wx.MenuItem.GetLabelText()

输出:

text
type: string
description: unstriped text to get striped text.

输出窗口: