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
parent 765cfbc2d5
commit ba1d4cc898

View File

@ -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.