Home
last modified time | relevance | path

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

/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Devents.c234 if (win == NULL && scr->mwm_focus != NULL && focusBug == None) in focus_out()
236 XSetInputFocus(dpy, scr->mwm_focus->w, RevertToParent, CurrentTime); in focus_out()
421 (win == scr->mwm_focus) && (win != NULL)) in property_notify()
423 scr->mwm_focus = NULL; in property_notify()
690 if (scr->mwm_focus == win) in unmap_notify()
1200 if (scr->mwm_focus != win) in enter_notify()
1239 if (scr->mwm_focus != NULL) in leave_notify()
1509 if ((scr->mwm_focus != NULL) && (child == scr->mwm_focus->frame)) in EVENT_Next()
1511 if (!(scr->mwm_focus->flags & VISIBLE) && in EVENT_Next()
1512 scr->mwm_focus->focus_auto_raise) in EVENT_Next()
[all …]
H A Ddesktop.c159 if (scr->mwm_focus == t) in DT_ChangeDesks()
178 if (scr->mwm_focus == t) in DT_ChangeDesks()
H A Dwindows.c1147 if (Fw && Fw != scr->mwm_focus && Fw != &scr->mwm_root) in WIN_SetFocus()
1191 scr->mwm_focus = NULL; in WIN_SetFocus()
1263 scr->mwm_focus = Fw; in WIN_SetFocus()
1265 else if ((scr->mwm_focus) && (scr->mwm_focus->Desk == scr->current_desk)) in WIN_SetFocus()
1273 scr->mwm_focus = NULL; in WIN_SetFocus()
1840 if (tmp == scr->mwm_focus && Mwm.keyboard_focus_policy == XmEXPLICIT && in WIN_DestroyWindow()
1861 if (scr->mwm_focus == tmp) in WIN_DestroyWindow()
H A Dfunctions.c222 if ((scr->mwm_focus != NULL) && in wait_quit_timeout()
223 (child == scr->mwm_focus->frame)) in wait_quit_timeout()
225 if (!(scr->mwm_focus->flags & VISIBLE) && in wait_quit_timeout()
226 scr->mwm_focus->focus_auto_raise) in wait_quit_timeout()
228 WIN_Raise(scr, scr->mwm_focus); in wait_quit_timeout()
H A Dmisc.c350 scr->mwm_last_focus = scr->mwm_focus; in MISC_Grab()
H A Dicons.c1265 if ((tmp_win) && (tmp_win == scr->mwm_focus)) in ICON_Iconify()
1267 if (scr->mwm_last_focus == scr->mwm_focus) in ICON_Iconify()
H A Dmwm.h680 MwmWindow *mwm_focus; /* Last window which Mwm gave the focus member
H A Dscreens.c1302 scr->mwm_focus = NULL; in SCREEN_Initialize()