Searched refs:helpMenuIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixMenu.c1021 int borderWidth, activeBorderWidth, helpMenuIndex = -1;
1096 helpMenuIndex = i;
1130 if (helpMenuIndex == lastEntry) {
1139 if (j == helpMenuIndex) {
1149 if (helpMenuIndex != -1) {
1150 mePtr = menuPtr->entries[helpMenuIndex];
1002 int borderWidth, activeBorderWidth, helpMenuIndex = -1; local
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixMenu.c1054 int helpMenuIndex = -1;
1134 helpMenuIndex = i;
1168 if (helpMenuIndex == lastEntry) {
1177 if (j == helpMenuIndex) {
1187 if (helpMenuIndex != -1) {
1188 mePtr = menuPtr->entries[helpMenuIndex];
1035 int helpMenuIndex = -1; local

Completed in 63 milliseconds