Added toolbaritem

git-svn-id: svn://10.0.0.236/trunk@37408 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1999-06-29 14:21:14 +00:00
parent 7f2efdd7f0
commit 2a91067210
4 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public:
static nsIAtom* text;
static nsIAtom* toolbar;
static nsIAtom* toolbaritem;
static nsIAtom* toolbox;
// The tree atoms

View File

@ -35,6 +35,7 @@ nsIAtom* nsXULAtoms::fontpicker;
nsIAtom* nsXULAtoms::radio;
nsIAtom* nsXULAtoms::text;
nsIAtom* nsXULAtoms::toolbar;
nsIAtom* nsXULAtoms::toolbaritem;
nsIAtom* nsXULAtoms::toolbox;
nsIAtom* nsXULAtoms::tree;
@ -100,6 +101,7 @@ void nsXULAtoms::AddrefAtoms() {
radio = NS_NewAtom("radio");
text = NS_NewAtom("text");
toolbar = NS_NewAtom("toolbar");
toolbaritem = NS_NewAtom("toolbaritem");
toolbox = NS_NewAtom("toolbox");
tree = NS_NewAtom("tree");

View File

@ -35,6 +35,7 @@ nsIAtom* nsXULAtoms::fontpicker;
nsIAtom* nsXULAtoms::radio;
nsIAtom* nsXULAtoms::text;
nsIAtom* nsXULAtoms::toolbar;
nsIAtom* nsXULAtoms::toolbaritem;
nsIAtom* nsXULAtoms::toolbox;
nsIAtom* nsXULAtoms::tree;
@ -100,6 +101,7 @@ void nsXULAtoms::AddrefAtoms() {
radio = NS_NewAtom("radio");
text = NS_NewAtom("text");
toolbar = NS_NewAtom("toolbar");
toolbaritem = NS_NewAtom("toolbaritem");
toolbox = NS_NewAtom("toolbox");
tree = NS_NewAtom("tree");

View File

@ -52,6 +52,7 @@ public:
static nsIAtom* text;
static nsIAtom* toolbar;
static nsIAtom* toolbaritem;
static nsIAtom* toolbox;
// The tree atoms