Searched refs:mnuopt (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | menu.c | 807 static void test_mbs_help( int ispop, int hassub, int mnuopt, in test_mbs_help() argument 824 mii.fState = (mnuopt != 2 ? MFS_CHECKED : MFS_UNCHECKED); in test_mbs_help() 854 if( mnuopt) { in test_mbs_help() 858 if( mnuopt) mi.dwStyle |= mnuopt == 1 ? MNS_NOCHECK : MNS_CHECKORBMP; in test_mbs_help() 892 4 + (mnuopt != 1 ? GetSystemMetrics(SM_CXMENUCHECK) : 0) in test_mbs_help() 928 else if (mnuopt == 0) in test_mbs_help() 930 else if (mnuopt == 1) in test_mbs_help() 948 size.cx, size.cy, sc_size.cx, mnuopt, hastab); in test_mbs_help() 973 int count, szidx, txtidx, bmpidx, hassub, mnuopt, ispop; in test_menu_bmp_and_string() local 1049 for( mnuopt = 0; mnuopt < 3 ; mnuopt++){ /* test MNS_NOCHECK/MNS_CHECKORBMP */ in test_menu_bmp_and_string() [all …]
|