Add 'indent' atom. r=hyatt

This commit is contained in:
waterson%netscape.com 1999-11-30 00:55:14 +00:00
parent dd64fd7ca1
commit 3a293e4998
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ XUL_ATOM(treecolgroup, "treecolgroup") // A column group in the tree view
XUL_ATOM(treefoot, "treefoot") // The footer of the tree view
XUL_ATOM(treepusher, "treepusher") // A column pusher (left or right) for the tree view
XUL_ATOM(scrollbarlist, "scrollbarlist") // An atom for internal use by the tree view
XUL_ATOM(indent, "indent") // indicates that a cell should be indented
XUL_ATOM(open, "open") // Whether or not a menu, tree, etc. is open

View File

@ -67,6 +67,7 @@ XUL_ATOM(treecolgroup, "treecolgroup") // A column group in the tree view
XUL_ATOM(treefoot, "treefoot") // The footer of the tree view
XUL_ATOM(treepusher, "treepusher") // A column pusher (left or right) for the tree view
XUL_ATOM(scrollbarlist, "scrollbarlist") // An atom for internal use by the tree view
XUL_ATOM(indent, "indent") // indicates that a cell should be indented
XUL_ATOM(open, "open") // Whether or not a menu, tree, etc. is open