#define MakeRadioButton(f,x,y,w,h,id,t,gr,a,p,d) SetCheckButtonHandler( SetButtonGroupID( SetButtonAttributes( MakeCaptionedControl(f,RADIO_BUTTON,x,y,w,h,id,t), a ), gr ), p, d )
| 
Parameters  | 
Description  | 
| 
f  | 
frame to create the button in  | 
| 
x  | 
left coordinate of the control  | 
| 
y  | 
top coordinate of the control  | 
| 
w  | 
how wide the control is  | 
| 
h  | 
how tall to make the control  | 
| 
nID  | 
ID of the control (any numeric ID you want to call it)  | 
| 
a  | 
SliderDirection  | 
| 
c  | |
| 
update_proc  | 
button click callback function. ButtonPushMethod.  | 
| 
user_data  | 
user data to pass to callback when it is invoked.  | 
PSI_CONTROL that is a button.
An all-in-one macro to create a Slider control, set the callback, and set direction options.
 Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at  support@toolsfactory.com.
support@toolsfactory.com.| 
Copyright (c) 2000+. All rights reserved. | 
| 
What do you think about this topic?  Send feedback!  |