Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
164 
CK1 SDK Programmer’s Reference Manual 
otk_radio_group_get_grab_item 
 
Purpose:  Get the choice from the OtkRadioGroup. 
 
Prototype: 
OtkToggleButton* 
otk_radio_group_get_grab_item(OtkRadioGroup* radios);
 
 
Parameter:  radios 
Pointer to the real instance 
 
Return:  Pointer to the choice object with type OtkToggleButton 
otk_radio_group_set_user_data 
 
Purpose:  Set user data. 
 
Prototype: 
void otk_radio_group_set_user_data (OtkRadioGroup* 
radios, void* user_data);
 
 
Parameters:  radios 
Pointer to the real instance 
user_data 
Pointer to the specified data 
 
Return: None 
otk_radio_group_get_user_data 
 
Purpose:  Get user data. 
 
Prototype: 
void* otk_radio_group_get_user_data (OtkRadioGroup* 
radios);
 
 
Parameter:  radios 
Pointer to the real instance 
 
Return:  Pointer to the specified data 
OtkScrollList 
The OtkScrollList widget is a list for packing an OtkList widget with an 
OtkScrollbar widget. OtkScrollList was inherited from OtkGroup. The 
properties are: 
"user_data"(void*:Read/Write) 
otk_scroll_list_init 
 
Purpose:  Initialize the instance to be OtkScrollList. 
 
Prototype: 
void otk_scroll_list_init (OtkScrollList* slist);
 
 
Parameter:  slist 
Pointer to the real instance 
 
Return: None