This commit is contained in:
tbogard%aol.net 1999-10-27 02:43:37 +00:00
Родитель deace1a2e2
Коммит e6cd8bdc20
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -81,6 +81,11 @@ interface nsIGenericWindow : nsISupports
Tells the window that intialization and setup is complete. When this is
called the window can actually create itself based on the setup
information handed to it.
@return NS_OK - Creation was successfull.
NS_ERROR_UNEXPECTED - This call was unexpected at this time.
Perhaps create() had already been called or not all
required initialization had been done.
*/
void create();