Age | Commit message (Collapse) | Author |
|
svn path=/trunk/externals/tkwidgets/; revision=9068
|
|
that loadbanging [set( messages can work. The same logic needs to be
applied to the options messages too...
svn path=/trunk/externals/tkwidgets/; revision=9052
|
|
(i.e. .x6b1820.c.frame6b1b50.widget6b1b50) This will allow people to use
[sys_gui] to send Tcl commands to the widget in order to manipulate the
insert cursor and the tags, among other things.
- made the [key( message work with all ASCII 127 except { arg, I need to find
how on earth to escape it. Also, it would be good to support beyond ASCII
127, i.e. accents, umlauts, etc.
svn path=/trunk/externals/tkwidgets/; revision=9051
|
|
- moved scrollbar handling to tkwidgets.c
svn path=/trunk/externals/tkwidgets/; revision=9032
|
|
- got full querying working, including C-side attributes
- starting working on store/restore/save mechanism, but was stymied by how to
trigger the store_options() callback so that the stuff can be saved.
- removed [entry]'s old attribute storage where redundant
svn path=/trunk/externals/tkwidgets/; revision=9004
|
|
got options working from the inlet, including using multiple atoms in one optiion
svn path=/trunk/externals/tkwidgets/; revision=9000
|