Jonathon Jongsma wrote: > On 6/16/07, Sergio Perticone <[EMAIL PROTECTED]> wrote: >> Notice: not important issue, just curiosity. >> >> I've read the example in <src_root>/examples/book/dialogs/aboutdialog/ >> but I can't create the website clickable label (something such as in eog >> about dialog). >> set_website_label() doesn't seems work and my url is displayed just like >> a normal label. >> >> I tried to do that with GTK+ (inside my gtkmm app and in a separate C >> test) but the song remains the same... >> What should I do? >> >> ps. Yep, I've seen eog source related to that, it's the same of mine. >> pps. I'm using gtkmm-2.10.8 > > have you tried set_url_hook()? >
Yeeee! Now it works, I had put set_url_hook() _before_ my object declaration.. doh. Thanks! s. Ps. I'm using gnome_url_show() to display the page, is there something more portable? Thanks in advance. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
