代码搜索:wxpython

找到约 215 项符合「wxpython」的源代码

代码结果 215
www.eeworm.com/read/144186/12810696

py aboutmedlg.py

from wxPython.wx import * from wxPython import * from webbrowser import open_new from threading import Thread class AboutMeDialog(wxDialog): def __init__(self, parent, ID, title,
www.eeworm.com/read/296686/8081255

py viewer.py

#!/usr/bin/env python """ Run wxPython in a second thread. Overview: Importing this module creates a second thread and starts wxPython in that thread. Its single meth
www.eeworm.com/read/177586/9446490

cfg setup.cfg

[bdist_rpm] requires = python >= 2.3 python-twisted >= 2.0 python-crypto >= 2.0 wxPython >= 2.6 python-psyco python-zopeinterface
www.eeworm.com/read/423552/10550008

todo

TODOs for next release ====================== * seperate spm_mf_box into mfbox_tool_main and mfbox_tool_main_run (almost, needs testing) * seperate mfbox_compareic into mfbox_tool_compare_run and mfb
www.eeworm.com/read/325535/3482925

py wxvtkrenderwindowinteractor.py

""" A VTK RenderWindowInteractor widget for wxPython. Note that wxPython comes with its own wxVTKRenderWindow in wxPython.lib.vtk. Try both and see which one works better for you. Find wxPython
www.eeworm.com/read/325535/3482927

py wxvtkrenderwindow.py

""" A simple VTK widget for wxPython. Note that wxPython comes with its own wxVTKRenderWindow in wxPython.lib.vtk. Try both and see which one works better for you. Find wxPython info at http://wxPy
www.eeworm.com/read/283334/4081300

py __init__.py

#---------------------------------------------------------------------- # Name: wxPython.lib.mixins # Purpose: A package for helpful wxPython mix-in classes # # Author: Robin Dunn
www.eeworm.com/read/283334/4081069

txt tips.txt

wxPython is cool.
www.eeworm.com/read/144186/12810693

py abc.py

from sys import argv from wxPython.wx import * from wxPython import * #from wxPython.lib.mixins.listctrl import wxListCtrlAutoWidthMixin from BitTorrent import version from BitTorrent.download im