Home
last modified time | relevance | path

Searched refs:uSplitStyle (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dbutton.c1520 …ok(info.uSplitStyle == BCSS_STRETCH, "[%u] expected 0x%08x default style, got 0x%08x\n", button, B… in test_bcm_splitinfo()
1602 info.uSplitStyle = BCSS_IMAGE; in test_bcm_splitinfo()
1610 …ok(info.uSplitStyle == BCSS_IMAGE, "[%u] expected 0x%08x style, got 0x%08x\n", button, BCSS_IMAGE,… in test_bcm_splitinfo()
1624 …ok(info.uSplitStyle == BCSS_IMAGE, "[%u] expected 0x%08x style, got 0x%08x\n", button, BCSS_IMAGE,… in test_bcm_splitinfo()
1631 info.uSplitStyle = BCSS_STRETCH; in test_bcm_splitinfo()
1639 …ok(info.uSplitStyle == BCSS_STRETCH, "[%u] expected 0x%08x style, got 0x%08x\n", button, BCSS_STRE… in test_bcm_splitinfo()
1655 …k(info.uSplitStyle == (BCSS_IMAGE | BCSS_STRETCH), "[%u] expected 0x%08x style, got 0x%08x\n", but… in test_bcm_splitinfo()
1675 …ok(info.uSplitStyle == BCSS_STRETCH, "[%u] expected 0x%08x style, got 0x%08x\n", button, BCSS_STRE… in test_bcm_splitinfo()
1689 …k(info.uSplitStyle == (BCSS_IMAGE | BCSS_STRETCH), "[%u] expected 0x%08x style, got 0x%08x\n", but… in test_bcm_splitinfo()
/reactos/sdk/include/psdk/
H A Dcommctrl.h931 UINT uSplitStyle; member