This commit is contained in:
rods%netscape.com 1999-08-19 14:26:38 +00:00
Родитель 6fa7b160fa
Коммит ee537ba0ad
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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
*