Name

e_config_target_changed —

Synopsis

void e_config_target_changed (emp,  
 how); 
EConfig *  emp;
e_config_target_change_t  how;

Arguments

emp

how

Description

Indicate that the target has changed. This may be called by the self-aware target itself, or by the driving code. If how is E_CONFIG_TARGET_CHANGED_REBUILD, then the entire configuration widget may be recreated based on the changed target.

This is used to sensitise Druid next/back buttons and the Apply button for the Notebook mode.