stattext.py
来自「Wxpython Implemented on Windows CE, Sou」· Python 代码 · 共 9 行
PY
9 行
## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.
import wx.lib.stattext
__doc__ = wx.lib.stattext.__doc__
wxGenStaticText = wx.lib.stattext.GenStaticText
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?