MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setThumbImages

Method setThumbImages

source/windowing/StarScrollArea.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void ScrollArea::setThumbImages(Json const& images) {
275 m_vBar->thumb()->setImages(images);
276 m_hBar->thumb()->setImages(images);
277}
278
279RectI ScrollArea::contentBoundRect() const {
280 RectI res = RectI::null();

Callers 1

scrollAreaHandlerMethod · 0.80

Calls 2

thumbMethod · 0.80
setImagesMethod · 0.45

Tested by

no test coverage detected