Replacing the Logical Attribute Array for a Designer Library

You can replace the logical attribute array used by a Designer library by calling the set Designer library logical attributes function, sdl_latt():

void sdl_latt(libname_stp, latt)
 
UCHAR *libname_stp;
/* Name of Designer library 
*/
UCHAR *latt;    
/* Pointer to new logical attribute array
*/

For example, to set the Designer library to use the system logical attributes, specify LATT_SYS for latt.


Home Contents Previous Next