NS_DEFINE_STATIC_IID_ACCESSOR and removed the AboutToDropdown method

This commit is contained in:
rods%netscape.com 1999-07-28 21:35:28 +00:00
parent 2b0131b77e
commit 0cdd475f4c
2 changed files with 2 additions and 12 deletions

View File

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

View File

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