Searched refs:detail (Results 1 - 16 of 16) sorted by relevance
/ast/src/lib/libtk/library/ |
H A D | comdlg.tcl | 218 proc tkFocusGroup_In {t w detail} { 245 proc tkFocusGroup_Out {t w detail} { 248 if {[string compare $detail NotifyNonlinear] && 249 [string compare $detail NotifyNonlinearVirtual]} {
|
/ast/src/lib/libtk/generic/ |
H A D | tkBind.c | 40 * The following union is used to hold the detail information from an 144 Detail detail; /* Additional information, such as keysym, member in struct:PatternTableKey 159 Detail detail; /* Additional information that must member in struct:Pattern 1180 Detail detail; 1184 * or FocusOut event with detail NotifyInferior. The reason for 1193 if (eventPtr->xcrossing.detail == NotifyInferior) { 1198 if (eventPtr->xfocus.detail == NotifyInferior) { 1261 detail.clientData = 0; 1264 detail.keySym = GetKeySym(dispPtr, ringPtr); 1265 if (detail 1170 Detail detail; local [all...] |
H A D | tkFocus.c | 253 if ((eventPtr->xfocus.detail == NotifyPointer) 254 || (eventPtr->xfocus.detail == NotifyPointerRoot) 255 || (eventPtr->xfocus.detail == NotifyInferior)) { 260 if (eventPtr->xcrossing.detail == NotifyInferior) { 336 printf("Unfocussed from %s, detail %d\n", winPtr->pathName, 337 eventPtr->xfocus.detail);
|
H A D | tkGrab.c | 707 switch (eventPtr->xcrossing.detail) { 711 eventPtr->xcrossing.detail = NotifyVirtual; 714 eventPtr->xcrossing.detail = NotifyNonlinearVirtual; 936 * subwindow, x, y, detail, and same_screen 998 eventPtr->xfocus.detail = d; \ 1000 eventPtr->xcrossing.detail = d; \
|
H A D | tkFrame.c | 682 if (eventPtr->xfocus.detail != NotifyInferior) { 689 if (eventPtr->xfocus.detail != NotifyInferior) {
|
H A D | tkMessage.c | 780 if (eventPtr->xfocus.detail != NotifyInferior) { 787 if (eventPtr->xfocus.detail != NotifyInferior) {
|
H A D | tkTest.c | 471 } else if (strcmp(field, "-detail") == 0) { 490 Tcl_AppendResult(interp, "bad detail \"", value, "\"", 495 event.xfocus.detail = number; 497 event.xcrossing.detail = number; 511 Tcl_AppendResult(interp, "bad detail \"", value, "\"", 515 event.xconfigurerequest.detail = number;
|
H A D | tkTextTag.c | 1285 textPtr->pickEvent.xcrossing.detail = NotifyNonlinear; 1354 * Always use a detail of NotifyAncestor. Besides being 1359 event.xcrossing.detail = NotifyAncestor; 1380 event.xcrossing.detail = NotifyAncestor;
|
H A D | tkMenubutton.c | 1004 if (eventPtr->xfocus.detail != NotifyInferior) { 1011 if (eventPtr->xfocus.detail != NotifyInferior) {
|
H A D | tkScrollbar.c | 1000 if (eventPtr->xfocus.detail != NotifyInferior) { 1007 if (eventPtr->xfocus.detail != NotifyInferior) {
|
H A D | tkCanvas.c | 1844 if (eventPtr->xfocus.detail != NotifyInferior) { 1848 if (eventPtr->xfocus.detail != NotifyInferior) { 2961 canvasPtr->pickEvent.xcrossing.detail = NotifyNonlinear; 3022 * If the event's detail happens to be NotifyInferior the 3027 event.xcrossing.detail = NotifyAncestor; 3072 event.xcrossing.detail = NotifyAncestor;
|
H A D | tkButton.c | 1457 if (eventPtr->xfocus.detail != NotifyInferior) { 1464 if (eventPtr->xfocus.detail != NotifyInferior) {
|
H A D | tkEntry.c | 1617 if (eventPtr->xfocus.detail != NotifyInferior) { 1621 if (eventPtr->xfocus.detail != NotifyInferior) {
|
H A D | tkListbox.c | 1579 if (eventPtr->xfocus.detail != NotifyInferior) { 1584 if (eventPtr->xfocus.detail != NotifyInferior) {
|
H A D | tkScale.c | 1799 if (eventPtr->xfocus.detail != NotifyInferior) { 1806 if (eventPtr->xfocus.detail != NotifyInferior) {
|
H A D | tkText.c | 969 if (eventPtr->xfocus.detail != NotifyInferior) {
|
Completed in 74 milliseconds