/usr/lib/swipl/xpce/prolog/lib/pce_dispatch.pl
All Application Manual Name SummaryHelp

  • prolog
    • lib
      • gui_tracer.pl -- Graphical debugger utilities
      • pce.pl
      • swi_compatibility.pl -- XPCE Compatibility layer
      • pce_dispatch.pl -- Run XPCE in a separate thread
        • pce_dispatch/1
        • pce_end_dispatch/0
        • pce_call/1
      • swi_hooks.pl -- Hook XPCE based graphics tools into IDE
      • persistent_frame.pl -- Save/restore layout of XPCE windows
      • pce_config.pl -- XPCE congifuration database
      • pce_emacs.pl -- PceEmacs toplevel
      • pce_util.pl
      • pce_main.pl
      • swi_edit.pl
      • pce_meta.pl -- Reflection support for XPCE
      • Xserver.pl
      • getpass.pl -- Request passwords using XPCE
      • dragdrop.pl
      • imageops.pl
      • tabular.pl
      • help_message.pl
      • pce_prompter.pl
      • pce_report.pl
      • pce_help_file.pl
      • pce_debug.pl
      • print_graphics.pl
      • pce_shell.pl
      • pce_manual.pl -- Start XPCE manual
      • swi_preferences.pl -- Edit preferences files
      • pce_tick_box.pl
      • scan_arguments.pl
      • portray_object.pl -- Create Human readable XPCE object descriptions
      • make_dialog.pl
      • pce_grapher.pl
      • pce_tagged_connection.pl
      • pce_template.pl
      • pce_unclip.pl
      • emacs_extend.pl
      • edit_dialog.pl
      • pce_style_item.pl
      • pce_regex_compat.pl
      • hyper.pl
      • swi_ide.pl -- SWI-Prolog IDE controller
      • pce_image.pl
      • pce_edit.pl -- Find and edit the source location of an XPCE object
      • pce_type.pl
      • pce_prolog_xref.pl -- XPCE plugin for library(prolog_xref)
      • tabbed_window.pl
      • pce_arm.pl
      • autowin.pl
      • toolbar.pl
      • pce_toc.pl
      • pce_xref.pl -- Cross-referencer front-end
      • pce_postscript.pl
 pce_dispatch(+Options) is det
Create a new thread pce that takes care of the XPCE message loop. This predicate has no effect if dispatching is already on another thread than the main. The loop can be ended using pce_end_dispatch/0.