Bug 12350

git-svn-id: svn://10.0.0.236/trunk@44733 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pollmann%netscape.com
1999-08-27 03:58:47 +00:00
parent 33abb09aa1
commit c29557bf97
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