代码搜索:wxpython

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

代码结果 215
www.eeworm.com/read/296686/8081879

py filebrowsebutton.py

""" Demonstrate filebrowsebutton module of the wxPython.lib Library. 14.1.2001 Bernhard Reiter Added demo for DirBrowseButton and improved overview text. """ imp
www.eeworm.com/read/183315/5256628

py xrcsample.py

""" XRC is an XML-based resource format for wxPython. With it you can define the layout of widgets, and then load that XRC at runtime to create the layout. There are several GUI designers available
www.eeworm.com/read/283334/4080735

inc configure_build.inc

if [ "$INSTALLDIR" = "" ]; then INSTALLDIR=$BUILDDIR/install mkdir -p $INSTALLDIR fi # wxPython needs this option so that it can build extensions that store the # right install_name (e.g
www.eeworm.com/read/296686/8081218

py activexwrapper_acrobat.py

""" This demo shows how to embed an ActiveX control in a wxPython application, (Win32 only.) The MakeActiveXClass function dynamically builds a new Class on the fly, that has the
www.eeworm.com/read/296064/3908167

py configurator.py

import os import wx from wxPython import wizard as wxWizard from xmlwrapper import XMLWrapper from common import * from blockdevice import BlockDevicesOptionArray from networkdevice import NetworkDevi
www.eeworm.com/read/283334/4081133

bat installer.bat

rem This script is an example of how to use the McMillan Installer rem on a wxPython app to produce an executable. setlocal set INSTDIR=c:\tools\Installer python %INSTDIR%\Makespec.py
www.eeworm.com/read/283334/4081317

py __init__.py

""" Some useful tools and utilities for wxPython. """ # XRCed is purposfully left out so epydoc won't document it __all__ = [ 'dbg', 'genaxmodule', 'helpviewer', 'img2img',
www.eeworm.com/read/103224/15740083

py lj_time.py

# pyLJclient - a python based live journal client with a wxPython gui # Copyright (C) 2002 Sameer Chowdhury # refer to "about this software.txt" for info on licensing import time import string
www.eeworm.com/read/103224/15740097

py lj_procs.py

# pyLJclient - a python based live journal client with a wxPython gui # Copyright (C) 2002 Sameer Chowdhury # refer to "about this software.txt" for info on licensing import httplib, urllib, time
www.eeworm.com/read/215090/4906392

py setup.py

# Desc: Install script # Author: Andrew Howard # Date: 5 Oct 2004 from distutils.core import setup, Extension setup(name = "", version = "1.0", description = "wxPython GUI for Gazebo"