aboutsummaryrefslogtreecommitdiff
path: root/checkbutton-help.pd
AgeCommit message (Collapse)Author
2007-11-27- added [query id( message to get the Tk ID of the checkbutton widget soHans-Christoph Steiner
people can do Tcl madness directly using [sys_gui] svn path=/trunk/externals/tkwidgets/; revision=9053
2007-11-24added [set( and [options( methods, but still have to figure out how to deal ↵Hans-Christoph Steiner
with 'offvalue/onvalue' properly svn path=/trunk/externals/tkwidgets/; revision=9035
2007-11-24added float and bang methods to checkbutton, the float method needs some ↵Hans-Christoph Steiner
work on the logic svn path=/trunk/externals/tkwidgets/; revision=9034
2007-11-24- got the basics of checkbutton working, but I don't think it's saving yet.Hans-Christoph Steiner
- fixed minor namespace bug in text.c svn path=/trunk/externals/tkwidgets/; revision=9033
2007-11-22- moved iolet drawing/erasing to tkwidgets commonHans-Christoph Steiner
- added iolets roughly to [checkbutton] - cleaned up naming in text.c a bit - moved t_widgetbehavior setup to textwidget_setup() svn path=/trunk/externals/tkwidgets/; revision=9021
2007-11-21- created functions to generate all the various Tk IDs and tags and portedHans-Christoph Steiner
text.c to use those functions - started sketch for checkbutton.c svn path=/trunk/externals/tkwidgets/; revision=9020