Wapp

Artifact [398e4e8aad]
Login

Artifact 398e4e8aad294037b0efbff38ebc8c94475af1837ab4915131c7bd35862c88d8:


Wapp Commands

Wapp really just a collection of TCL procs. All procs are in a single file named "wapp.tcl".

The procs that form the public interface for Wapp begin with "wapp-". The implementation uses various private procedures that have names beginning with "wappInt-". Applications should use the public interface only.

The most important Wapp interfaces are:

Understand the four interfaces above, and you will have a good understanding of Wapp. The other interfaces are merely details.

The following is a complete list of the public interface procs in Wapp:

The following interfaces are deprecated. They currently exist for compatibility but might disappear at any moment.