Home
last modified time | relevance | path

Searched refs:PGN_CALCSIZE (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c213 { WM_NOTIFY, sent|id|parent, 0, 0, PGN_CALCSIZE },
231 { WM_NOTIFY, sent|id|parent, 0, 0, PGN_CALCSIZE },
245 { WM_NOTIFY, sent|id|parent, 0, 0, PGN_CALCSIZE },
309 case PGN_CALCSIZE: in parent_wnd_proc()
/reactos/dll/win32/shell32/shellmenu/
H A DCMenuToolbars.cpp67 case PGN_CALCSIZE: in OnWinEvent()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1993 SPNFY(PGN_CALCSIZE, NMPGCALCSIZE),
/reactos/dll/win32/comctl32/
H A Dpager.c233 nmpgcs.hdr.code = PGN_CALCSIZE; in PAGER_CalcSize()
H A Dtreeview.c5508 if (lpnmh->code == PGN_CALCSIZE) { in TREEVIEW_Notify()
H A Dtoolbar.c6620 case PGN_CALCSIZE: in TOOLBAR_Notify()
/reactos/sdk/include/psdk/
H A Dcommctrl.h4585 #define PGN_CALCSIZE (PGN_FIRST-2) macro