index
:
svn2git/libraries/tkwidgets.git
externals/tkwidgets
tkwidgets: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checkbutton.c
Age
Commit message (
Expand
)
Author
2007-11-27
- added [query id( message to get the Tk ID of the checkbutton widget so
Hans-Christoph Steiner
2007-11-26
enabled select function, which I forgot earlier
Hans-Christoph Steiner
2007-11-26
don't draw iolets when in GOP; erase_iolets() is not necessary in eraseme() s...
Hans-Christoph Steiner
2007-11-24
added [set( and [options( methods, but still have to figure out how to deal w...
Hans-Christoph Steiner
2007-11-24
added 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-24
cleaned up code and made it nice and organized :D
Hans-Christoph Steiner
2007-11-24
moved inlet/outlet counts to tkwidgets.h
Hans-Christoph Steiner
2007-11-24
- created tkwidgets_list_options() to query which Tk options are supported
Hans-Christoph Steiner
2007-11-23
Fixed these:
Hans-Christoph Steiner
2007-11-22
added displace function from text.c
Hans-Christoph Steiner
2007-11-22
- moved iolet drawing/erasing to tkwidgets common
Hans-Christoph Steiner
2007-11-21
- created functions to generate all the various Tk IDs and tags and ported
Hans-Christoph Steiner