Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
182 
CK1 SDK Programmer’s Reference Manual 
otk_entry_set_flag 
 
Purpose:  Set the flag of the specified entry. 
 
Prototype: 
void otk_entry_set_flag(OtkEntry* oep, OTK_FLAG_MASK 
flag);
 
 
Parameters:  oep 
Pointer of the specified entry instance 
flag Flag 
 
Return: None 
otk_entry_set 
 
Purpose:  Set the common properties of the specified entry. 
 
Prototype: 
void otk_entry_set (OtkEntry* oep, OtkWidget* pwidget
int x, int y, int w, int h); 
 
Parameters:  oep   
Pointer of the specified entry instance 
pwidget 
Pointer of the parent widget 
x 
X coordinate of the entry’s position 
y 
Y coordinate of the entry’s position 
w 
Width of the entry 
h 
Height of the entry 
 
Return: None 
otk_entry_set_sibling 
 
Purpose:  Set the sibling widgets of the specified entry. 
 
Prototype: 
void otk_entry_set_sibling (OtkEntry* oep, OtkWidget* 
prevwidget, OtkWidget* nextwidget);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
prevwidget 
Pointer of the previous widget 
nextwidget 
Pointer of the next widget 
 
Return: None 
otk_entry_set_color 
 
Purpose:  Set the color of the specified entry. 
 
Prototype: 
void otk_entry_set_color(OtkEntry* oep, OTK_COLOR fcolor
OTK_COLOR bcolor);