aboutsummaryrefslogtreecommitdiff
path: root/toxy/widgettype.h
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2004-02-19 22:23:18 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2004-02-19 22:23:18 +0000
commitd0f6986345970955d6390a6953c35babf587c262 (patch)
treeb9c55d804a317558da506f9655ff495856ef47d8 /toxy/widgettype.h
parentd405128358369b5b7424c086c67345d12edfde7d (diff)
many small improvements in toxy, plustot added
svn path=/trunk/externals/miXed/; revision=1321
Diffstat (limited to 'toxy/widgettype.h')
-rw-r--r--toxy/widgettype.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/toxy/widgettype.h b/toxy/widgettype.h
index 55c8e9d..d0df8c6 100644
--- a/toxy/widgettype.h
+++ b/toxy/widgettype.h
@@ -21,10 +21,11 @@ char *widgettype_propname(t_symbol *s);
char *widgettype_getcontents(t_widgettype *wt, int *szp);
int widgettype_evaluate(t_widgettype *wt, t_scriptlet *outsp,
int visedonly, int ac, t_atom *av, t_props *argprops);
+void widgettype_setup(void);
+
+char *masterwidget_getcontents(int *szp);
int masterwidget_evaluate(t_scriptlet *outsp, int visedonly,
int ac, t_atom *av, t_props *argprops);
void masterwidget_initialize(void);
-void widgettype_setup(void);
-
#endif