Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!ucdavis!csusac!unify!openlook!openlook-request From: fgreco@govt.shearson.com (Frank Greco) Newsgroups: comp.windows.open-look Subject: Re: Bug in XView TEXTSW package? Message-ID: Date: 14 May 91 13:20:49 GMT Lines: 18 > > But when I grep for TEXTSW_FONT in the OpenWindows 2.0 XView include > files I get: > > warsaw@warsaw[3]% grep TEXTSW_FONT *.h > textsw.h:#define TEXTSW_FONT XV_FONT hmmm... that's interesting. I have been using this in a little hack using TEXTSW's as very fast-loading exclusive scrolling lists (created in the alpha days). I'll take a look.... Whoops my mistake, I was grabbing the font in an interposed event proc for my textsw, which means I was actually looking at a view, not the tsw itself. That means you'll have to get the font from the view of the textsw. Sorry. I hope I didn't cause any confusion. Frank G.