Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!caen!uflorida!novavax!rm1!rm1.UUCP!vrenjak From: vrenjak@rm1.UUCP (Milan Vrenjak) Newsgroups: comp.windows.x.motif Subject: Re: Motif mnemonics Keywords: motif, mnemonics, uil Message-ID: <1043@rm1.UUCP> Date: 25 Apr 91 17:59:01 GMT References: <1991Apr16.060456.4476@cs.uow.edu.au> Sender: news@rm1.UUCP Reply-To: vrenjak@rm1.UUCP (Milan Vrenjak) Distribution: comp Organization: Racal-Milgo, Sunrise, Florida Lines: 16 In article <1991Apr16.060456.4476@cs.uow.edu.au>, jorgi@cs.uow.edu.au (George B Zamroz) writes: |> Last week I wrote asking about a problem I had regarding the use of mnemonics |> under UIL. I have since found out that the mnemonics are indeed there (i.e. |> they work) but simply don't appear (the appropriate character in the label is |> not underlined). Any ideas? I found that I couldn't specify the ascii character but rather the character's decimal value. For example, XmNlabelString = 'Open'; XmNmnemonic = 79; and this worked fine to give O as the mnemonic for Open. -- Milan