CURL.GUI.STANDARD (package)

This super-package provides the packages needed for developing a graphical user interface (GUI) in the Curl® language. Developers normally import this package instead of the individual packages it contains.

Description

The CURL.GUI.STANDARD super-package is automatically imported into all applets. The Curl RTE does this each time it encounters a {curl ... applet} herald in an applet's source code.

If you want to use the API of CURL.GUI.STANDARD in a package, you must explicitly import it. Do this by placing the following expression near the top of your package file. Make sure that it is after the {curl ... package} herald and the package declaration.

{import * from CURL.GUI.STANDARD}


The packages imported by CURL.GUI.STANDARD are listed below.