Added mControl -- temporarily, code from nsButton will probably be moved to a superclass

This commit is contained in:
kostello%netscape.com 1998-08-18 22:44:02 +00:00
Родитель 6fea3fd882
Коммит e062177c4b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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;
};