vote up 3 vote down star

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?

flag

1 Answer

vote up 1 vote down

See http://wiki.tcl.tk/13165, a Tk cursor demo written by Richard Suchenwirth

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.