Russell McManus wrote:
Vadim vadim@vkonovalov.ru writes:
Russell McManus wrote:
Are there any examples around of how to write a compound widget in ltk? In particular, I'd like to try to write something like the Notebook widget that's available in perl/tk.
Tcl/Tk has several different notebooks, widgets, why just not using BLT's one (which is the best, to my taste)?
How does one use the BLT widgets?
first look at BLT samples at http://wiki.tcl.tk/199 http://blt.sf.net
then you can manipulate widget creation with (format-wish ......)
Look at samples within ltk.
Just noticed - I saw BWidget.lisp within ltk, BWidget is another Tcl/Tk package, and it also contains notebook widget, btw.
Best regards, Vadim.