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:
rods%netscape.com
1999-07-28 21:35:28 +00:00
parent 3d1ce5aa05
commit a7021cc7c2
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
*