aboutsummaryrefslogtreecommitdiff
path: root/checkbutton.c
AgeCommit message (Expand)Author
2010-09-14ported to slightly modified template MakefileHans-Christoph Steiner
2007-11-27- added [query id( message to get the Tk ID of the checkbutton widget soHans-Christoph Steiner
2007-11-26enabled select function, which I forgot earlierHans-Christoph Steiner
2007-11-26don't draw iolets when in GOP; erase_iolets() is not necessary in eraseme() s...Hans-Christoph Steiner
2007-11-24added [set( and [options( methods, but still have to figure out how to deal w...Hans-Christoph Steiner
2007-11-24added float and bang methods to checkbutton, the float method needs some work...Hans-Christoph Steiner
2007-11-24- got the basics of checkbutton working, but I don't think it's saving yet.Hans-Christoph Steiner
2007-11-24cleaned up code and made it nice and organized :DHans-Christoph Steiner
2007-11-24moved inlet/outlet counts to tkwidgets.hHans-Christoph Steiner
2007-11-24- created tkwidgets_list_options() to query which Tk options are supportedHans-Christoph Steiner
2007-11-23Fixed these:Hans-Christoph Steiner
2007-11-22added displace function from text.cHans-Christoph Steiner
2007-11-22- moved iolet drawing/erasing to tkwidgets commonHans-Christoph Steiner
2007-11-21- created functions to generate all the various Tk IDs and tags and portedHans-Christoph Steiner