Searched refs:F_ICONIFY (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | parse.h | 115 #define F_ICONIFY 13 macro
|
| H A D | add_window.c | 1013 do_add_binding(Button1, C_ICON, NoModifierMask, F_ICONIFY); 1014 do_add_binding(Button1, C_ICONMGR, NoModifierMask, F_ICONIFY); 1017 do_add_binding(Button2, C_ICON, NoModifierMask, F_ICONIFY); 1018 do_add_binding(Button2, C_ICONMGR, NoModifierMask, F_ICONIFY);
|
| H A D | menus.c | 307 if (!CreateTitleButton(TBPM_ICONIFY, F_ICONIFY, "", (MenuRoot *) NULL, 1785 case F_ICONIFY: 1792 else if (func == F_ICONIFY) { 2252 case F_ICONIFY:
|
| H A D | parse.c | 445 { "f.iconify", FKEYWORD, F_ICONIFY },
|
| H A D | events.c | 1038 ExecuteFunction(F_ICONIFY, NULLSTR, Event.xany.window,
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_deferral.h | 43 [F_ICONIFY] = DC_SELECT,
|
| H A D | functions_defs.h | 59 #define F_ICONIFY 38 macro
|
| H A D | functions_dispatch_execution.h | 56 [F_ICONIFY] = f_iconify_impl,
|
| H A D | functions_parse_table.h | 59 { "f.iconify", FKEYWORD, F_ICONIFY },
|
| H A D | functions_win.c | 188 else if(func == F_ICONIFY) {
|
| H A D | menus.c | 229 SETDEF(Button1, C_ICON, F_ICONIFY); 230 SETDEF(Button1, C_ICONMGR, F_ICONIFY); 233 SETDEF(Button2, C_ICON, F_ICONIFY); 234 SETDEF(Button2, C_ICONMGR, F_ICONIFY);
|
| H A D | event_handlers.c | 1555 ExecuteFunction(F_ICONIFY, NULL, Event.xany.window,
|
Completed in 51 milliseconds