各种 Tk 光标是什么意思?
我的 Google-fu 让我失望了。 请考虑以下事项: http://tcl.activestate.com:8000/man/ tcl8.4/TkCmd/cursors.htm
我很容易理解的一些光标,“watch”告诉用户等待,“left_ptr”表示我可以选择光标下的某些内容,“hand2”似乎是“你正在拖动一些东西”光标。
其他人的约定是什么? 有参考吗?
具体来说,我正在寻找一个光标,当它悬停在 DragDrop 源上时显示“您可以从此处拖动”。 我一直在使用“hand1”,但这是惯例吗?
My Google-fu is failing me. Please, consider the following:
http://tcl.activestate.com:8000/man/tcl8.4/TkCmd/cursors.htm
Some of the cursors I understand easily enough, "watch" tells the user to wait, "left_ptr" indicates that I can select something under the cursor, "hand2" seems to be the "you're dragging something" cursor.
What are the conventions for the others? Is there a reference?
Specifically, I'm looking for a cursor that says "you can drag from here" when it hovers over a DragDrop source. I've been using "hand1", but is that the convention?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 http://wiki.tcl.tk/13165,由 Richard Suchenwirth 编写的 Tk 光标演示
See http://wiki.tcl.tk/13165, a Tk cursor demo written by Richard Suchenwirth