Added some additional attoms for the Combobox Frame Control

This commit is contained in:
rods%netscape.com 1999-01-22 15:25:12 +00:00
parent 4b464ba323
commit b7e36c8bcd
6 changed files with 54 additions and 6 deletions

View File

@ -85,6 +85,10 @@ nsIAtom* nsHTMLAtoms::dir;
nsIAtom* nsHTMLAtoms::disabled;
nsIAtom* nsHTMLAtoms::div;
nsIAtom* nsHTMLAtoms::dl;
nsIAtom* nsHTMLAtoms::dropDownVisible;
nsIAtom* nsHTMLAtoms::dropDownHidden;
nsIAtom* nsHTMLAtoms::dropDownBtnOut;
nsIAtom* nsHTMLAtoms::dropDownBtnPressed;
nsIAtom* nsHTMLAtoms::embed;
nsIAtom* nsHTMLAtoms::encoding;
nsIAtom* nsHTMLAtoms::enctype;
@ -322,6 +326,10 @@ void nsHTMLAtoms::AddrefAtoms()
div = NS_NewAtom("DIV");
disabled = NS_NewAtom("DISABLED");
dl = NS_NewAtom("DL");
dropDownVisible = NS_NewAtom(":DROPDOWN-VISIBLE");
dropDownHidden = NS_NewAtom(":DROPDOWN-HIDDEN");
dropDownBtnOut = NS_NewAtom(":DROPDOWN-BTN-OUT");
dropDownBtnPressed = NS_NewAtom(":DROPDOWN-BTN-PRESSED");
datetime = NS_NewAtom("DATETIME");
data = NS_NewAtom("DATA");
embed = NS_NewAtom("EMBED");
@ -548,6 +556,8 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(compact);
NS_RELEASE(content);
NS_RELEASE(coords);
NS_RELEASE(data);
NS_RELEASE(datetime);
NS_RELEASE(defaultchecked);
NS_RELEASE(defaultselected);
NS_RELEASE(defaultvalue);
@ -557,8 +567,10 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(disabled);
NS_RELEASE(div);
NS_RELEASE(dl);
NS_RELEASE(datetime);
NS_RELEASE(data);
NS_RELEASE(dropDownVisible);
NS_RELEASE(dropDownHidden);
NS_RELEASE(dropDownBtnOut);
NS_RELEASE(dropDownBtnPressed);
NS_RELEASE(embed);
NS_RELEASE(encoding);
NS_RELEASE(face);

View File

@ -108,6 +108,10 @@ public:
static nsIAtom* disabled;
static nsIAtom* div;
static nsIAtom* dl;
static nsIAtom* dropDownVisible;
static nsIAtom* dropDownHidden;
static nsIAtom* dropDownBtnOut;
static nsIAtom* dropDownBtnPressed;
static nsIAtom* embed;
static nsIAtom* encoding;

View File

@ -108,6 +108,10 @@ public:
static nsIAtom* disabled;
static nsIAtom* div;
static nsIAtom* dl;
static nsIAtom* dropDownVisible;
static nsIAtom* dropDownHidden;
static nsIAtom* dropDownBtnOut;
static nsIAtom* dropDownBtnPressed;
static nsIAtom* embed;
static nsIAtom* encoding;

View File

