зеркало из https://github.com/mozilla/pjs.git
Commenting out until I figure out what I horked
This commit is contained in:
Родитель
cfdcb911fb
Коммит
f065f8df2f
|
@ -79,7 +79,7 @@ public:
|
|||
NS_IMETHOD UpdateTooltips(nsRect* aNewTips[]);
|
||||
NS_IMETHOD AddMouseListener(nsIMouseListener * aListener);
|
||||
NS_IMETHOD AddEventListener(nsIEventListener * aListener);
|
||||
NS_IMETHOD AddMenuListener(nsIMenuListener * aListener);
|
||||
/* NS_IMETHOD AddMenuListener(nsIMenuListener * aListener);*/
|
||||
NS_IMETHOD SetBounds(const nsRect &aRect);
|
||||
NS_IMETHOD GetBounds(nsRect &aRect);
|
||||
NS_IMETHOD GetBoundsAppUnits(nsRect &aRect, float aAppUnits);
|
||||
|
@ -110,7 +110,7 @@ protected:
|
|||
nsIToolkit *mToolkit;
|
||||
nsIMouseListener *mMouseListener;
|
||||
nsIEventListener *mEventListener;
|
||||
nsIMenuListener *mMenuListener;
|
||||
/* nsIMenuListener *mMenuListener;*/
|
||||
nscolor mBackground;
|
||||
nscolor mForeground;
|
||||
nsCursor mCursor;
|
||||
|
|
Загрузка…
Ссылка в новой задаче