/usr/local/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
      • help_message.pl
      • pce_meta.pl -- Reflection support for XPCE
      • pce_manual.pl -- Start XPCE manual
      • persistent_frame.pl -- Save/restore layout of XPCE windows
      • pce_config.pl -- XPCE congifuration database
      • pce_help_file.pl
      • autowin.pl
      • pce_emacs.pl -- PceEmacs toplevel
      • pce_template.pl
      • pce_arm.pl
      • pce_util.pl
      • pce_main.pl
      • swi_ide.pl -- SWI-Prolog IDE controller
      • pce_image.pl
      • pce_debug.pl
      • pce_tagged_connection.pl
      • tabbed_window.pl
      • hyper.pl
      • swi_edit.pl
      • toolbar.pl
      • imageops.pl
      • pce_report.pl
      • tabular.pl
      • prolog_predicate.pl
      • pce_xref.pl -- Cross-referencer front-end
      • pce_toc.pl
      • pce_unclip.pl
      • dragdrop.pl
      • pce_prolog_xref.pl
      • print_graphics.pl
      • pce_shell.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.