mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 13:54:27 +00:00
Added mControl -- temporarily, code from nsButton will probably be moved to a superclass
This commit is contained in:
parent
6fea3fd882
commit
e062177c4b
@ -60,6 +60,8 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void StringToStr255(const nsString& aText, Str255& aStr255);
|
||||
|
||||
// this should not be public
|
||||
static PRInt32 GetOuterOffset() {
|
||||
return offsetof(nsButton,mAggWidget);
|
||||
@ -83,6 +85,8 @@ private:
|
||||
};
|
||||
AggButton mAggWidget;
|
||||
friend class AggButton;
|
||||
|
||||
ControlHandle mControl;
|
||||
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user