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
USERS
Semantic web
Students
Researchers
Commercial users
Dog food
Is SWIPL right for me?
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
pce_config.pl -- XPCE congifuration database
gui_tracer.pl -- Graphical debugger utilities
swi_ide.pl -- SWI-Prolog IDE controller
pce_image.pl
pce_main.pl
pce_util.pl
emacs_extend.pl
pce_manual.pl -- Start XPCE manual
persistent_frame.pl -- Save/restore layout of XPCE windows
pce_help_file.pl
autowin.pl
pce_meta.pl -- Reflection support for XPCE
pce_template.pl
pce_xref.pl -- Cross-referencer front-end
tabbed_window.pl
hyper.pl
toolbar.pl
help_message.pl
imageops.pl
pce_report.pl
pce_toc.pl
pce_unclip.pl
pce_arm.pl
pce_tagged_connection.pl
dragdrop.pl
pce_prolog_xref.pl
print_graphics.pl
pce_shell.pl
tabular.pl
Xserver.pl
portray_object.pl -- Create Human readable XPCE object descriptions
pce_emacs.pl -- PceEmacs toplevel
edit_dialog.pl
swi_preferences.pl -- Edit preferences files
pce_tick_box.pl
pce_debug.pl
prolog_predicate.pl
pce_edit.pl -- Find and edit the source location of an XPCE object
pce_type.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.