( |
|
|
|||
Adds line above group of RadioButtons or frame around group of RadioButtons |
Parameters: | |
Horizontal position in window | |
Vertical position in window | |
Horizontal length of line/frame | |
No. of RadioButtons in Frame | |
Text appearing as Frame name | |
WindowBegin("Specify ButonFrame Example",BFrameRClass,CGRcW,RcType); SetWRect(64,80,509,298); ButtonFrame(20,6,123,2,"Function"); RadioButton(20,6,0,0,"Overview",ArtMode); RadioButton(20,22,1,0,"Detailed",ArtMode); EndWindow;
Related topics: |