Path: utzoo!utgpu!utorvm!ryerson!acps0974 Date: Sunday, 9 Jun 1991 23:58:56 EST From: Marc Zimmermann Message-ID: <91160.235856ACPS0974@Ryerson.CA> Newsgroups: comp.sys.amiga.programmer Subject: NewGadget - BUTTON_KIND help I'm writing a program which uses several BUTTON_KIND NewGadgets. I would like to highlight several of the gadgets with different color combinations if possible. I know that you can do this: NewGad.ng_Flags=PLACETEXT_IN | NG_HIGHLABEL; However, this does not give the desired result. Is there any way to re-define the highlight colors or define your own colors for this type of gadget? If it helps I'm using WB2.03 and SAS/C 5.10. Thanks, Marc