зеркало из https://github.com/mozilla/gecko-dev.git
Added method GetSelectedIndex
This commit is contained in:
Родитель
6fa7b160fa
Коммит
ee537ba0ad
|
@ -52,6 +52,12 @@ public:
|
|||
*/
|
||||
NS_IMETHOD GetSelectedItem(nsString & aStr) = 0;
|
||||
|
||||
/**
|
||||
* Get the Selected Item's index
|
||||
*
|
||||
*/
|
||||
NS_IMETHOD GetSelectedIndex(PRInt32* aIndex) = 0;
|
||||
|
||||
/**
|
||||
* Initiates mouse capture for the listbox
|
||||
*
|
||||
|
|
|
@ -52,6 +52,12 @@ public:
|
|||
*/
|
||||
NS_IMETHOD GetSelectedItem(nsString & aStr) = 0;
|
||||
|
||||
/**
|
||||
* Get the Selected Item's index
|
||||
*
|
||||
*/
|
||||
NS_IMETHOD GetSelectedIndex(PRInt32* aIndex) = 0;
|
||||
|
||||
/**
|
||||
* Initiates mouse capture for the listbox
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче