Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
CK1 SDK Programmer’s Reference Manual 
189 
otk_maskedit_init 
 
Purpose:  Initialize the specified mask edit. 
 
Prototype: 
void otk_maskedit_init (OtkMaskEdit* oep);
 
 
Parameter:  oep 
Pointer of the specified mask edit instance 
 
Return: None 
otk_maskedit_set_visible 
 
Purpose:  Switch the visible state of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_visible (OtkMaskEdit* oep, OTK_BOOL 
visible);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
visible 
New value of the visible state 
 
Return: None 
otk_maskedit_set_sensitive 
 
Purpose:  Switch the sensitive state of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_sensitive (OtkMaskEdit* oep
OTK_BOOL sensitive);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
sensitive 
New value of the sensitive state 
 
Return: None 
otk_maskedit_set_gc_background_color 
 
Purpose:  Set the background color of the mask edit. 
 
Prototype: 
void otk_maskedit_set_gc_background_color (OtkMaskEdit* 
oep, OTK_COLOR bcolor);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
bcolor 
New background color 
 
Return: None