NS_DEFINE_STATIC_IID_ACCESSOR and removed the AboutToDropdown method
git-svn-id: svn://10.0.0.236/trunk@41482 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user