Lines Matching refs:tearoff_handle
6501 else if (IsWindow(parent->tearoff_handle)) in gui_mch_add_menu()
6619 if (IsWindow(parent->tearoff_handle)) in gui_mch_add_menu_item()
6655 if (IsWindow(menu->tearoff_handle)) in gui_mch_destroy_menu()
6656 DestroyWindow(menu->tearoff_handle); in gui_mch_destroy_menu()
6659 && IsWindow(menu->parent->tearoff_handle)) in gui_mch_destroy_menu()
6680 HWND thwnd = menu->tearoff_handle; in rebuild_tearoff()
6698 if (IsWindow(menu->tearoff_handle)) in rebuild_tearoff()
6699 (void) SetWindowPos(menu->tearoff_handle, in rebuild_tearoff()
6732 if ((menu->parent != NULL) && (IsWindow(menu->parent->tearoff_handle))) in gui_mch_menu_grey()
6744 menuHandle = GetDlgItem(menu->parent->tearoff_handle, menuID); in gui_mch_menu_grey()
7648 if (IsWindow(menu->tearoff_handle)) in gui_mch_tearoff()
7653 SetWindowPos(menu->tearoff_handle, NULL, mp.x, mp.y, 0, 0, in gui_mch_tearoff()
7917 the_menu->tearoff_handle = CreateDialogIndirectParam( in gui_mch_tearoff()