Hi:

I am changing a GPL program, and I find the following code:


tempWidget = XmVaCreateSimpleRadioBox(modeFrame, "modeRadioBox", 
                      SCRIPTED,         (XtCallbackProc) Do_Mode_Change, 
                      XmVaRADIOBUTTON,  str, NULL, NULL, NULL,
                      XmVaRADIOBUTTON,  str2, NULL, NULL, NULL,
                      NULL);      

XtManageChild(tempWidget);

When I run the program, the two radio buttons appear de-selected.
How can I do to select the first button by default ??

Sorry if the question is stupid, but I am newbie with LessTif and
I have not time to learn it.

Thanks in advace.

-- 
*********************************
Juan F. Rodriguez Hervella
Universidad Carlos III de Madrid
********************************

Reply via email to