Intermec ck1 Guía De Referencia

Descargar
Página de 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
181 
otk_entry_set_prev_sibling 
 
Purpose:  Set the previous sibling of the specified entry. 
 
Prototype: 
void otk_entry_set_prev_sibling (OtkEntry* oep
OtkWidget* prevwidget);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
prevwidget 
Pointer of the previous widget 
 
Return: None 
otk_entry_set_next_sibling 
 
Purpose:  Set the next sibling of the specified entry. 
 
Prototype: 
void otk_entry_set_next_sibling (OtkEntry* oep
OtkWidget* nextwidget);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
nextwidget 
Pointer of the next widget 
 
Return: None 
otk_entry_set_event_handler 
 
Purpose:  Set the event handler of the specified entry. 
 
Prototype: 
void otk_entry_set_event_handler (OtkEntry* oep
OtkWidgetEventHandler eventhandler);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
eventhandler 
Pointer of the event handler function 
 
Return: None 
otk_entry_set_drawing_func 
 
Purpose:  Set the drawing function of the specified entry. 
 
Prototype: 
void otk_entry_set_drawing_func (OtkEntry* oep
OtkWidgetDrawingFunc drawingfunc);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
drawingfunc 
Pointer of the drawing function 
 
Return: None