代码搜索:wxpython
找到约 215 项符合「wxpython」的源代码
代码结果 215
www.eeworm.com/read/283334/4081363
py pywrap.py
"""PyWrap is a command line utility that runs a wxPython program with
additional runtime-tools, such as PyCrust."""
__author__ = "Patrick K. O'Brien "
__cvsid__ = "$Id: PyWra
www.eeworm.com/read/296686/8081509
py floatbar.py
#
# Please note that wx.lib.floatbar is not formally supported as
# part of wxPython. If it works, fine. If not, unfortunate.
# GTK users can use the wx.TB_DOCKABLE flag with a regular
# wx.ToolBa
www.eeworm.com/read/189356/5193171
py configreader.py
#written by John Hoffman
import sys
from wxPython.wx import *
from ConnChoice import connChoices
from download_bt1 import defaults
from ConfigDir import ConfigDir
import socket
from parsear
www.eeworm.com/read/183315/5256606
py hello.py
#!/usr/bin/env python
"""Hello, wxPython! program."""
import wx
class Frame(wx.Frame):
"""Frame class that displays an image."""
def __init__(self, image, parent=None, id=-1,
www.eeworm.com/read/283334/4081130
py hangman.py
"""Hangman.py, a simple wxPython game, inspired by the
old bsd game by Ken Arnold.
>From the original man page:
In hangman, the computer picks a word from the on-line
word list and you must tr
www.eeworm.com/read/283334/4081249
py images.py
# images converted with wxPython's img2py.py tool
# 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
#
# o 2.5 compatability update.
#
import cStringIO
import wx
##----------- Com
www.eeworm.com/read/283334/4081308
py sheet.py
# sheet.py
# CSheet - A wxPython spreadsheet class.
# This is free software. Feel free to adapt it as you like.
# Author: Mark F. Russo (russomf@hotmail.com) 2002/01/31
#-------------------------
www.eeworm.com/read/465716/7052508
py boxobserver.py
#: c10:BoxObserver.py
""" Written by Kevin Altis as a first-cut for
converting BoxObserver to Python. The Observer
hasn't been integrated yet.
To run this program, you must:
Install WxPython from
www.eeworm.com/read/118155/14885287
py boxobserver.py
#: c10:BoxObserver.py
""" Written by Kevin Altis as a first-cut for
converting BoxObserver to Python. The Observer
hasn't been integrated yet.
To run this program, you must:
Install WxPython from
www.eeworm.com/read/183315/5256674
py pywrap.py
"""PyWrap is a command line utility that runs a wxPython program with
additional runtime-tools, such as PyCrust."""
__author__ = "Patrick K. O'Brien "
__cvsid__ = "$Id: PyWrap.py