From 851555a3e26e6e37908696f45223896dc86e6d1c Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 27 Jan 2004 03:41:26 +0000 Subject: "" svn path=/trunk/; revision=1296 --- externals/grill/vst/src/Editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'externals/grill/vst/src/Editor.h') diff --git a/externals/grill/vst/src/Editor.h b/externals/grill/vst/src/Editor.h index b77d8916..e3f9a3d6 100644 --- a/externals/grill/vst/src/Editor.h +++ b/externals/grill/vst/src/Editor.h @@ -16,5 +16,8 @@ void SetupEditor(); void StartEditor(VSTPlugin *p); void StopEditor(VSTPlugin *p); void ShowEditor(VSTPlugin *p,bool show); +void MoveEditor(VSTPlugin *p,int x,int y); +void SizeEditor(VSTPlugin *p,int x,int y); +bool IsEditorShown(const VSTPlugin *p); #endif // __EDITOR_H -- cgit v1.2.1