pce_main.pl
- pce_main_loop(+Goal)
- Simple XPCE runtime toplevel loop. This goal extracts the command
line arguments, calls `
call(Goal, CmdLineArgs)
' and waits for all
frames created by this call to be invisible. Then it will halt/0.
- pce_loop(+Goal)
- pce_loop(+Goal, +Argv:list)
- Runs `Goal', finds all toplevel frames created and then dispatches
events untill the last frame is destroyed.
Re-exported predicates
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
- pce_loop(+Goal)
- pce_loop(+Goal, +Argv:list)
- Runs `Goal', finds all toplevel frames created and then dispatches
events untill the last frame is destroyed.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- dispatch_for_frames(Arg1)