wasm-demo/demo/ermis-f/python_m/cur/0691

34 lines
1.1 KiB
Plaintext

From: aa8vb at vislab.epa.gov (Randall Hopper)
Date: Thu, 8 Apr 1999 11:46:12 GMT
Subject: Python x-windows GUI example needed
In-Reply-To: <7eg741$5t1$2@news.inet.tele.dk>; from Lone H. og Lars G. on Wed, Apr 07, 1999 at 08:12:27PM +0200
References: <7eg741$5t1$2@news.inet.tele.dk>
Message-ID: <19990408074612.A983383@vislab.epa.gov>
X-UID: 691
Lone H. og Lars G.:
|To get started with phyton x-windows GUI programming I would appreciate any
|code examples or references.
By x-windows programming do you mean:
1) Conventional Xlib/Xt/<Xt-based Toolkit> programming? OR
2) Use of any GUI toolkit system that will display on an X/Windows display
server?
If the latter, check out:
http://www.python.org/topics/tkinter/doc.html
for some links to Tkinter, Python's defacto GUI standard. This is but one
of the GUI development toolkits supported in Python.
(If you aren't tied to Xlib/Xt/..., I wouldn't recommend using it unless
you need to. Lots of flexibility, but it's the assembly language of X GUI
development.)
Randall