Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
163 
otk_popup_window_get_user_data 
 
Purpose:  Get user data. 
 
Prototype: 
void* otk_popup_window_get_user_data (OtkPopupWindow* 
popwin);
 
 
Parameter:  popwin 
Pointer to the real instance 
 
Return:  Pointer to the specified data 
OtkRadioGroup 
OtkRadioGroup is a choice from multiple toggle buttons. 
OtkRadioGroup was inherited from OtkGroup. The properties are: 
"user_data"(void*:Read/Write) 
otk_radio_group_init 
 
Purpose:  Initialize the instance to be an OtkRadioGroup widget. 
 
Prototype: 
void otk_radio_group_init(OtkRadioGroup* radios);
 
 
Parameter:  radios 
Pointer to the real instance 
 
Return:  None 
otk_radio_group_append 
 
Purpose:  Append a toggle button to the radio group. 
 
Prototype: 
OTK_BOOL otk_radio_group_append(OtkRadioGroup* radios
OtkToggleButton* tbutton);
 
 
Parameters:  radios 
Pointer to the real instance 
tbutton 
Pointer to the OtkToggleButton instance which will be 
grouped 
 
Return: OTK_TRUE 
If 
okay 
otk_radio_group_set_grab_item 
 
Purpose:  Set an entry in the OtkRadioGroup to be the single choice. 
 
Prototype: 
void otk_radio_group_set_grab_item(OtkRadioGroup* radios
OtkToggleButton* tbutton);
 
 
Parameters:  radios 
Pointer to the real instance 
tbutton 
Toggle button in OtkRadioGroup 
 
Return: None