Added new enum for docshell tree items that own chrome content

This commit is contained in:
locka%iol.ie 2000-06-21 13:07:22 +00:00
Родитель 765cfbc2d5
Коммит ba1d4cc898
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -45,6 +45,7 @@ interface nsIDocShellTreeItem : nsISupports
const long typeChrome=0;
const long typeContent=1;
const long typeContentWrapper=2;
const long typeChromeWrapper=3;
/*
The type this item is.