Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!cs.umn.edu!uc!shamash!timbuk!sxb From: sxb@sequoia.cray.com (Stephen Behling) Newsgroups: comp.windows.x.motif Subject: Any SimpleRadioBox examples? Keywords: RowColumn Message-ID: <141746.22668@timbuk.cray.com> Date: 11 Apr 91 20:05:11 GMT Article-I.D.: timbuk.141746.22668 Reply-To: sxb@sequoia.cray.com (Stephen Behling) Organization: Cray Research, Inc. Lines: 12 (Motif 1.1, Sparc) I have been trying to use the XmCreateSimpleRadioBox convenience function. The create goes fine, but I cannot seem to get the simpleCallback resource to work. Also, I cannot figure out how to get the widget ID's for the created ToggleGadgets. An XtGetArgs of the XmNchildren resource gives bogus IDs. Anyway, what I need most is a piece of example code for this. I can use the normal RadioBox, and do my own ToggleGadget creating, but the description of the SimpleRadioBox seemed to be the easiest to use. (After two days of struggle, I guess I was wrong).