5 Copyright © 2012, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <intuition/classusr.h>
34 TEXT
*cmd_template
; // template string from outfile
39 BOOL do_execute
; // TRUE if Execute button was clicked
46 BOOL
create_gui(struct Req
*req
);
47 BOOL
handle_gui(struct Req
*req
);
48 void cleanup_gui(void);
49 BOOL
get_gui_bool(struct CArg
*carg
);
50 CONST_STRPTR
get_gui_string(struct CArg
*carg
);
51 BOOL
set_defaults(struct Req
*req
);
53 #define VERSION "$VER: R 1.2 (12.09.2012)"