FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1

find-component

Arguments: name dialog-or-name

Returns the component (dialog-item) whose name is name and which lies on the dialog specified by the second argument. The name property of a dialog-item should be a symbol, and is established by specifying a value for the :name option to the (make-instance '[dialog-item]) form which created the component.

The dialog-or-name argument can be either the dialog object or, in some cases, the name of the dialog. (The name of the dialog will suffice only if the parent of the dialog is (screen *system*) (see screen and *system*) or (development-main-window *system*).


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page has had moderate revisions compared to the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1