int MGetShadowOption (const char *obj_name, int *shadow, int *i_t, int *o_t)

Retrieves a Shadow option from the resource database

Documentation

Retrieves a Shadow option from the resource database. A Shadow option is stored in the application or the MGUI resource files using an option named "shadow".
Returns:
If the option is found, a boolean value of 'True' is returned by the function and the Shadow values are stored in the variables pointed to by the appropriate parameters. Otherwise the value 'False' is returned.
Parameters:
obj_name - Specifies the name of the object. An object in the DOS and Windows resource file is defined by enclosing its name in brackets and it is followed by option definitions.
shadow - Points to a variable that will contain the shadow type on return.
i_t - Points to a variable that will contain the internal thickness on return.
o_t - Points to a variable that will contain the out thickness on return.
See Also:
MSetShadowOption

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++