Cleanup, and bugfixes for bug 12475 and 12350

This commit is contained in:
pollmann@netscape.com
1999-08-27 03:58:13 +00:00
parent e74ed2b06c
commit 4a0343f03e
9 changed files with 336 additions and 288 deletions

View File

@@ -142,7 +142,8 @@ public:
// nsISelectControlFrame
NS_IMETHOD AddOption(PRInt32 index);
NS_IMETHOD RemoveOption(PRInt32 index);
NS_IMETHOD RemoveOption(PRInt32 index);
NS_IMETHOD SetOptionSelected(PRInt32 aIndex, PRBool aValue);
//nsIDOMEventListener
virtual nsresult MouseDown(nsIDOMEvent* aMouseEvent);