Bug 13058: Update select control interface to include 'get option selection'

git-svn-id: svn://10.0.0.236/trunk@47365 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pollmann%netscape.com
1999-09-14 19:37:51 +00:00
parent 50e561d4b7
commit 728fa62c1d
2 changed files with 4 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ public:
*/
NS_IMETHOD SetOptionSelected(PRInt32 index, PRBool value) = 0;
NS_IMETHOD GetOptionSelected(PRInt32 index, PRBool* value) = 0;
};
#endif

View File

@@ -52,6 +52,8 @@ public:
*/
NS_IMETHOD SetOptionSelected(PRInt32 index, PRBool value) = 0;
NS_IMETHOD GetOptionSelected(PRInt32 index, PRBool* value) = 0;
};
#endif