Home
last modified time | relevance | path

Searched refs:TBN_RESTORE (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dtoolbar.c77 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 0 },
78 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 1 },
79 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 2 },
80 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 3 },
81 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 4 },
82 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 5 },
83 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 6 },
84 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 7 },
85 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_RESTORE, 8 },
213 case TBN_RESTORE: in parent_wnd_notify()
[all …]
H A Dpager.c830 case TBN_RESTORE: in test_notify_proc()
1219 …{&nmtbr, sizeof(nmtbr), NULL, 0, (WCHAR **)&nmtbr.tbButton.iString, NULL, TBN_RESTORE, TBN_RESTORE, in test_wm_notify()
/reactos/dll/win32/comctl32/
H A Dtoolbar.c4420 if (!TOOLBAR_SendNotify(&nmtbr.hdr, infoPtr, TBN_RESTORE)) in TOOLBAR_Restore()
4451 TOOLBAR_SendNotify(&nmtbr.hdr, infoPtr, TBN_RESTORE); in TOOLBAR_Restore()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1344 #define TBN_RESTORE (TBN_FIRST - 21) macro