Lines Matching refs:scrollBar
175 scrollBar = new ScrollBar(this, CVec3(width / 2 - SCROLLBAR_WIDTH / 2, -height / 2, 0.9), CVec2(SCROLLBAR_WIDTH, height), maxHeight, height);
188 delete scrollBar;
308 scrollBar->Reset();
378 scrollBar->count = this->GetMaxHeight();
379 scrollBar->max = height;
380 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2;
381 scrollBar->y = -height / 2;
382 scrollBar->height = height;
383 canUpdate = scrollBar->Update();
386 scrollBar->Reset();
388 this->offY = scrollBar->pos;
400 scrollBar->count = this->GetMaxHeight();
401 scrollBar->max = height;
402 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2;
403 scrollBar->y = -height / 2;
404 scrollBar->height = height;
405 scrollBar->Draw();