Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
165 
otk_scroll_list_get_list 
 
Purpose:  Every OtkScrollList widget has its own OtkList widget. To operate the 
OtkList functions more conveniently, use the otk_scroll_list_get_list 
function. 
 
Prototype: 
OtkList* otk_scroll_list_get_list (OtkScrollList* slist);
 
 
Parameter:  slist 
Pointer to the real instance 
 
Return:  OtkList widget of the specified OtkScrollList 
otk_scroll_list_set_user_data 
 
Purpose:  Set user data. 
 
Prototype: 
void otk_scroll_list_set_user_data (OtkScrollList* slist
void* user_data);
 
 
Parameters:  slist   
Pointer to the real instance 
user_data 
Pointer to the specified data 
 
Return: None 
otk_scroll_list_get_user_data 
 
Purpose:  Get user data. 
 
Prototype: 
void* otk_scroll_list_get_user_data (OtkScrollList* slist);
 
 
Parameter:  slist 
Pointer to the real instance 
 
Return:  Pointer to the specified data 
OtkTab 
The OtkTab widget is the main component of OtkTabGroup. You can 
view it as a page with a bookmark. All its child widgets are accessed 
through the bookmark. OtkTab was inherited from OtkButton. The 
properties are: 
"user_data"(void*:Read/Write) 
otk_tab_init 
 
Purpose:  Initialize the instance to be an OtkTab widget. 
 
Prototype: 
void otk_tab_init(OtkTab* tab);
 
 
Parameter:  tab 
Pointer to the real instance 
 
Return: None