Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!kit From: kit@EXPO.LCS.MIT.EDU (Chris D. Peterson) Newsgroups: comp.windows.x Subject: Re: Some widget questions.. Message-ID: <8905052032.AA24594@expo.lcs.mit.edu> Date: 5 May 89 20:32:13 GMT References: <8904282349.AA15032@meepmeep.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 18 > Why aren't the command and label widgets subclasses of "simple"? Then > you could set a number of extra options, like the CURSOR! They are. [ This is vanilla R3 with patch 1-10 applied, (although I am 99% sure that this has not changed since R2). ] Label.c: LabelClassRec labelClassRec = { { /* core_class fields */ #define superclass (&simpleClassRec) /* superclass */ (WidgetClass) superclass, /* class_name */ "Label",