So I want to exequte TCL code inside my programm. I want it to be capable of reaching some of my C++ functions and classes. So I use C++/TCL. All general TCL to C++ binding works fine for me. But now
Do anyone know why FocusOut event is not working on linux? I have 1 enabled textbox and 3 disabled combobox.
I\'m currently wrapping a command line tool (espeak) with Tcl/Tk, and I have figured this out so far:
When you compile TCL/Tk manually from sources or just install it from ActiveState you get the following structure in your TCL/Tk installation folder:
So it is great of C++/TCL to provide us with easy manageable in TCL C++ functions and classes via APIs like:
I am writing a code to grep a regular expression pattern from a file, and output that regular expression and the number of times it has occured.
In TCL\'s Itcl package the开发者_如何学Gore is a way to define a class and static members for that class using common keyword. But I have never seen that common variable was declared as private or pub
I want to have an array as a private class member. I use Itcl package. For lists and other 开发者_开发知识库simple variables I was writing:
I have two question about namespace in Tcl.开发者_运维技巧 namespace eval ::dai { set a 5 set b 10
I want to get a word in a stri开发者_如何学JAVAng which starts with abc_ or with xyz_ by writing a regexp.