Header: Gadgets.H
Class: Writable Fields
Syntax:
extern _kernel_oserror *writablefield_set_allowable
(
unsigned int flags,
ObjectId window,
ComponentId writable,
char *allowed
);
Purpose: Function defines the set of values (declared in allowable) that can be input into the writable icon specified in ComponentId. If the string is NULL then all characters are allowed. This functionality can be set in the writable field's attributes in !ResEd.
|
|
|