Searched refs:LISTBOX_SCROLLING_AREA (Results 1 – 3 of 3) sorted by relevance
34 #define LISTBOX_SCROLLING_AREA 12 macro56 Rectangle aScrollArea( Point(0, _rOutputSize.Height() - LISTBOX_SCROLLING_AREA), in scroll()57 Size(_rOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in scroll()
68 const long LISTBOX_SCROLLING_AREA = 6; variable279 Rectangle aBottomScrollArea( Point(0, aOutputSize.Height()-LISTBOX_SCROLLING_AREA), in AcceptDrop()280 Size(aOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in AcceptDrop()281 Rectangle aTopScrollArea( Point(0,0), Size(aOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in AcceptDrop()
86 #define LISTBOX_SCROLLING_AREA 6 macro
Completed in 23 milliseconds