⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buttons.py

📁 Wxpython Implemented on Windows CE, Source code
💻 PY
字号:
## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.

import wx.lib.buttons

__doc__ =  wx.lib.buttons.__doc__

wxGenButtonEvent = wx.lib.buttons.GenButtonEvent
wxGenButton = wx.lib.buttons.GenButton
wxGenBitmapButton = wx.lib.buttons.GenBitmapButton
wxGenBitmapTextButton = wx.lib.buttons.GenBitmapTextButton
wxGenToggleButton = wx.lib.buttons.GenToggleButton
wxGenBitmapToggleButton = wx.lib.buttons.GenBitmapToggleButton
wxGenBitmapTextToggleButton = wx.lib.buttons.GenBitmapTextToggleButton

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -