add method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa

git-svn-id: svn://10.0.0.236/trunk@115521 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
2002-02-28 23:24:31 +00:00
parent 7e4cc26c7b
commit e86ba7ca20

View File

@@ -168,6 +168,16 @@ interface nsIAppShellService : nsISupports
*/
void unregisterTopLevelWindow(in nsIXULWindow aWindow);
/**
* The appshell service needs to be informed of modal XUL windows currently
* open. Call this method as a window becomes modal or as it becomes
* nonmodal.
* @param aWindow no surprises here
* @param aModal true if aWindow is becoming modal
* false if aWindow is becoming nonmodal (or being closed)
*/
void topLevelWindowIsModal(in nsIXULWindow aWindow, in boolean aModal);
/**
* Remove the splash screen (if visible). This need be called
* only once per application session.