		    Short overview of the XPCE library content

INDEX.pl		SWI/SICStus Prolog library index

**************** DIRECTORIES ****************

compatibility/		Compatibility packages
contrib/		User contributions
demo/			Demo programs
draw/			PceDraw sources (drawing tool)
emacs/			PceEmacs (multi-window emacs editor)
man/			PCE online manual sources
xref/			Databases for pce_require.pl

**************** APPLICATIONS ****************

demo.pl			pcedemo/0 (demo program starter)
emacs.pl		emacs/0 (start PceEmacs)
pcedraw.pl		pcedraw/[0,1]: PceDraw toplevel
pce_manual.pl		manpce/[0,1]: entry-point for the manual

**************** DEBUGGING/DEVELOPMENT********

pce_debug.pl		Debugging utility predicates (checkpce/0 and friends)
pce_edit.pl		pce_edit/1: interface to PceEmacs
pce_portray.pl		portray/1 clause to print objects as Ref/Class
pce_renew.pl		pce_renew/1: how redefinition of objects is handled
pce_require.pl		Generate :- require/1 directive
emacs_tags.pl		library to handle GNU-Emacs TAG files
portray_object.pl	Print the structure of objects

**************** POSTSCRIPT/SCREENDUMPS *****

pce_postscript.pl	Generate PostScript from PCE objects
stayup_popup.pl		Allows popups to be included in screendumps

**************** PCE ITSELF (SYSTEM) ********

pce.pl			PCE itself
pce_common.pl		Get a common (Prolog) platform (Prolog compatibily)
pce_util.pl		Various utility predicates (send_list/3, chain_list/2)

**************** GUI LIBRARY ****************

file_item.pl		Class file_item: enter filename with completion
find_file.pl		Class finder: dialogue window for finding files
keybinding.pl		show_keybindings/1: show keybindings of editors, etc.
pce_drag_and_drop.pl	Class drag_and_drop_gesture
twm_geometry_box.pl	TWM-type of window resize-box painted on the display
twm_resize_button.pl	TWM-type window-resizer
subframe.pl		Class subframe: Manipulate windows in windows

**************** COMMUNICATION **************

pce_server.pl		Interface for xpce-client: socket connections

**************** MISCELENEOUS ***************

area.pl			Utility for area comparison (`area <-near_sides')
pce_objects.pl		Commonly usefull global objects
scan_arguments.pl	scan_arguments/[2,3]: unpack argument lists

