From e062177c4b8ecfd91745820638163ca06c4a1c87 Mon Sep 17 00:00:00 2001 From: "kostello%netscape.com" Date: Tue, 18 Aug 1998 22:44:02 +0000 Subject: [PATCH] Added mControl -- temporarily, code from nsButton will probably be moved to a superclass --- widget/src/mac/nsButton.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/widget/src/mac/nsButton.h b/widget/src/mac/nsButton.h index 894040a3ae87..2b4eff965bb2 100644 --- a/widget/src/mac/nsButton.h +++ b/widget/src/mac/nsButton.h @@ -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; };