Searched refs:scrollBar (Results 1 – 5 of 5) sorted by relevance
70 scrollBar->count = this->GetMaxHeight() - this->height; in PreUpdate()71 scrollBar->max = height; in PreUpdate()72 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreUpdate()73 scrollBar->y = -height / 2 - this->height; in PreUpdate()74 scrollBar->height = height; in PreUpdate()75 canUpdate = scrollBar->Update(); in PreUpdate()78 scrollBar->Reset(); in PreUpdate()95 scrollBar->pos = 0; in PreUpdate()96 scrollBar->wasMax = false; in PreUpdate()102 this->offY = scrollBar->pos; in PreUpdate()[all …]
62 tabIndex->window->GetMaster()->scrollBar->pos = tabIndex->window->GetOffY(); in UpdateTabbing()74 tabIndex->window->GetMaster()->scrollBar->pos = tabIndex->window->GetOffY(); in UpdateTabbing()
175 …scrollBar = new ScrollBar(this, CVec3(width / 2 - SCROLLBAR_WIDTH / 2, -height / 2, 0.9), CVec2(SC… in Window()188 delete scrollBar; in ~Window()308 scrollBar->Reset(); in Reset()378 scrollBar->count = this->GetMaxHeight(); in PreUpdate()379 scrollBar->max = height; in PreUpdate()380 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreUpdate()381 scrollBar->y = -height / 2; in PreUpdate()382 scrollBar->height = height; in PreUpdate()383 canUpdate = scrollBar->Update(); in PreUpdate()386 scrollBar->Reset(); in PreUpdate()[all …]
133 ScrollBar* scrollBar; member