[Mono-dev] GAPI library wrapping issue

Chris Turchin chris at turchin.net
Sat Nov 26 16:03:48 EST 2005


Hi,

I put together a managed wrapper for libsexy, a collection of a few nice
gtk widgets like a url label, image entry and spell-checking entry
(http://www.chipx86.com/wiki/Libsexy).

In general, it was quite straight forward - once I read the GAPI wiki
page in detail and learned how to use the "pkg-config --cflags" stuff
(great page BTW), but one of the widgets is not working right: the "copy
link locaton" menu item of the SexyUrlLabel does not copy the text to
the clipboard in the managed version, though it works fine in the
regular widget. 

The url activated signal from the "open link" menu item is exposed as an
event and works, but the copy link location takes place in the C-code
and seems to just not be firing. 

The code is here (not always online, sorry, but try your luck):
http://turchin.homelinux.net/sexy-sharp/ 
and/or here:
http://turchin.homelinux.net/sexy-sharp/sexy-sharp-0.1.4.tar.gz

Anyone have an idea what could be wrong? Thanks.

Regards,

--chris




More information about the Mono-devel-list mailing list