Searched refs:mpVerScrollBar (Results 1 – 2 of 2) sorted by relevance
52 mpHorScrollBar = mpVerScrollBar = 0; in DBG_NAME()80 if ( !mpVerScrollBar ) in ensureScrollBars()82 mpVerScrollBar = new ScrollBar( GetWindow() , WB_VERT ); in ensureScrollBars()83 mpVerScrollBar->SetLineSize( 4 ); in ensureScrollBars()84 mpVerScrollBar->SetPageSize( 15 ); in ensureScrollBars()85 mpVerScrollBar->Show(); in ensureScrollBars()110 mpVerScrollBar->SetRangeMin( 0 ); in allocateArea()114 int thumbY = mpVerScrollBar->GetThumbPos(); in allocateArea()115 int thumbWidth = mpVerScrollBar->GetSizePixel().getWidth(); in allocateArea()135 assert( mpHorScrollBar && mpVerScrollBar ); in getMinimumSize()[all …]
77 ScrollBar *mpHorScrollBar, *mpVerScrollBar; member in layoutimpl::VCLXScroller
Completed in 17 milliseconds