{
if (!gtkQtEnable)
return;
if (orientation == GTK_ORIENTATION_HORIZONTAL)
y--;
}
else
x--;
if(CachedImage* it = cacheFind(CachedImage::ScrollBarSlider, state, w, h))
delta += offset;
if (orientation) {
sbar.resize(w, h + delta + 1);
sbar.resize(w, h + delta);
} else {
sbar.resize(w + delta + 1, h);
sbar.resize(w + delta, h);
sbar.setMinValue(0);