Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
169 
otk_editable_init 
 
Purpose:  Initialize the specified editable instance. 
 
Prototype: 
void otk_editable_init (OtkEditable* oep);
 
 
Parameter:  oep 
Pointer of the specified editable instance 
 
Return: None 
otk_editable_set_position 
 
Purpose:  Set the position of the specified editable instance. 
 
Prototype: 
void otk_editable_set_position (OtkEditable* oep, int x
int y);
 
 
Parameters:  oep 
Pointer of the specified editable instance 
x 
X coordinate of the position 
y 
Y coordinate of the position 
 
Return: None 
otk_editable_set_size 
 
Purpose:  Set the size of the specified editable instance. 
 
Prototype: 
void otk_editable_set_size (OtkEditable* oep, int width
int height);
 
 
Parameters:  oep   
Pointer of the specified editable instance 
width Width 
height Height 
 
Return: None 
otk_editable_set_parent 
 
Purpose:  Set the parent widget of the specified editable instance. 
 
Prototype: 
void otk_editable_set_parent (OtkEditable* oep,OtkWidget* 
pwidget);
 
 
Parameters:  oep   
Pointer of the specified editable instance 
pwidget 
Pointer of the parent widget 
 
Return: None