Home
last modified time | relevance | path

Searched refs:Lab_AccTextRect (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DLabel.c1084 Lab_AccTextRect(w).x, Lab_AccTextRect(w).y, in XmLabelExpose()
1085 Lab_AccTextRect(w).width, Lab_AccTextRect(w).height)); in XmLabelExpose()
1088 Lab_AccTextRect(w).x, Lab_AccTextRect(w).y, in XmLabelExpose()
1309 Lab_AccTextRect(w).x, Lab_AccTextRect(w).y, in resize()
1320 Lab_AccTextRect(w).width, in resize()
1321 Lab_AccTextRect(w).x, in resize()
1322 Lab_AccTextRect(w).y)); in resize()
1743 &Lab_AccTextRect(w).width, &Lab_AccTextRect(w).height); in _XmCalcLabelDimensions()
1750 Lab_AccTextRect(w).x = 0; in _XmCalcLabelDimensions()
1762 Lab_AccTextRect(w).x, in _XmCalcLabelDimensions()
[all …]
H A DToggleB.c576 Lab_AccTextRect(new_w).x += margin; in initialize()
604 Lab_AccTextRect(new_w).y += margin >> 1; in initialize()
780 Lab_AccTextRect(new_w).x += margin; in set_values()
824 Lab_AccTextRect(new_w).y += (tm - margin) / 2; in set_values()
874 Lab_AccTextRect(w).x += x - Lab_TextRect_x(w); in resize()
884 Lab_AccTextRect(w).x -= Lab_TextRect_x(w) - x; in resize()
H A DPushB.c565 Lab_AccTextRect(new_w).x += margin; in initialize()
566 Lab_AccTextRect(new_w).y += margin; in initialize()
688 Lab_AccTextRect(new_w).x += margin; in set_values()
689 Lab_AccTextRect(new_w).y += margin; in set_values()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h1419 #define Lab_AccTextRect(w) \ macro