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 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Short overview of the XPCE library content
INDEX.pl Prolog library index
**************** DIRECTORIES ****************
compatibility/ Compatibility packages
draw/ PceDraw sources (drawing tool)
emacs/ PceEmacs (multi-window emacs editor)
man/ PCE online manual sources
xref/ Databases for pce_require.pl
dialog/ Interactive dialog editor
**************** APPLICATIONS ****************
emacs.pl emacs/[0,1] (start PceEmacs)
pcedraw.pl pcedraw/[0,1]: PceDraw toplevel
pce_manual.pl manpce/[0,1]: entry-point for the manual
dialog.pl dialog/0: interactive dialog editor
**************** PCE-EMACS HOOKS *************
emacs_extend.pl declare_emacs_mode/[2,3]: Extending PceEmacs
emacs_tags.pl Library to handle GNU-Emacs TAG files
pce_edit.pl pce_edit/1: interface to PceEmacs
**************** STANDALONE APPLICATIONS *****
pce_main.pl pce_main_loop/1: Pce application toplevel
**************** DIALOG EDITOR ***************
make_dialog.pl make_dialog/2: Realise dialog built using dialog/0.
**************** IMAGES **********************
pce_image.pl pce_image_directory/1: declare a new image directory.
**************** HELP SYSTEM *****************
pce_help_file.pl Specify help-databases
pce_helper.pl Application help-system.
**************** DEBUGGING/DEVELOPMENT********
pce_debug.pl Debugging utility predicates (checkpce/0 and friends)
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
portray_object.pl Print the structure of objects
pce_cxx_headers.pl Generates C++ .h files from class-description
**************** 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_util.pl Various utility predicates (send_list/3, chain_list/2)
pce_template.pl Import template classes
**************** GUI LIBRARY ****************
file_item.pl Class file_item: enter filename with completion
find_file.pl Class finder: dialogue window for finding files
pce_prompter.pl Generic simple prompt library
keybinding.pl show_keybindings/1: show keybindings of editors, etc.
dragdrop.pl Class drag_and_drop_gesture
dragdict.pl Class drag_and_drop_dict_item_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
pce_font_item.pl Font selector (as used in PceDraw).
pce_style_item.pl Specify a style object (text attributes)
pce_tagged_connection.plConnection with a tag in the middle.
**************** COMMUNICATION **************
pce_server.pl Interface for xpce-client: socket connections
**************** MISCELENEOUS ***************
area.pl Utility for area comparison (`area <-near_sides')
pce_objects.pl Commonly useful global objects
scan_arguments.pl scan_arguments/[2,3]: unpack argument lists
|