diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-23 23:47:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-23 23:47:00 +0000 |
commit | 91e2f3ffda622e180b88bb8ae0fa6ebbb42c8888 (patch) | |
tree | b90295c2e4e3ab9334edc6bc13a6b1ab2ca34934 /shared/tkwidgets.c | |
parent | 7afcd906f1e9e9e26609d168d1820b39b349c5a9 (diff) |
Fixed these:
/* TODO: add size to query and save */
/* TODO: add scrollbars to query and save */
/* TODO: remove glist from _erase() args */
svn path=/trunk/externals/tkwidgets/; revision=9027
Diffstat (limited to 'shared/tkwidgets.c')
-rw-r--r-- | shared/tkwidgets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/tkwidgets.c b/shared/tkwidgets.c index cf7418d..eec524a 100644 --- a/shared/tkwidgets.c +++ b/shared/tkwidgets.c @@ -165,6 +165,7 @@ void tkwidgets_draw_iolets(t_object *x, t_glist *glist, t_symbol *canvas_id, int x_location = text_xpix(x, glist); int y_location = text_ypix(x, glist); +/* TODO: make inlets draw on top of widget */ for (i = 0; i < total_inlets; i++) /* inlets */ { onset = calculate_onset(x_location, width, i, total_inlets); |