mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
NS_DEFINE_STATIC_IID_ACCESSOR and removed the AboutToDropdown method
This commit is contained in:
parent
2b0131b77e
commit
0cdd475f4c
@ -38,6 +38,7 @@ class nsIContent;
|
||||
class nsIListControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ILISTCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the ComboBoxFrame
|
||||
@ -51,12 +52,6 @@ public:
|
||||
*/
|
||||
NS_IMETHOD GetSelectedItem(nsString & aStr) = 0;
|
||||
|
||||
/**
|
||||
* Tells the list it is about to drop down
|
||||
*
|
||||
*/
|
||||
NS_IMETHOD AboutToDropDown() = 0;
|
||||
|
||||
/**
|
||||
* Initiates mouse capture for the listbox
|
||||
*
|
||||
|
@ -38,6 +38,7 @@ class nsIContent;
|
||||
class nsIListControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ILISTCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the ComboBoxFrame
|
||||
@ -51,12 +52,6 @@ public:
|
||||
*/
|
||||
NS_IMETHOD GetSelectedItem(nsString & aStr) = 0;
|
||||
|
||||
/**
|
||||
* Tells the list it is about to drop down
|
||||
*
|
||||
*/
|
||||
NS_IMETHOD AboutToDropDown() = 0;
|
||||
|
||||
/**
|
||||
* Initiates mouse capture for the listbox
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user