Searched refs:RectObj (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libXt/dist/include/X11/
H A DRectObj.h53 typedef struct _RectObjRec *RectObj; typedef in typeref:struct:_RectObjRec *
H A DRectObjP.h51 #include <X11/RectObj.h>
H A DIntrinsic.h186 #include <X11/RectObj.h>
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DSme.h41 #include <X11/RectObj.h>
/xsrc/external/mit/libXaw/dist/src/
H A DPrivate.h47 #define XtX(w) (((RectObj)w)->rectangle.x)
50 #define XtY(w) (((RectObj)w)->rectangle.y)
53 #define XtWidth(w) (((RectObj)w)->rectangle.width)
56 #define XtHeight(w) (((RectObj)w)->rectangle.height)
59 #define XtBorderWidth(w) (((RectObj)w)->rectangle.border_width)
H A DAllWidgets.c37 #include <X11/RectObj.h>
/xsrc/external/mit/libXt/dist/include/
H A DMakefile.am14 X11/RectObj.h \
H A DMakefile.in353 X11/RectObj.h \
/xsrc/external/mit/libXt/dist/src/
H A DManage.c134 else { /* RectObj child */
136 RectObj r = (RectObj) child;
268 "child \"%s\", class %s is not a RectObj",
308 else { /* RectObj child */
310 RectObj r = (RectObj) child;
H A DSetValues.c449 RectObj r = (RectObj) w;
H A DMakefile.in141 RectObj.lo ResConfig.lo Resources.lo Selection.lo SetSens.lo \
186 ./$(DEPDIR)/RectObj.Plo ./$(DEPDIR)/ResConfig.Plo \
456 RectObj.c \
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RectObj.Plo@am__quote@ # am--include-marker
827 -rm -f ./$(DEPDIR)/RectObj.Plo
926 -rm -f ./$(DEPDIR)/RectObj.Plo
H A DGeometry.c79 ClearRectObjAreas(RectObj r, XWindowChanges *old)
469 else { /* RectObj child of realized Widget */
474 ClearRectObjAreas((RectObj) widget, &req.changes);
691 ClearRectObjAreas((RectObj) w, &old);

Completed in 12 milliseconds