Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
179 
otk_entry_init 
 
Purpose:  Initialize the specified entry. 
 
Prototype: 
void otk_entry_init (OtkEntry* oep);
 
 
Parameter:  oep 
Pointer of the specified entry instance 
 
Return: None 
otk_entry_set_visible 
 
Purpose:  Switch the visible state of the specified entry. 
 
Prototype: 
void otk_entry_set_visible (OtkEntry* oep, OTK_BOOL 
visible);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
visible 
New value of the visible state 
 
Return: None 
otk_entry_set_sensitive 
 
Purpose:  Switch the sensitive state of the specified entry. 
 
Prototype: 
void otk_entry_set_sensitive (OtkEntry* oep, OTK_BOOL 
sensitive);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
sensitive 
New value of the sensitive state 
 
Return: None 
otk_entry_set_gc_background_color 
 
Purpose:  Set the background color of the entry. 
 
Prototype: 
void otk_entry_set_gc_background_color (OtkEntry* oep
OTK_COLOR bcolor);
 
 
Parameters:  oep   
Pointer of the specified entry instance 
bcolor 
New background color 
 
Return:  None