Searched refs:C_ICONMGR (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | twm.h | 126 #define C_ICONMGR 5 macro 136 #define C_ICONMGR_BIT (1 << C_ICONMGR)
|
| H A D | add_window.c | 1014 do_add_binding(Button1, C_ICONMGR, NoModifierMask, F_ICONIFY); 1018 do_add_binding(Button2, C_ICONMGR, NoModifierMask, F_ICONIFY); 1097 if (tmp->cont == C_ICONMGR && !Scr->NoIconManagers) {
|
| H A D | events.c | 588 Context = C_ICONMGR; 590 Context = C_ICONMGR; 1852 Context = C_ICONMGR;
|
| H A D | menus.c | 1320 if (context == C_ICONMGR)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm.h | 80 #define C_ICONMGR 5 macro 92 #define C_ICONMGR_BIT (1 << C_ICONMGR)
|
| H A D | functions_icmgr_wsmgr.c | 174 if(context == C_ICONMGR) {
|
| H A D | menus.c | 230 SETDEF(Button1, C_ICONMGR, F_ICONIFY); 234 SETDEF(Button2, C_ICONMGR, F_ICONIFY);
|
| H A D | event_handlers.c | 932 Context = C_ICONMGR; 1105 Context == C_ICONMGR) { 2875 Context = C_ICONMGR;
|
| H A D | add_window.c | 2073 if(tmp->cont == C_ICONMGR && !Scr->NoIconManagers) {
|
Completed in 20 milliseconds