Searched defs:changes (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/pzip/ |
H A D | pop.c | 129 unsigned long changes; /* number of changes */ member in struct:__anon195 170 ip[i].changes++; 318 sfprintf(sfstdout, "%33s %3d %6lu %3d\n", xv[map[i]]->name, map[i], ip[i].changes, ip[i].values); 390 sfprintf(sfstdout, "%3d %6lu %3d\n", map[i], ip[i].changes, ip[i].values);
|
/ast/src/lib/libtk/generic/ |
H A D | tkWindow.c | 54 * Default values for "changes" and "atts" fields of TkWindows. Note 540 winPtr->changes = defChanges; 1297 * NOTE: this code ignores any changes anyone might have made 1306 XWindowChanges changes; 1307 changes.sibling = winPtr2->window; 1308 changes.stack_mode = Below; 1310 CWSibling|CWStackMode, &changes); 1329 * changes (but skip it if the window is being deleted; the 1407 winPtr->changes.x = valuePtr->x; 1410 winPtr->changes 1295 XWindowChanges changes; local 2008 XWindowChanges changes; local [all...] |
H A D | tkInt.h | 473 XWindowChanges changes; /* Geometry and other info about member in struct:TkWindow 475 unsigned int dirtyChanges; /* Bits indicate fields of "changes"
|
H A D | tk.h | 348 * requested geometry changes. */ 436 #define Tk_X(tkwin) (((Tk_FakeWin *) (tkwin))->changes.x) 437 #define Tk_Y(tkwin) (((Tk_FakeWin *) (tkwin))->changes.y) 438 #define Tk_Width(tkwin) (((Tk_FakeWin *) (tkwin))->changes.width) 440 (((Tk_FakeWin *) (tkwin))->changes.height) 441 #define Tk_Changes(tkwin) (&((Tk_FakeWin *) (tkwin))->changes) 480 XWindowChanges changes; 479 XWindowChanges changes; member in struct:Tk_FakeWin
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixWm.c | 105 int widthInc, heightInc; /* Increments for size changes (# pixels 132 * winPtr->changes because (a) they could be 393 wmPtr->x = winPtr->changes.x; 394 wmPtr->y = winPtr->changes.y; 395 wmPtr->parentWidth = winPtr->changes.width 396 + 2*winPtr->changes.border_width; 397 wmPtr->parentHeight = winPtr->changes.height 398 + 2*winPtr->changes.border_width; 415 * to detect size and position changes caused by window managers. 1033 width = wmPtr->reqGridWidth + (winPtr->changes 3632 XWindowChanges changes; local [all...] |
Completed in 38 milliseconds