aboutsummaryrefslogtreecommitdiff
path: root/checkbutton.c
AgeCommit message (Collapse)Author
2010-09-14ported to slightly modified template MakefileHans-Christoph Steiner
svn path=/trunk/externals/tkwidgets/; revision=14135
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-26enabled select function, which I forgot earlierHans-Christoph Steiner
svn path=/trunk/externals/tkwidgets/; revision=9046
2007-11-26don't draw iolets when in GOP; erase_iolets() is not necessary in eraseme() ↵Hans-Christoph Steiner
since Tk's destroy is recursive and is using all_tag svn path=/trunk/externals/tkwidgets/; revision=9044
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-24cleaned up code and made it nice and organized :DHans-Christoph Steiner
svn path=/trunk/externals/tkwidgets/; revision=9031
2007-11-24moved inlet/outlet counts to tkwidgets.hHans-Christoph Steiner
svn path=/trunk/externals/tkwidgets/; revision=9030
2007-11-24- created tkwidgets_list_options() to query which Tk options are supportedHans-Christoph Steiner
- removed set_tk_widgets_ids() from places where it wasn't need AFAIK - minor renames and cleanups svn path=/trunk/externals/tkwidgets/; revision=9029
2007-11-23Fixed these:Hans-Christoph Steiner
/* 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
2007-11-22added displace function from text.cHans-Christoph Steiner
svn path=/trunk/externals/tkwidgets/; revision=9022
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