aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-02 19:16:06 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-02 19:16:06 +0000
commita1ced8f4ec6edcd66b03dd8584e037d701ca95e6 (patch)
tree1e4d3f7e19e41f722b29e7b2db52f0698daf8efd /tcl_extras.h
parentbf7fa9e9d5cf903cf95e9d99a364d93cb3b754d8 (diff)
add support for save function (savefn)
svn path=/trunk/externals/tclpd/; revision=12190
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcl_extras.h b/tcl_extras.h
index 602ceef..ca396ac 100644
--- a/tcl_extras.h
+++ b/tcl_extras.h
@@ -59,6 +59,10 @@ t_tcl* tclpd_get_instance(const char* objectSequentialId);
t_object* tclpd_get_object(const char* objectSequentialId);
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);
+
+/* tcl_widgetbehavior.cxx */
void tclpd_guiclass_getrect(t_gobj* z, t_glist* owner, int* xp1, int* yp1, int* xp2, int* yp2);
void tclpd_guiclass_displace(t_gobj* z, t_glist* glist, int dx, int dy);
void tclpd_guiclass_select(t_gobj* z, t_glist* glist, int selected);