comp.lang.ada
 help / color / mirror / Atom feed
* thick Tcl binding, am I being logical ?
@ 2014-01-13 23:03 Patrick
  2014-01-14 17:43 ` Simon Wright
  0 siblings, 1 reply; 5+ messages in thread
From: Patrick @ 2014-01-13 23:03 UTC (permalink / raw)


Hi Everyone

I was tinkering with Tash again today. 

It has code like this:
Tcl.Tk.Ada.Pack (Counter, "-side bottom -fill both");

This calls the geometry manger to control the layout of the widget Counter.

In pure Tcl it is:
pack .counter -side bottom -fill both

Tash is about 20K lines of code(in the src dir). There are some examples and it's not a bad project or anything. It's just that since Tcl/Tk changed it's API, it's a pretty thin binding.

I was wondering if it would be logical to create a thick binding to Tcl only and feed in Tcl strings to display Tk widgets rather then trying to bind the Tk code as well.

I frequently go on coding suicide missions, Am I on another? Does this sound logical?

Thanks-Patrick


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-19 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-13 23:03 thick Tcl binding, am I being logical ? Patrick
2014-01-14 17:43 ` Simon Wright
2014-01-16  1:33   ` Patrick
2014-01-16 12:30   ` Simon Wright
2014-01-19 17:56     ` Simon Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox