зеркало из https://github.com/mozilla/gecko-dev.git
Fixes for linking
This commit is contained in:
Родитель
d9017380b1
Коммит
cd4dfe4a70
|
@ -31,6 +31,9 @@
|
||||||
#define INITIAL_MAX_ITEMS 128
|
#define INITIAL_MAX_ITEMS 128
|
||||||
#define ITEMS_GROWSIZE 128
|
#define ITEMS_GROWSIZE 128
|
||||||
|
|
||||||
|
NS_IMPL_ADDREF(nsComboBox)
|
||||||
|
NS_IMPL_RELEASE(nsComboBox)
|
||||||
|
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// nsComboBox constructor
|
// nsComboBox constructor
|
||||||
|
|
|
@ -39,9 +39,6 @@ public:
|
||||||
NS_IMETHOD_(nsrefcnt) Release();
|
NS_IMETHOD_(nsrefcnt) Release();
|
||||||
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
||||||
|
|
||||||
// nsIWidget overrides
|
|
||||||
virtual void GetBounds(nsRect &aRect);
|
|
||||||
|
|
||||||
// nsIComboBox interface
|
// nsIComboBox interface
|
||||||
virtual void AddItemAt(nsString &aItem, PRInt32 aPosition);
|
virtual void AddItemAt(nsString &aItem, PRInt32 aPosition);
|
||||||
virtual PRInt32 FindItem(nsString &aItem, PRInt32 aStartPos);
|
virtual PRInt32 FindItem(nsString &aItem, PRInt32 aStartPos);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче