Did you know ...
Search Documentation:
Predicate auto_call/1
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
IRC
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
prolog
lib
pce.pl
swi_compatibility.pl -- XPCE Compatibility layer
auto_call/1
pce_dispatch.pl -- Run XPCE in a separate thread
swi_hooks.pl -- Hook XPCE based graphics tools into IDE
gui_tracer.pl -- Graphical debugger utilities
emacs_extend.pl
pce_util.pl
pce_config.pl -- XPCE congifuration database
tabbed_window.pl
hyper.pl
pce_meta.pl -- Reflection support for XPCE
swi_ide.pl -- SWI-Prolog IDE controller
pce_image.pl
pce_emacs.pl -- PceEmacs toplevel
persistent_frame.pl -- Save/restore layout of XPCE windows
toolbar.pl
pce_report.pl
pce_toc.pl
pce_arm.pl
pce_tagged_connection.pl
dragdrop.pl
pce_prolog_xref.pl -- XPCE plugin for library(prolog_xref)
print_graphics.pl
tabular.pl
autowin.pl
pce_xref.pl -- Cross-referencer front-end
pce_template.pl
help_message.pl
imageops.pl
pce_unclip.pl
pce_shell.pl
Xserver.pl
pce_manual.pl -- Start XPCE manual
pce_help_file.pl
pce_main.pl
swi_preferences.pl -- Edit preferences files
pce_tick_box.pl
pce_type.pl
portray_object.pl -- Create Human readable XPCE object descriptions
pce_edit.pl -- Find and edit the source location of an XPCE object
edit_dialog.pl
prolog_predicate.pl
pce_debug.pl
auto_call
(:Goal)
Autoload
Goal
and call it. If autoloading is enabled we can simply call the target. Otherwise we autoload the predicate and subsequently call it.
This predicate should be used to open new IDE tools, for example the manual opening the editor, etc.