代码搜索:wxpython
找到约 215 项符合「wxpython」的源代码
代码结果 215
www.eeworm.com/read/283334/4080686
unixbuild
#!/bin/sh
# you need to change this if you run from outside this dir.
if [ "$WXROOT" = "" ]; then
WXROOT=../../..
fi
. $WXROOT/distrib/scripts/includes/configure_build.inc
WXPYTHON=0
U
www.eeworm.com/read/283334/4081073
vc makefile.vc
#
# Makefile for Windows and MS VIsual C++
#
# Currently just setup for the debug version, you'll need a debug
# version of Python (*_d.*) and wxPython to run this.
WXDIR = $(WXWIN)
PYTHONDI
www.eeworm.com/read/283334/4081469
py _stc_utf8_methods.py
def AddTextUTF8(self, text):
"""
Add UTF8 encoded text to the document at the current position.
Works 'natively' in a unicode build of wxPython, and will also work
in an ansi bu
www.eeworm.com/read/374785/2746010
py trainer_dialog.py
#Boa:Dialog:TrainerDialog
from wxPython.wx import *
def create(parent,config):
return TrainerDialog(parent,config)
[wxID_TRAINERDIALOG, wxID_TRAINERDIALOGBUTTON_CANCEL,
wxID_TRAINERDIALOGBUTT
www.eeworm.com/read/347404/11667874
py test.py
# Copyright (c) 2001-2006 Twisted Matrix Laboratories.
# See LICENSE for details.
"""Demo of wxPython integration with Twisted."""
import sys
try:
from wx import Frame as wxFrame, Def
www.eeworm.com/read/296064/3908169
py blockdevice.py
import wx, re
from wxPython import wizard as wxWizard
from xmlwrapper import XMLWrapper
from xml.dom import minidom
from common import *
DOS_DEVICES = '\\DosDevices\\'
class BlockDevicesOptionArray(
www.eeworm.com/read/283334/4081256
py vtk.py
"""
VTK is now including a package for using VTK with wxPython, so this
module is now officially nothing but ancient history. If for some
strange reason you really need this code (I don't know why
www.eeworm.com/read/374785/2746016
py scaler_dialog.py
#Boa:Dialog:ScalerDialog
from wxPython.wx import *
def create(parent,config):
return ScalerDialog(parent,config)
[wxID_SCALERDIALOG, wxID_SCALERDIALOGBUTTON_CANCEL,
wxID_SCALERDIALOGBUTTON_OK
www.eeworm.com/read/103224/15740082
py lj_journal.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
from lj import lj_procs, fri
www.eeworm.com/read/283334/4080679
inc mac_options.inc
UNIVERSAL=0
WXPYTHON=0
UNICODE=0
DEBUG=0
CARBON=1
PORT="mac"
STATIC=0
# Process command line options.
for i in "$@"; do
case "$i" in
unicode) UNICODE=1 ;;
ansi) UNI