aboutsummaryrefslogtreecommitdiff
path: root/checkbutton.c
AgeCommit message (Collapse)Author
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