From 45464826849ab68693a3ed21c2d50ede00c50e67 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 13 Nov 2004 03:30:49 +0000 Subject: fix for showing attributes on select (and recreate the object on edit) svn path=/trunk/; revision=2265 --- externals/grill/flext/source/flclass.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'externals/grill/flext/source/flclass.h') diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h index 5183c5fa..9a502be5 100644 --- a/externals/grill/flext/source/flclass.h +++ b/externals/grill/flext/source/flclass.h @@ -861,6 +861,10 @@ private: static void cb_GfxProperties(t_gobj *c, t_glist *); static void cb_GfxVis(t_gobj *c, t_glist *gl, int vis); static void cb_GfxSave(t_gobj *c, t_binbuf *b); + static void cb_GfxSelect(t_gobj *x, struct _glist *glist, int state); + + void BinbufArgs(t_binbuf *b,t_binbuf *args,bool withname); + void BinbufAttr(t_binbuf *b); #endif // proxy object (for additional inlets) -- cgit v1.2.1