From b0114d623806df53bce55158e4ef89d62648da68 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 14 Nov 2007 03:51:35 +0000 Subject: got a quick working example pretty much straight from ggee's image.c; I need to get the shared dylib working before working on a new objectclass svn path=/trunk/externals/tkwidgets/; revision=9002 --- shared/tkwidgets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/tkwidgets.h') diff --git a/shared/tkwidgets.h b/shared/tkwidgets.h index 7ecd521..9365a7c 100644 --- a/shared/tkwidgets.h +++ b/shared/tkwidgets.h @@ -40,6 +40,8 @@ /* this should be part of the Pd API */ t_symbol *canvas_getname(t_canvas *canvas); +void tkwidgets_setcallbackname(void *x, char *widget_name); + // TODO perhaps I should try to use glist_drawiofor() from g_text.c void draw_inlets(t_object *x, t_glist *glist, int firsttime, int total_inlets, int total_outlets); -- cgit v1.2.1