Main changes besides bug fixes, code cleanups and documentation updates:
- drag and drop support
- many enhancements to table widget
- widgets can be aligned in table and box widgets
- new widget eventBox
- new command "invoke" for most widgets with "-command" option
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 and drag 'n drop.
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/ ]]
I suppose you used the drag'n'drop as implemented by gtk?
I still cannot find out what is wrong with the gtk implementation of
XDND, as gtk apps seem to be able to do drag'n'drop only with
other gtk apps. Whne writting the tkdnd extension I wrote an XDND
implementation from scratch, but this seems to only work with
Qt & KDE. Also you cannot use drag'n'drop among Qt & gtk apps.
Any ideas what may be wrong? (For sure you know gtk far better
than me. I tried to look in their code in order to identify
the problem but without success...)
George
> I still cannot
> find out what is wrong with the gtk implementation of XDND, as gtk apps
> seem to be able to do drag'n'drop only with other gtk apps.
?? Just tested gnocl with test-dnd.tcl with KWrite under gnome: works with
text/plain ok.
> Whne
> writting the tkdnd extension I wrote an XDND implementation from
> scratch, but this seems to only work with Qt & KDE. Also you cannot use
> drag'n'drop among Qt & gtk apps. Any ideas what may be wrong?
Sorry, I just used the gtk functions. I don't know neither the XDND
protocol nor tkdnd.
Peter
Can you also drop (image) files from Konqueror into gimp?
George