Next Previous Up Top Contents Index

5 Learning More About an Application

5.4 Browsing a project's library

To browse the current project's library definition, choose Go > Library or the Browse Library () button.

1. Click the Browse Library button.

The browser switches to the Reversi project's library definition. We see the usual General and Source page, as well as Warnings, Usage, Definitions, and Names.

The Warnings and Definitions pages are the same as those that we see in project windows. The Names page provides views of all the Dylan names in the library, with a variety of possible constraints.

The Usage page gives a tree view of the library usage relationships for the current library. The first level of expansion shows the names of the libraries that Reversi uses. Expanding those library names shows the libraries they use, and so on.


Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index