We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@wmvanvliet commented 2011-02-14:
Since GtkTexTags don't have a mouseover event, this could be tricky.
GtkTexTag
mouseover
@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.
enter-notify
leave-notify
GtkTextTag
event
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: