Searched refs:internal_height (Results 1 - 9 of 9) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1LabelP.h | 68 Dimension internal_height; member in struct:__anon303
|
H A D | Xaw3_1ListP.h | 74 internal_height, member in struct:__anon305
|
H A D | Xaw3_1CommandI.h | 50 #define ComWinternalHeight cbw->label.internal_height
|
H A D | Xaw3_1List.c | 94 offset(list.internal_height), XtRImmediate, (caddr_t)2}, 344 another = (yloc - (int) lw->list.internal_height) 353 one = (lw->list.ncols * ((yloc - (int) lw->list.internal_height) 474 + lw->list.internal_height; 480 + lw->list.internal_height; 659 + 2 * lw->list.internal_height; 678 + 2 * lw->list.internal_height; 693 + 2 * lw->list.internal_height; 703 lw->list.nrows = (*height - 2 * lw->list.internal_height) 844 (cl->list.internal_height ! [all...] |
H A D | Xaw3_1Label.c | 75 offset(label.internal_height), XtRImmediate, (caddr_t)2}, 260 lw->core.height = lw->label.label_height + 2*lw->label.internal_height; 424 2 * newlw->label.internal_height); 439 || (curlw->label.internal_height != newlw->label.internal_height) 470 preferred->height = lw->label.label_height + 2*lw->label.internal_height;
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | LabelP.h | 93 Dimension internal_height; member in struct:__anon367
|
H A D | ListP.h | 74 internal_height, member in struct:__anon369
|
H A D | List.c | 106 offset(list.internal_height), XtRImmediate, (XtPointer)2}, 410 another = (yloc - (int) lw->list.internal_height) 419 one = (lw->list.ncols * ((yloc - (int) lw->list.internal_height) 514 Dimension frame_limited_height= w->core.height- lw->list.internal_height- y; 529 if ( y < lw->list.internal_height) { 530 height = height - ( lw->list.internal_height - x ); 531 y = lw->list.internal_height; 555 rect.y = lw->list.internal_height; 556 rect.height = lw->core.height - lw->list.internal_height * 2; 590 + lw->list.internal_height; [all...] |
H A D | Label.c | 110 offset(label.internal_height), XtRImmediate, (XtPointer)2}, 411 * (internal_width, internal_height + lbm_y) 415 (lw->label.internal_height * 2 + 462 2 * lw->label.internal_height; 524 (int) w->label.internal_height + w->label.lbm_y, 708 2 * newlw->label.internal_height); 733 || (curlw->label.internal_height != newlw->label.internal_height) 768 2 * lw->label.internal_height;
|
Completed in 102 milliseconds