| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_decorations.h | 9 void SetupWindow(TwmWindow *tmp_win,
|
| H A D | win_resize.c | 407 SetupWindow(tmp_win, dragx - tmp_win->frame_bw, dragy - tmp_win->frame_bw, 541 SetupWindow(tmp_win, dragx - tmp_win->frame_bw, dragy - tmp_win->frame_bw, 656 SetupWindow(tmp_win, dragx - tmp_win->frame_bw, dragy - tmp_win->frame_bw, 690 SetupWindow(tmp_win, AddingX, AddingY, AddingW, AddingH, -1); 1105 SetupWindow(tmp_win, dragx, dragy, dragWidth, dragHeight, -1); 1175 SetupWindow(tmp_win, x, y, w, h, -1); 1201 SetupWindow(tmp_win, tmp_win->frame_x, tmp_win->frame_y, 1234 SetupWindow(tmp_win, tmp_win->frame_x, tmp_win->frame_y, 1252 SetupWindow(tmp_win, tmp_win->frame_x, (tmp_win->frame_y - change), 1272 SetupWindow(tmp_wi [all...] |
| H A D | windowbox.c | 169 SetupWindow(twmwin, x, y, w, h, -1); 172 SetupWindow(t, t->frame_x - minx, t->frame_y - miny,
|
| H A D | functions_win_moveresize.c | 591 SetupWindow(tmp_win, xl, yt, 655 SetupWindow(tmp_win, xl, yt, 761 SetupWindow(tmp_win, newx, newy, tmp_win->frame_width, 867 SetupWindow(tmp_win, fx, fy, tmp_win->frame_width, tmp_win->frame_height, -1); 1084 SetupWindow(tmp_win, newx, newy, neww, newh, -1); 1119 SetupWindow(tmp_win, newx, newy, neww, newh, -1); 1147 SetupWindow(tmp_win, newx, newy, neww, newh, -1); 1157 SetupWindow(tmp_win, newx, newy, neww, newh, -1); 1221 SetupWindow(tmp_win, x, y, width, height, -1); 1281 SetupWindow(tmp_wi [all...] |
| H A D | win_ops.c | 239 SetupWindow(tmp_win, tmp_win->actual_frame_x, tmp_win->actual_frame_y, 291 SetupWindow(tmp_win, fx, fy, neww, newh, -1);
|
| H A D | util.c | 507 SetupWindow(twm_win, x, y, w, h, -1);
|
| H A D | win_utils.c | 698 SetupWindow(t, newx, newy, t->frame_width, t->frame_height, -1); 1213 SetupWindow(win, win->frame_x, win->frame_y,
|
| H A D | iconmgr.c | 1221 SetupWindow(ip->twm_win,
|
| H A D | win_decorations.c | 47 * SetupWindow - set window sizes, this was called from either 71 SetupWindow(TwmWindow *tmp_win, int x, int y, int w, int h, int bw) function in typeref:typename:void
|
| H A D | workspace_manager.c | 1480 SetupWindow(win, winX, winY, win->frame_width, win->frame_height, -1);
|
| H A D | event_handlers.c | 2362 SetupWindow(Tmp_win, xl, yt, 3769 /* Don't modify frame_XXX fields before calling SetupWindow! */ 3832 * SetupWindow (x,y) are the location of the upper-left outer corner and
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.h | 77 extern void SetupWindow(TwmWindow *tmp_win, int x, int y, int w, int h, int bw);
|
| H A D | resize.c | 544 SetupWindow(tmp_win, dragx - tmp_win->frame_bw, dragy - tmp_win->frame_bw, 577 SetupWindow(tmp_win, AddingX, AddingY, AddingW, AddingH, -1); 752 SetupWindow(TwmWindow *tmp_win, int x, int y, int w, int h, int bw) function in typeref:typename:void 771 fprintf(stderr, "SetupWindow: x=%d, y=%d, w=%d, h=%d, bw=%d\n", 998 SetupWindow(tmp_win, dragx, dragy, dragWidth, dragHeight, -1);
|
| H A D | iconmgr.c | 690 SetupWindow(ip->twm_win,
|
| H A D | events.c | 788 SetupWindow(Tmp_win, Tmp_win->frame_x, Tmp_win->frame_y, 1571 SetupWindow(Tmp_win, xl, yt, 2320 /* Don't modify frame_XXX fields before calling SetupWindow! */ 2372 * SetupWindow (x,y) are the location of the upper-left outer corner and 2378 SetupWindow(Tmp_win, x, y, width, height, bw);
|