agronick / Relay

An IRC client designed for elementary OS
https://poisonpacket.wordpress.com/relay/
GNU General Public License v2.0
88 stars 15 forks source link

Links don't appear to be clickable #29

Open MattRead opened 9 years ago

MattRead commented 9 years ago

Links in chat don't look clickable because the cursor doesn't change and they are not underlined. When hovering a link the cursor should change to a hand and links be underlined.

agronick commented 9 years ago

Yeah, I've tried to do this. I can't find a way to change the cursor using the GTK apis. Maybe I just need to look into it more.

agronick commented 8 years ago

I spent a long time with this one. I tried code that would change the cursor on mouseover and change it back on mouseout but the methods don't seem to work.