1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
XPCE: a portable GUI toolkit
============================
Author:
=======
Jan Wielemaker jan@swi.psy.uva.nl
Anjo Anjewierden anjo@swi.psy.uva.nl
SWI,
University of Amsterdam
Roetersstraat 15
1018 WB Amsterdam
The Netherlands
URL:
====
xpce-bugs@swi.psy.uva.nl Bug reports
xpce-request@swi.psy.uva.nl General info and mailing list
xpce@swi.psy.uva.nl Mailing list
http://swi.psy.uva.nl/projects/xpce Project Home Page
ftp://swi.psy.uva.nl/pub/xpce Various public resources
OS Platforms:
=============
Unix/X11 (most brands, including 64-bit platforms)
Win32 (Windows 95/98/ME, NT/2000/XP, Intel)
Hosting languages
=================
SWI-Prolog http://www.swi-prolog.org
Ports to the following have existed and are in not too bad
shape.
Quintus Prolog http://www.sics.se/quintus/
SICStus Prolog http://www.sics.se/
Considering the costs of maintaining portable Prolog
code given the current status of the standard, we will only
produce versions for other Prolog systems if this situation
improves or we get hold of sufficient resources to maintain
portability.
Documentation
=============
# Programming in XPCE/Prolog
Userguide to get you started. Explains the interface, object
model as well as creating new classes. Provides `technique'
sections, explaining how commonly encountered problems may
be solved using XPCE.
# Course Notes
Document explaining roughly the same material as ``Programming
in XPCE/Prolog'' in a condensed form.
# Reference Manual
Available using the built-in online help-system. Includes
various fully dynamic viewpoints to the reference material.
Licenses
========
* XPCE is distributed as free software with sufficient escapes
to generate non-free applications. The license conditions are
in the source-files. An overall discussion on the license
issues can be found with SWI-Prolog, which is distributed under
exactly these conditions. For details, see:
http://www.swi-prolog.org/license.html
|