Lines Matching refs:wa
842 XSetWindowAttributes wa;
872 wa.override_redirect = True;
873 wa.background_pixel = menuGray;
874 wa.border_pixel = menuBlack;
875 wa.colormap = menuColormap;
876 wa.event_mask = StructureNotifyMask | ExposureMask |
881 wa.save_under = True;
890 &wa);
951 XSetWindowAttributes wa;
963 wa.event_mask = EnterWindowMask | LeaveWindowMask;
969 CWEventMask, &wa);
979 XSetWindowAttributes wa;
992 wa.event_mask = EnterWindowMask | LeaveWindowMask;
998 CWEventMask, &wa);