Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!psuvax1!hsdndev!cmcl2!adm!lhc!lhc.nlm.nih.gov!warsaw From: warsaw@nlm.nih.gov (Barry A. Warsaw) Newsgroups: comp.windows.open-look Subject: Re: Scrolling Lists and their fonts Message-ID: Date: 8 Apr 91 13:45:13 GMT References: <1991Apr5.170330.5936@herbert.uucp> <6090@male.EBay.Sun.COM> Sender: usenet@nlm.nih.gov (usenet news poster) Reply-To: warsaw@nlm.nih.gov Organization: Century Computing, Inc. Lines: 28 In-Reply-To: harry@dustbin.uk.sun.com's message of 6 Apr 91 15:08:46 GMT Harry> PANEL_LIST_FONT works on individual list entries, not on Harry> the whole list. You must set it for each list item. I Harry> suspect this is a bug. The parallel list PANEL_LIST_FONTS also works but is buggy. You cannot have an abbreviated list. You must have a font entry for each item. In other words: xv_create( panel, PANEL_LIST, PANEL_LIST_STRINGS, "One", "Two", "Three", 0, PANEL_LIST_FONTS, lucida, 0, NULL ); doesn't work correctly but: xv_create( panel, PANEL_LIST, PANEL_LIST_STRINGS, "One", "Two", "Three", 0, PANEL_LIST_FONTS, lucida, lucida, lucida, 0, NULL ); does. -Barry NAME: Barry A. Warsaw INET: warsaw@nlm.nih.gov TELE: (301) 496-1936 UUCP: uunet!nlm.nih.gov!warsaw