Added the ability to get an enumerator that goes through "nsIWebShellWindow"s rather than DOM windows. These will soon become "nsIXULWindow"s thus the name.

This commit is contained in:
tbogard%aol.net 2000-01-25 02:52:55 +00:00
Родитель c8a6896c70
Коммит b89cdcb6e6
1 изменённых файлов: 9 добавлений и 1 удалений

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

@ -42,10 +42,18 @@ interface nsIWindowMediator: nsIRDFDataSource
/*
iterates over the windows of type inType in the order that they were created. if inType is null
iterates over all windows
iterates over all windows. This enumerator returns domWindows.
*/
nsISimpleEnumerator GetEnumerator( in wstring inType );
/*
iterates over the XUL windows of type inType in the order that they were created. If
inType is null iterates over all windows. This enumerator returns xulWindows.
*/
nsISimpleEnumerator GetXULWindowEnumerator( in wstring inType);
/*
Returns the window of type inType ( if null return any window type ) which has the most recent
time stamp