__init__.py

来自「Wxpython Implemented on Windows CE, Sou」· Python 代码 · 共 29 行

PY
29
字号
"""
wxPyColourChooser
Copyright (C) 2002 Michael Gilfix <mgilfix@eecs.tufts.edu>

This file is part of wxPyColourChooser.

This version of wxPyColourChooser is open source; you can redistribute it
and/or modify it under the licensed terms.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
"""

from pycolourchooser import *

# For the American in you
wxPyColorChooser = wxPyColourChooser

__all__ = [
    'canvas',
    'pycolourbox',
    'pycolourchooser',
    'pycolourslider',
    'pypalette',
]


⌨️ 快捷键说明

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