Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
190 
CK1 SDK Programmer’s Reference Manual 
otk_maskedit_set_gc_foreground_color 
 
Purpose:  Set the foreground color of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_gc_foreground_color (OtkMaskEdit* 
oep, OTK_COLOR fcolor);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
fcolor 
New foreground color 
 
Return: None 
otk_maskedit_set_position 
 
Purpose:  Set the position of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_position (OtkMaskEdit* oep, int x, int y);
 
 
Parameters:  oep 
Pointer of the specified mask edit instance 
x 
X coordinate of the position 
y 
Y coordinate of the position 
 
Return: None 
otk_maskedit_set_size 
 
Purpose:  Set the size of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_size (OtkMaskEdit* oep, int width
int height);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
width Width 
height Height 
 
Return: None 
otk_maskedit_set_parent 
 
Purpose:  Set the parent widget of the specified mask edit. 
 
Prototype: 
void otk_maskedit_set_parent (OtkMaskEdit* oep,OtkWidget* 
pwidget);
 
 
Parameters:  oep   
Pointer of the specified mask edit instance 
pwidget 
Pointer of the parent widget 
 
Return: None