Name

e_config_set_target —

Synopsis

void e_config_set_target (emp,  
 target); 
EConfig *  emp;
EConfigTarget *  target;

Arguments

emp

An initialised EConfig.

target

A target allocated from emp.

Description

Sets the target object for the config window. Generally the target is set only once, and will supply its own “changed” signal which can be used to drive the modal. This is a virtual method so that the implementing class can connect to the changed signal and initiate a e_config_target_changed call where appropriate.