| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: app
The expression (cg:main-window-maker (cg:app
cg:*system*))
returns the maker-function that was
automatically generated for the main form of a project. This works
only in a standalone application that was generated from a project, or
within a Run | Run Project process in the IDE
(otherwise nil
is returned).
This function is called by default-init-function, which is the default on-initialization function of a project, so that it can create the main window of any project. A custom on-initialization function would typically call the maker-function directly instead, but it might be useful to call main-window-maker to make an on-initialization function more general.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |