![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveAdding new ItemType to Canvas
From: Jingzhao Ou <jingzhao.ou@gmail.com>
Date: Sat Sep 17 2005 - 22:05:26 CEST
Dear all,
I want to add a new ItemType to the Canvas widget. The implemenation
I checked out the source code of Tk. It seems that this is possible
Then, I look at "TkCanvLine.c". I copied this file into a new directory
=============================================================
However, to compile the file, the following header files are required:
#include "tkInt.h"
I am trying to get the new C file work with ActiveTcl. (1) The
(3) My current problem is how to deal with "tkPort.h"? It is not
Can any one kindly give me some suggestions on how to resolve the above
Thanks a lot!
Best regards,
|