Searched refs:thumbMinWidth (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dscrolbar.cpp398 static const wxCoord thumbMinWidth = 8; // FIXME: should be configurable local
403 if ( *thumbEnd - *thumbStart < thumbMinWidth )
406 if ( *thumbStart <= length - thumbMinWidth )
409 *thumbEnd = *thumbStart + thumbMinWidth;
414 *thumbStart = length - thumbMinWidth;

Completed in 34 milliseconds