Home
last modified time | relevance | path

Searched refs:SW_GivenWidth (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DMainW.c321 SW_GivenWidth(new_w) = 100 + SW_Spacing(new_w) in initialize()
633 SW_GivenWidth(w) = XtWidth(w);
895 if (SW_GivenWidth(w) == 0) in change_managed()
897 vals.MwW = SW_GivenWidth(w); in change_managed()
1345 if (SW_GivenWidth(w) != 0) in _XmMainWindowGeomRequest()
1347 vals->MwW = SW_GivenWidth(w); in _XmMainWindowGeomRequest()
1357 if (SW_GivenWidth(w) != 0) in _XmMainWindowGeomRequest()
1359 vals->MwW = SW_GivenWidth(w); in _XmMainWindowGeomRequest()
1378 SW_GivenWidth(w), SW_GivenHeight(w))); in _XmMainWindowGeomRequest()
H A DScrolledW.c613 SW_GivenWidth(new_w) = XtWidth(new_w); in initialize()
616 if (SW_GivenWidth(new_w) != 0) in initialize()
618 SW_CWWidth(new_w) = SW_GivenWidth(new_w) - SW_Spacing(new_w); in initialize()
622 SW_GivenWidth(new_w) = 100; in initialize()
810 SW_GivenWidth(new_w) = XtWidth(new_w); in set_values()
2087 vals->SwW = SW_GivenWidth(w) in _XmScrolledWPreferredSize()
2088 ? SW_GivenWidth(w) in _XmScrolledWPreferredSize()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/common/
H A DXdbPrintResources.c121 #define SW_GivenWidth(w) \ macro
279 fprintf(stderr,"GivenWidth=(%d)\n",(int) SW_GivenWidth(w)); in _XdbPrintScrolledWindowResources()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/scrolledwindow/
H A Dtest1.c26 printf("Given W: %d H: %d\n", SW_GivenWidth(w), SW_GivenHeight(w)); in dump_sw()
H A Dtest2.c34 printf("Given W: %d H: %d\n", SW_GivenWidth(w), SW_GivenHeight(w)); in dump_sw()
H A Dtest6.c108 printf("Given W: %d H: %d\n", SW_GivenWidth(w), SW_GivenHeight(w)); in dump_sw()
H A Dtest7.c213 printf("Given W: %d H: %d\n", SW_GivenWidth(w), SW_GivenHeight(w)); in dump_sw()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h2517 #define SW_GivenWidth(w) \ macro