@ -85,6 +85,10 @@ nsIAtom* nsHTMLAtoms::dir;
nsIAtom* nsHTMLAtoms::disabled;
nsIAtom* nsHTMLAtoms::div;
nsIAtom* nsHTMLAtoms::dl;
nsIAtom* nsHTMLAtoms::dropDownVisible;
nsIAtom* nsHTMLAtoms::dropDownHidden;
nsIAtom* nsHTMLAtoms::dropDownBtnOut;
nsIAtom* nsHTMLAtoms::dropDownBtnPressed;
nsIAtom* nsHTMLAtoms::embed;
nsIAtom* nsHTMLAtoms::encoding;
nsIAtom* nsHTMLAtoms::enctype;
@ -322,6 +326,10 @@ void nsHTMLAtoms::AddrefAtoms()
div = NS_NewAtom("DIV");
disabled = NS_NewAtom("DISABLED");
dl = NS_NewAtom("DL");
dropDownVisible = NS_NewAtom(":DROPDOWN-VISIBLE");
dropDownHidden = NS_NewAtom(":DROPDOWN-HIDDEN");
dropDownBtnOut = NS_NewAtom(":DROPDOWN-BTN-OUT");
dropDownBtnPressed = NS_NewAtom(":DROPDOWN-BTN-PRESSED");
datetime = NS_NewAtom("DATETIME");
data = NS_NewAtom("DATA");
embed = NS_NewAtom("EMBED");
@ -548,6 +556,8 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(compact);
NS_RELEASE(content);
NS_RELEASE(coords);
NS_RELEASE(data);
NS_RELEASE(datetime);
NS_RELEASE(defaultchecked);
NS_RELEASE(defaultselected);
NS_RELEASE(defaultvalue);
@ -557,8 +567,10 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(disabled);
NS_RELEASE(div);
NS_RELEASE(dl);
NS_RELEASE(datetime);
NS_RELEASE(data);
NS_RELEASE(dropDownVisible);
NS_RELEASE(dropDownHidden);
NS_RELEASE(dropDownBtnOut);
NS_RELEASE(dropDownBtnPressed);
NS_RELEASE(embed);
NS_RELEASE(encoding);
NS_RELEASE(face);

View File

@ -85,6 +85,10 @@ nsIAtom* nsHTMLAtoms::dir;
nsIAtom* nsHTMLAtoms::disabled;
nsIAtom* nsHTMLAtoms::div;
nsIAtom* nsHTMLAtoms::dl;
nsIAtom* nsHTMLAtoms::dropDownVisible;
nsIAtom* nsHTMLAtoms::dropDownHidden;
nsIAtom* nsHTMLAtoms::dropDownBtnOut;
nsIAtom* nsHTMLAtoms::dropDownBtnPressed;
nsIAtom* nsHTMLAtoms::embed;
nsIAtom* nsHTMLAtoms::encoding;
nsIAtom* nsHTMLAtoms::enctype;
@ -322,6 +326,10 @@ void nsHTMLAtoms::AddrefAtoms()
div = NS_NewAtom("DIV");
disabled = NS_NewAtom("DISABLED");
dl = NS_NewAtom("DL");
dropDownVisible = NS_NewAtom(":DROPDOWN-VISIBLE");
dropDownHidden = NS_NewAtom(":DROPDOWN-HIDDEN");
dropDownBtnOut = NS_NewAtom(":DROPDOWN-BTN-OUT");
dropDownBtnPressed = NS_NewAtom(":DROPDOWN-BTN-PRESSED");
datetime = NS_NewAtom("DATETIME");
data = NS_NewAtom("DATA");
embed = NS_NewAtom("EMBED");
@ -548,6 +556,8 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(compact);
NS_RELEASE(content);
NS_RELEASE(coords);
NS_RELEASE(data);
NS_RELEASE(datetime);
NS_RELEASE(defaultchecked);
NS_RELEASE(defaultselected);
NS_RELEASE(defaultvalue);
@ -557,8 +567,10 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(disabled);
NS_RELEASE(div);
NS_RELEASE(dl);
NS_RELEASE(datetime);
NS_RELEASE(data);
NS_RELEASE(dropDownVisible);
NS_RELEASE(dropDownHidden);
NS_RELEASE(dropDownBtnOut);
NS_RELEASE(dropDownBtnPressed);
NS_RELEASE(embed);
NS_RELEASE(encoding);
NS_RELEASE(face);

View File

@ -108,6 +108,10 @@ public:
static nsIAtom* disabled;
static nsIAtom* div;
static nsIAtom* dl;
static nsIAtom* dropDownVisible;
static nsIAtom* dropDownHidden;
static nsIAtom* dropDownBtnOut;
static nsIAtom* dropDownBtnPressed;
static nsIAtom* embed;
static nsIAtom* encoding;