To executes an EZwgl application inside an executor, use
void EZ_SetExecutorCommand(EZ_Widget *executor
char *command, char *args)
This function executes an external EZwgl application inside
the widget window of executor
. If executor
is
currently running an application, it will be terminated. If the
new application has multiple toplevel windows, only the first
main window will be embeded.