Searched refs:subwindow (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkGrab.c | 857 * subwindow, x, y, same_screen. 882 eventPtr->xmotion.subwindow = None; 894 eventPtr->xmotion.subwindow = childPtr->window; 901 eventPtr->xmotion.subwindow = None; 936 * subwindow, x, y, detail, and same_screen
|
H A D | tkTest.c | 646 } else if (strcmp(field, "-subwindow") == 0) { 651 event.xkey.subwindow = Tk_WindowId(tkwin2);
|
H A D | tkBind.c | 2060 sprintf(numStorage, "0x%x", (int) eventPtr->xkey.subwindow); 3134 } else if (strcmp(field, "-subwindow") == 0) { 3145 event.E.xkey.subwindow = number;
|
H A D | tkTextTag.c | 1278 textPtr->pickEvent.xcrossing.subwindow = None;
|
H A D | tk.h | 397 Window subwindow; /* child window */ member in struct:__anon376
|
H A D | tkCanvas.c | 2954 canvasPtr->pickEvent.xcrossing.subwindow = None;
|
Completed in 40 milliseconds