Lines Matching defs:WRAP
461 /* Define the WRAP macro temporarily for local use */
462 #define WRAP(a) \
471 WRAP(CreateWindow);
472 WRAP(DestroyWindow);
473 WRAP(RealizeWindow);
474 WRAP(UnrealizeWindow);
475 WRAP(PositionWindow);
476 WRAP(ChangeWindowAttributes);
477 WRAP(SetShape);
488 /* Undefine the WRAP macro, as it is not needed elsewhere */
489 #undef WRAP
497 /* Define the WRAP macro temporarily for local use */
498 #define WRAP(a) \
507 WRAP(CreateWindow);
508 WRAP(DestroyWindow);
509 WRAP(RealizeWindow);
510 WRAP(UnrealizeWindow);
511 WRAP(PositionWindow);
512 WRAP(ChangeWindowAttributes);
513 WRAP(ReparentWindow);
514 WRAP(RestackWindow);
515 WRAP(ResizeWindow);
516 WRAP(MoveWindow);
517 WRAP(CopyWindow);
518 WRAP(SetShape);
534 /* Undefine the WRAP macro, as it is not needed elsewhere */
535 #undef WRAP