Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
171 
otk_editable_set_flag 
 
Purpose:  Set the flag of the specified editable instance. 
 
Prototype: 
void otk_editable_set_flag(OtkEditable* oep
OTK_FLAG_MASK flag);
 
 
Parameters:  oep 
Pointer of the specified editable instance 
flag Flag 
 
Return: None 
otk_editable_set 
 
Purpose:  Set the common properties of the specified editable instance. 
 
Prototype: 
void otk_editable_set (OtkEditable* oep, OtkWidget* 
pwidget, int x, int y, int w, int h);
 
 
Parameters:  oep   
Pointer of the specified editable instance 
pwidget 
Pointer of the parent widget 
x 
X coordinate of the editable instance’s position 
y 
Y coordinate of the editable instance’s position 
w 
Width of the editable instance 
h 
Height of the editable instance 
 
Return: None 
otk_editable_set_sibling 
 
Purpose:  Set the sibling widgets of the specified editable instance. 
 
Prototype: 
void otk_editable_set_sibling (OtkEditable* oep
OtkWidget* prevwidget, OtkWidget* nextwidget);
 
 
Parameters:  oep   
Pointer of the specified editable instance 
prevwidget 
Pointer of the previous widget 
nextwidget 
Pointer of the next widget 
 
Return: None 
otk_editable_set_autoset 
 
Purpose:  Set the auto set property of the specified editable instance. 
 
Prototype: 
void otk_editable_set_autoset (OtkEditable* oep, OTK_BOOL 
autoset);