Add 'indent' atom. r=hyatt
This commit is contained in:
Родитель
9d7fd822f9
Коммит
814980aba6
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче