diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-24 07:30:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-24 07:30:33 +0000 |
commit | d334e8fd711b32194a4442b846a21fcffa046012 (patch) | |
tree | 56dceaf8dd957d2930d439e3ef7fbbb5765533b7 /shared | |
parent | 397f32c7485ac4ce497423e9cec2c21f5deffa52 (diff) |
added float and bang methods to checkbutton, the float method needs some work on the logic
svn path=/trunk/externals/tkwidgets/; revision=9034
Diffstat (limited to 'shared')
-rw-r--r-- | shared/tkwidgets.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/tkwidgets.c b/shared/tkwidgets.c index a5d1b8c..f238669 100644 --- a/shared/tkwidgets.c +++ b/shared/tkwidgets.c @@ -20,6 +20,8 @@ */ +/* TODO apply store logic to query so query doesn't send blank options */ + #include "tkwidgets.h" #include <stdio.h> #include <string.h> |