Table of Content
HAL Forum
procedure ButtonFrame (
Integer h,Integer v,Integer l,Integer no,string name)
Description:
Adds line above group of RadioButtons or frame around group of RadioButtons
Parameters:
h Horizontal position in window
v Vertical position in window
l Horizontal length of line/frame
no No. of RadioButtons in Frame
name 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:
««