e_config_set_target —
void e_config_set_target ( | emp, | |
target); |
| EConfig * | emp; |
| EConfigTarget * | target; |
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.