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:
@@ -52,6 +52,8 @@ public:
|
||||
*/
|
||||
|
||||
NS_IMETHOD SetOptionSelected(PRInt32 index, PRBool value) = 0;
|
||||
|
||||
NS_IMETHOD GetOptionSelected(PRInt32 index, PRBool* value) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -52,6 +52,8 @@ public:
|
||||
*/
|
||||
|
||||
NS_IMETHOD SetOptionSelected(PRInt32 index, PRBool value) = 0;
|
||||
|
||||
NS_IMETHOD GetOptionSelected(PRInt32 index, PRBool* value) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user