From 48e9b7dce4633d9ec53099ba8a31264806cd975e Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sun, 13 Sep 2009 00:22:11 +0000 Subject: add support for properties function svn path=/trunk/externals/tclpd/; revision=12325 --- tcl_extras.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcl_extras.h') diff --git a/tcl_extras.h b/tcl_extras.h index ad95dc1..9c38f58 100644 --- a/tcl_extras.h +++ b/tcl_extras.h @@ -65,6 +65,7 @@ t_pd* tclpd_get_object_pd(const char* objectSequentialId); void poststring2(const char* s); extern "C" void text_save(t_gobj *z, t_binbuf *b); void tclpd_save(t_gobj* z, t_binbuf* b); +void tclpd_properties(t_gobj* z, t_glist* owner); /* tcl_widgetbehavior.cxx */ void tclpd_guiclass_getrect(t_gobj* z, t_glist* owner, int* xp1, int* yp1, int* xp2, int* yp2); -- cgit v1.2.1