aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-13 00:22:11 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-13 00:22:11 +0000
commit48e9b7dce4633d9ec53099ba8a31264806cd975e (patch)
treedf45fe440bd57f236e82a8bd5f63c95d102ed96d /tcl_extras.h
parent380f3a12dca0cce428809dbd4ed79340b0df9ccc (diff)
add support for properties function
svn path=/trunk/externals/tclpd/; revision=12325
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h1
1 files changed, 1 insertions, 0 deletions
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);