Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!apple!tahoe!jimi!herbert!chris From: chris@herbert.uucp (Chris Greve) Newsgroups: comp.windows.open-look Subject: Scrolling Lists and their fonts Keywords: XView, Scrolling Lists Message-ID: <1991Apr5.170330.5936@herbert.uucp> Date: 5 Apr 91 17:03:30 GMT Sender: uunet!rsl-egg!chris Reply-To: greve@jimi.cs.unlv.edu (Chris Greve) Organization: EG&G, Energy Measurements Lines: 25 Hi, I am having trouble with Scrolling Lists under XView. I need a fixedwidth font and the code below is not working. I have looked in all of the XView programs that I have source to, and none of them sets the list font. Thanks to anyone you can steer me in the correct direction. Please use the email address below when replying. ------------------------------------------------------------------------------- Chris Greve -- EG&G, Energy Measurements -- Remote Sensing Laboratory UUCP: {...}!sun!sunvegas!herbert!chris {...}!uunet!rsl-egg!chris Example Code: font = (Xv_Font)xv_find(frame, FONT, FONT_FAMILY, FONT_FAMILY_DEFAULT_FIXEDWIDTH, NULL); xv_set(plist, PANEL_LIST_FONT, font, NULL);