- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODWindow
Open
The Open method creates a facet hierarchy in this window object.
void Open ();
DISCUSSION
Your part calls this method when first opening a window. This method does not make the window visible or change window ordering; for those operations, your part calls this window object's Show and Select methods instead.
SEE ALSO
The ODWindow::Select method (page 834).
The ODWindow::Show method (page 837).
Listing 2-7 on page 49 in OpenDoc Cookbook.
"Opening a Window" on page 226 in OpenDoc Programmer's Guide.
© Apple Computer, Inc.
17 JUL 1996