| 1 | keep track of one per display: |
| 2 | tk_priv(...) |
| 3 | window |
| 4 | posted |
| 5 | focus |
| 6 | relief |
| 7 | cursor |
| 8 | activeBg activeFg |
| 9 | inMenuButton |
| 10 | dragging x y |
| 11 | selectMode |
| 12 | buttons |
| 13 | |
| 14 | fix button tracking |
| 15 | fix menu tracking |
| 16 | fix pie menu tracking |
| 17 | |
| 18 | tk_mbUnpost needs argument to tell which display |
| 19 | tk_nextMenu needs argument to tell which display |
| 20 | tk_nextMenuEntry needs argument to tell which display |
| 21 | |
| 22 | which display does "selection" work on??? |
| 23 | |
| 24 | fix c event focus code to keep focus in display instead of main window |
| 25 | |
| 26 | added "focus -query window" form to find out focus on a particular display |