Searched refs:menu_is_active (Results 1 – 7 of 7) sorted by relevance
443 gui.menu_is_active = TRUE; // default: include menu in gui_init_check()1383 if (gui.menu_is_active && gui.in_use) in gui_position_menu()1411 if (gui.menu_is_active) in gui_position_components()1505 if (gui.menu_is_active) in gui_get_base_height()3493 gui.menu_is_active = FALSE; in gui_init_which_components()3525 gui.menu_is_active = TRUE; in gui_init_which_components()3616 if (gui.menu_is_active != prev_menu_is_active) in gui_init_which_components()3621 gui_mch_enable_menu(gui.menu_is_active); in gui_init_which_components()3623 prev_menu_is_active = gui.menu_is_active; in gui_init_which_components()3625 if (gui.menu_is_active) in gui_init_which_components()[all …]
1649 if (gui.menu_is_active) in xim_set_status_area()1662 if (gui.menu_is_active) in xim_set_status_area()1677 if (gui.menu_is_active) in xim_set_status_area()
279 char menu_is_active; // TRUE if menu is present member
292 if (gui.menu_is_active) in gui_ph_handle_menu_resize()466 gui.menu_is_active && in gui_ph_handle_keyboard()2555 if (gui.menu_is_active) in gui_mch_add_menu()
1914 && gui.menu_is_active in process_message()4247 if (gui.menu_is_active) in gui_mswin_get_menu_height()4671 if ( !gui.menu_is_active in _WndProc()
1080 && gui.menu_is_active in key_press_event()
6236 Solution: Ignore keys with ALT only when gui.menu_is_active is set. (Raf)