Searched refs:C_ICONMGR (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dtwm.h126 #define C_ICONMGR 5 macro
136 #define C_ICONMGR_BIT (1 << C_ICONMGR)
H A Dadd_window.c1014 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 Devents.c588 Context = C_ICONMGR;
590 Context = C_ICONMGR;
1852 Context = C_ICONMGR;
H A Dmenus.c1320 if (context == C_ICONMGR)
/xsrc/external/mit/ctwm/dist/
H A Dctwm.h80 #define C_ICONMGR 5 macro
92 #define C_ICONMGR_BIT (1 << C_ICONMGR)
H A Dfunctions_icmgr_wsmgr.c174 if(context == C_ICONMGR) {
H A Dmenus.c230 SETDEF(Button1, C_ICONMGR, F_ICONIFY);
234 SETDEF(Button2, C_ICONMGR, F_ICONIFY);
H A Devent_handlers.c932 Context = C_ICONMGR;
1105 Context == C_ICONMGR) {
2875 Context = C_ICONMGR;
H A Dadd_window.c2073 if(tmp->cont == C_ICONMGR && !Scr->NoIconManagers) {

Completed in 20 milliseconds