Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
148 
CK1 SDK Programmer’s Reference Manual 
otk_check_button_set_value 
 
Purpose:  Set the value of the check box. 
 
Prototype: 
void otk_check_button_set_value(OtkCheckButton* cbutton
OTK_BOOL value);
 
 
Parameters:  cbutton 
Pointer to the real instance 
value 
OTK_TRUE if check box is selected 
 
Return: None 
otk_check_button_get_value 
 
Purpose:  Get the value of the check box. 
 
Prototype: 
OTK_BOOL otk_check_button_get_value(OtkCheckButton* 
cbutton);
 
 
Parameter:  cbutton 
Pointer to the real instance 
 
Return:  OTK_TRUE 
if you select the check box 
otk_check_button_set_user_data 
 
Purpose:  Set user data. 
 
Prototype: 
void otk_check_button_set_user_data (OtkCheckButton* 
cbutton, void* user_data);
 
 
Parameters:  cbutton 
Pointer to the real instance 
user_data 
Pointer to the specified data 
 
Return: None 
otk_check_button_get_user_data 
 
Purpose:  Get user data. 
 
Prototype: 
void* otk_check_button_get_user_data (OtkCheckButton* 
cbutton);
 
 
Parameter:  cbutton 
Pointer to the real instance 
 
Return:  OTK_TRUE 
If you select the check box