BActionBar.SetPaging(tonumber(this:GetText()), this:GetChecked());
BOptionsPaging_OnMousewheel(BOptionsPanelPagingScrollFrame, arg1);
FauxScrollFrame_OnVerticalScroll(18, BOptionsPagingScrollBar_Update);
getglobal(this:GetName() .. "Text"):SetText("Page Skip");
getglobal(this:GetName() .. "Low"):SetText(0);
getglobal(this:GetName() .. "High"):SetText(9);
if not this.onShow then
if this:GetValue() == 0 then
BActionSets.g.skip = nil
else
BActionSets.g.skip = this:GetValue();
end
BActionMain_UpdatePage();
end
getglobal(this:GetName() .. "ValText"):SetText(this:GetValue());
BOptionsPaging_OnLoad();
BOptionsPaging_OnShow();
BOptionsPaging_OnMousewheel(BOptionsPanelPagingScrollFrame, arg1);