Searched refs:icon_p_height (Results 1 – 16 of 16) sorted by relevance
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/ |
H A D | icons.c | 225 (unsigned int *)&tmp_win->icon_p_height, in get_bitmap_file() 230 tmp_win->icon_p_height = 0; in get_bitmap_file() 329 tmp_win->icon_p_height += JunkBW << 1; in get_icon_window() 515 tmp_win->icon_p_height = 0; in ICON_CreateWindow() 590 tmp_win->icon_p_height += 4; in ICON_CreateWindow() 648 tmp_win->icon_p_height + in ICON_CreateWindow() 669 (tmp_win->icon_p_height > 0)) in ICON_CreateWindow() 681 tmp_win->icon_p_height, in ICON_CreateWindow() 926 tmp->icon_p_width, tmp->icon_p_height, in ICON_DrawWindow() 1130 th = test_window->icon_p_height + in ICON_AutoPlace() [all …]
|
H A D | pager.c | 221 wh = (t->icon_w_height + t->icon_p_height) * (int)height / MaxH; in PAGER_UpdateView() 292 t->icon_y_loc + t->icon_p_height); in PAGER_MoveViewPort() 600 XMoveWindow(dpy, tmp_win->icon_w, tmp_win->icon_xl_loc, y + tmp_win->icon_p_height); in PAGER_Update()
|
H A D | move.c | 330 yt + tmp_win->icon_p_height); in MOVE_EventLoop()
|
H A D | windows.c | 438 th = test_window->icon_p_height + in smart_placement() 1301 cy = t->icon_y_loc + t->icon_p_height + in WIN_ChangeFocus() 1318 y = t->icon_y_loc + t->icon_p_height + in WIN_ChangeFocus()
|
H A D | events.c | 1287 win->icon_y_loc = cre->y - win->icon_p_height; in configure_request() 1297 xwc.y = win->icon_y_loc - win->icon_p_height; in configure_request()
|
H A D | mwm.h | 548 int icon_p_height; /* height of the icon pixmap window */ member
|
H A D | functions.c | 509 tmp_win->icon_xl_loc, FinalY + tmp_win->icon_p_height); in move()
|
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/ |
H A D | icons.c | 192 if( h > Tmp_win->icon_p_height-16) { in DrawIconWindow() 193 y = (h- Tmp_win->icon_p_height+16)/2; in DrawIconWindow() 194 h = Tmp_win->icon_p_height-16; in DrawIconWindow() 202 (Tmp_win->icon_p_height-h)/2+titleH); in DrawIconWindow() 210 (Tmp_win->icon_p_height-h)/2+titleH); in DrawIconWindow() 312 height = t->icon_p_height; in AutoPlace() 364 th=test_window->icon_p_height; in AutoPlace() 414 t->icon_p_width, t->icon_p_height); in AutoPlace() 679 t->icon_p_width,t->icon_p_height); in DeIconify() 774 t->icon_p_height); in Iconify() [all …]
|
H A D | afterstep.h | 178 int icon_p_height; /* height of the icon pixmap window */ member
|
H A D | misc.c | 568 ty2 = t->icon_y_loc + t->icon_p_height; in UpdateVisibility() 604 (ty2 > s->icon_y_loc)&&(ty1 < s->icon_y_loc+s->icon_p_height)) in UpdateVisibility()
|
H A D | functions.c | 700 t->icon_p_height); in ExecuteFunction() 999 t->icon_p_height); in MoveViewport() 1059 cy = t->icon_y_loc + t->icon_p_height/2; in FocusOn() 1084 y = t->icon_y_loc + t->icon_p_height/2; in FocusOn()
|
H A D | placement.c | 54 th=test_window->icon_p_height; in SmartPlacement()
|
H A D | move.c | 75 tmp_win->icon_p_height); in move_window()
|
H A D | events.c | 462 Tmp_win->icon_p_height); in HandlePropertyNotify() 1221 xwc.y = Tmp_win->icon_y_loc - Tmp_win->icon_p_height; in HandleConfigureRequest()
|
H A D | pager.c | 747 wh = t->icon_p_height*(int)height/MaxH; in MoveResizePagerView()
|
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/ |
H A D | misc.c | 241 ty2 = t->icon_p_y + t->icon_p_height; in UpdateVisibility() 264 && (ty1 < s->icon_p_y + s->icon_p_height)) { in UpdateVisibility()
|