Lines Matching refs:tw
493 TwmWindow *tw;
497 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
498 if(match(winname, tw->name)) {
504 if(!tw) {
505 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
506 if(match(winname, tw->class.res_name)) {
511 if(!tw) {
512 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) {
513 if(match(winname, tw->class.res_class)) {
520 if(!tw) {
526 if((! Scr->WarpUnmapped) && (! tw->mapped)) {
532 if(! OCCUPY(tw, vs->wsw->currentwspc)) {
533 newoccupation = tw->occupation | (1 << vs->wsw->currentwspc->number);
534 ChangeOccupation(tw, newoccupation);
538 if(! tw->mapped) {
539 DeIconify(tw);
543 WarpToWindow(tw, Scr->RaiseOnWarp);
756 Window tw;
758 tw = XCreateSimpleWindow(dpy, w, Dummy, Dummy, Dummy, Dummy, 0,
760 XMapWindow(dpy, tw);
761 occwin->OK = tw;
763 tw = XCreateSimpleWindow(dpy, w, Dummy, Dummy, Dummy, Dummy, 0,
765 XMapWindow(dpy, tw);
766 occwin->cancel = tw;
768 tw = XCreateSimpleWindow(dpy, w, Dummy, Dummy, Dummy, Dummy, 0,
770 XMapWindow(dpy, tw);
771 occwin->allworkspc = tw;