Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
191 
otk_maskedit_set_prev_sibling 
 
Purpose:  Set the previous sibling of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_prev_sibling (OtkMaskEdit* oep
OtkWidget* prevwidget);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
prevwidget 
Pointer of the previous widget 
 
Return: None 
otk_maskedit_set_next_sibling 
 
Purpose:  Set the next sibling of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_next_sibling (OtkMaskEdit* oep
OtkWidget* nextwidget);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
nextwidget 
Pointer of the next widget 
 
Return: None 
otk_maskedit_set_event_handler 
 
Purpose:  Set the event handler of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_event_handler (OtkMaskEdit* oep
OtkWidgetEventHandler eventhandler);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
eventhandler 
Pointer of the event handler function 
 
Return: None 
otk_maskedit_set_drawing_func 
 
Purpose:  Set the drawing function of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_drawing_func (OtkMaskEdit* oep
OtkWidgetDrawingFunc drawingfunc);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
drawingfunc 
Pointer of the drawing function 
 
Return: None