> I see that vtsetup knows about BLT, BWidget, Itcl (??), Table, Tablelist,
> Tix, Tk, and Vtcl (??) widgets.
> 
> However, missing are the Vu widgets, widgets like
> tkpiechart, various image related widgets, 
> Agenetk widgets, bioTk widgets, tkhtml or some other
> web browsing widget, button menu widget, widgets from that
> Effective Tcl/Tk book, canvas icon/edge/graph widgets, 
> ClassyTk widgets, other of the Brian Oakley widgets (icombobox,
> multicolumn listbox, etc.), custom text widgets, dataviewer
> widget, etc.  Lots of widgets listed in 
> <URL: http://wiki.tcl.tk/ > and
> <URL: http://www.purl.org/NET/Tcl-FAQ/part5.html>
> as well as likely other places.
> 
> I'm not asking anyone to build all of these - just 
> wondering where there is doc so that someone who
> _wants_ to build one or more of those can do so, and
> then hopefully contribute it back to vtcl source
> projects.

    Unfortunately, we never really made any kind of tool for adding a widget
set.  And, by that same token, we never made a lot of documentation on the
subject.  The simplest answer is to look at the current widget sets and
mimic their behavior.

    Each library requires a lib_<libname>.tcl file in the lib/ directory,
and a <libname>/ directory in the lib/Widgets/.  Each widget in a library
is defined in a .wgt file in that subdirectory.

    Again, the documentation is light, if nonexistent.  Taking a look at
how the widgets in another library are done is the easiest way to learn more
about it.

Damon



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to