Searched refs:aVertScroll (Results 1 – 2 of 2) sorted by relevance
240 aVertScroll(this, WB_VERT), in BibGeneralPage()287 aVertScroll.SetScrollHdl( aScrollLnk ); in BibGeneralPage()289 aVertScroll.SetLineSize(10); in BibGeneralPage()291 aVertScroll.SetPageSize( in BibGeneralPage()294 aVertScroll.Show(); in BibGeneralPage()591 long nVertScrollWidth = aVertScroll.GetSizePixel().Width(); in AdjustScrollbars()597 aVertScroll.Show(bVertVisible); in AdjustScrollbars()611 aVertScroll.SetSizePixel(aVertSize); in AdjustScrollbars()612 aVertScroll.SetRange( Range(0, aStdSize.Height())); in AdjustScrollbars()613 aVertScroll.SetVisibleSize( aVertSize.Height() ); in AdjustScrollbars()[all …]
103 ScrollBar aVertScroll; member in BibGeneralPage