/*
 editor.h
*/

#ifndef editor_h
#define editor_h

void update_syn_vars(int *blk);
int read_numeric_value(int win, int icon);
_kernel_oserror *synth_command(int reason, int data);
void open_editor(void);
void close_editor(void);
void set_editor_pane(int icon);
int edt_slider_control(int *blk);
int edt_mouse_click(int *blk, int state);
int edt_key_press(int *blk, int key, char *p);
void kit_check(void);

#endif
