Intermec ck1 参照ガイド

ページ / 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
147 
otk_cell_box_get_selected_row 
 
Purpose:  Get the row index of the cell selected from the specified OtkCellBox 
widget. 
 
Prototype: 
int otk_cell_box_get_selected_row(OtkCellBox* cellbox);
 
 
Parameter:  cellbox 
Pointer to the real instance 
 
Return:  Column index of the cell selected 
otk_cell_box_set_user_data 
 
Purpose:  Set user data. 
 
Prototype: 
void otk_cell_box_set_user_data (OtkCellBox* cellbox
void* user_data);
 
 
Parameter:  cellbox 
Pointer to the real instance 
user_data 
Pointer to the specified data 
 
Return: None 
otk_cell_box_get_user_data 
 
Purpose:  Get user data. 
 
Prototype: 
void otk_cell_box_init (OtkCellBox* cellbox);
 
 
Parameter:  cellbox 
Pointer to the real instance 
 
Return:  Pointer to the specified data 
OtkCheckButton 
OtkCheckButton creates a button with a check box. OtkCheckButton was 
inherited from OtkButton. The properties are: 
"user_data"(void*:Read/Write) 
otk_check_button_init 
 
Purpose:  Initialize the instance to be an OtkCheckButton widget. 
 
Prototype: 
void otk_check_button_init(OtkCheckButton* cbutton);
 
 
Parameter:  cbutton 
Pointer to the real instance 
 
Return: None