Main changes besides bug fixes, code cleanups and documentation updates:
- new pixmap widget
- app and window can set default height and width
- toolbar, menuItem and optionMenu can have custom icons
- table is now a combination of gtk table and gtk frame
- padding and alignment of label can be set
- the columns of the list widget can be sorted via a tcl callback
function and cell text retrieved
- binding on key and button event can have a parameter "detail" and
the correspondig callback functions have more percent
substitutions
- experimental: remote activation via goad
gnocl is a Tcl extension (package) which implements gtk and gnome
widgets.
gnocl does not try to be a direct mapping from gtk, but to provide
easy to use commands to build quickly gnome compliant user interfaces
(including canvas widget!). It is loosely modeled after the great Tk
package.
This version is tested with gtk version 1.2.10 and Tcl version 8.3.2
under Linux.
License: BSD type (same as Tcl)
Homepage: http://www.dr-baum.net/gnocl/
Contact: Peter G. Baum (pe...@dr-baum.net)
[[Send Tcl/Tk announcements to tcl-an...@mitchell.org
Send administrivia to tcl-announ...@mitchell.org
Announcements archived at http://groups.yahoo.com/group/tcl_announce/
The primary Tcl/Tk archive is ftp://ftp.neosoft.com/pub/tcl/ ]]
> Main changes besides bug fixes, code cleanups and documentation updates:
> - new pixmap widget
Is this 'gdk-pixmap'? If so, does it function without the rest of
gnocl/without X? That would be really great for those who want to do
image tweaking/loading/saving, sans X... on a web server, for
instance.
--
David N. Welton
Consulting: http://www.dedasys.com/
Free Software: http://people.debian.org/~davidw/
Apache Tcl: http://tcl.apache.org/
Personal: http://www.efn.org/~davidw/
No, it's gnome-pixmap. So it needs X.
Peter
You might want to check out TclGtk at tcl-gtk.sourceforge.net. It
wraps GdkPixbuf among a number of other libraries. Note that you'll
need the cvs versions of both TclGtk and GdkPixbuf.
Mark