Name

e_config_construct —

Synopsis

EConfig * e_config_construct (ep,  
 type,  
 id); 
EConfig *  ep;
int  type;
const char *  id;

Arguments

ep

The instance to initialise.

type

The type of configuration manager, E_CONFIG_BOOK or E_CONFIG_DRUID.

id

The name of the configuration window this manager drives.

Description

Used by implementing classes to initialise base parameters.

Return value

ep is returned.