foxGUIbGUI Creator for Ruby + Fox |
Guide Contents
Input/Display Widgets
RadioButtonHere is a tree showing radio button usage:VerticalFrame RadioMutex1 RadioButton1 RadioButton2 RadioMutex2 radioButton3 RadioButton4First, create a RadioMutex container, which provides mutual exclusion to the group of radio buttons it contains. In the above, radios 1, 2 are mutex, and so are 3, 4 , but the groups do inot interfere with each other.
|