aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
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);