Searched refs:C_ICON (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dtwm.h123 #define C_ICON 2 macro
133 #define C_ICON_BIT (1 << C_ICON)
H A Dadd_window.c1013 do_add_binding(Button1, C_ICON, NoModifierMask, F_ICONIFY);
1017 do_add_binding(Button2, C_ICON, NoModifierMask, F_ICONIFY);
1066 case C_ICON:
H A Devents.c584 Context = C_ICON;
1823 Context = C_ICON;
H A Dmenus.c1469 if (context == C_ICON && tmp_win->icon_w) {
2159 if (context == C_ICON && tmp_win->icon_w)
/xsrc/external/mit/ctwm/dist/
H A Dctwm.h77 #define C_ICON 2 macro
89 #define C_ICON_BIT (1 << C_ICON)
H A Dfunctions_win.c491 if(context == C_ICON && tmp_win->icon && tmp_win->icon->w)
539 context == C_ICON) {
H A Dmenus.c229 SETDEF(Button1, C_ICON, F_ICONIFY);
233 SETDEF(Button2, C_ICON, F_ICONIFY);
1468 || Context == C_ICON) {
H A Dfunctions_win_moveresize.c222 if(context == C_ICON && tmp_win->icon && tmp_win->icon->w) {
H A Devent_handlers.c924 Context = C_ICON;
1102 if(Context == C_ICON ||
2814 Context = C_ICON;
H A Dadd_window.c1987 case C_ICON:

Completed in 27 milliseconds