Bug 12350

This commit is contained in:
pollmann%netscape.com 1999-08-27 03:58:47 +00:00
parent 22fef24c59
commit 30a0e34e7e
2 changed files with 8 additions and 2 deletions

View File

@ -47,8 +47,11 @@ public:
NS_IMETHOD RemoveOption(PRInt32 index) = 0;
/**
* Sets the select state of the option at index
*/
NS_IMETHOD SetOptionSelected(PRInt32 index, PRBool value) = 0;
};
#endif

View File

@ -47,8 +47,11 @@ public:
NS_IMETHOD RemoveOption(PRInt32 index) = 0;
/**
* Sets the select state of the option at index
*/
NS_IMETHOD SetOptionSelected(PRInt32 index, PRBool value) = 0;
};
#endif