Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse cursor should change when hovering over hyperlinks #16

Open
ptomato opened this issue Feb 22, 2016 · 1 comment
Open

Mouse cursor should change when hovering over hyperlinks #16

ptomato opened this issue Feb 22, 2016 · 1 comment

Comments

@ptomato
Copy link
Member

ptomato commented Feb 22, 2016

Opened 2011-02-12

We should change the cursor to whatever the system default is for followable links, when it is over a hyperlink in a Glulx game.

@ptomato
Copy link
Member Author

ptomato commented Feb 22, 2016

@wmvanvliet commented 2011-02-14:

Since GtkTexTags don't have a mouseover event, this could be tricky.

@ptomato commented 2011-02-20:

I came to the same conclusion, enter-notify and leave-notify don't work because the GtkTextTag's event signal fires when the text buffer gets an event within the coordinates of the text tag.
However, I found these, maybe we can adapt them:
http://www.gtkforums.com/about1841.html
http://www.kksou.com/php-gtk2/articles/insert-links-in-GtkTextView---Part-4---Change-Cursor-over-Link.php
Only if we have nothing more important to do, though.

@ptomato ptomato modified the milestone: 1.0 release Feb 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant