DragonFly On-Line Manual Pages

Search: Section:  


EZ_SetExecutorCommand(3)        EZWGL Functions       EZ_SetExecutorCommand(3)

NAME

EZ_SetExecutorCommand - set the shell command for an executor

SYNOPSIS

#include <EZ.h> void EZ_SetExecutorCommand( EZ_Widget *executor, char *cmd, char *args)

ARGUMENTS

executor Specifies an executor widget. cmd Specifies command name. args Specifies the command arguments to be passed to cmd.

DESCRIPTION

An executor widget executes other EZWGL applications and embededs the toplevel windows to its widget window. EZ_SetExecutorCommand sets the shell command to be executed by the executor. If executor is visible and is currently executing other commands, this procedure terminates the running commands and starts the specified one. EZWGL EZ_SetExecutorCommand(3)

Search: Section: