Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANNOUNCE: gnocl 0.0.9

1 view
Skip to first unread message

Peter G. Baum

unread,
Jan 21, 2002, 3:02:42 PM1/21/02
to
gnocl Version 0.0.9 is available at

http://www.dr-baum.net/gnocl/

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)

Peter G. Baum

unread,
Jan 21, 2002, 5:42:33 PM1/21/02
to

http://www.dr-baum.net/gnocl/

[[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/ ]]

Petasis George

unread,
Jan 22, 2002, 2:05:48 AM1/22/02
to
"Peter G. Baum" wrote:
>
> gnocl Version 0.0.9 is available at
>
> http://www.dr-baum.net/gnocl/
>
> Main changes besides bug fixes, code cleanups and documentation updates:
> - drag and drop support

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

Peter G. Baum

unread,
Jan 23, 2002, 12:56:27 PM1/23/02
to
On Tue, 22 Jan 2002 08:05:48 +0100, Petasis George wrote:
> I suppose you used the drag'n'drop as implemented by gtk?
That's right.

> 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


Petasis George

unread,
Jan 24, 2002, 12:57:23 AM1/24/02
to
"Peter G. Baum" wrote:
>
> On Tue, 22 Jan 2002 08:05:48 +0100, Petasis George wrote:
> > I suppose you used the drag'n'drop as implemented by gtk?
> That's right.
>
> > 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.

Can you also drop (image) files from Konqueror into gimp?

George

0 new messages