this:RegisterEvent('VARIABLES_LOADED')
this:RegisterEvent('ADDON_LOADED')
this:RegisterEvent('AUCTION_HOUSE_SHOW')
this:RegisterEvent('AUCTION_HOUSE_CLOSED')
this:RegisterEvent('AUCTION_OWNED_LIST_UPDATE')
Aux_OnEvent()
SendMailRadioButton_OnClick(this:GetID());
this:SetBackdropBorderColor(0.4, 0.4, 0.4)
this:SetBackdropColor(0.15, 0.15, 0.15)
if this.itemstring then
Aux.info.set_tooltip(this.itemstring, this.EnhTooltip_info, this, 'ANCHOR_LEFT')
end
if this.itemstring then
AuxTooltip:Hide()
end
this:SetBackdropBorderColor(0.4, 0.4, 0.4)
this:RegisterForDrag('LeftButton')
PlaySound('AuctionWindowOpen')
PlaySound('AuctionWindowClose')
CloseAuctionHouse()
this:StartMoving()
this:StopMovingOrSizing()
this:SetWidth(floor(this:GetParent():GetWidth()/2))
this:SetBackdropBorderColor(0.4, 0.4, 0.4)
this:SetBackdropColor(0.15, 0.15, 0.15)
Aux.log_frame_load()
Aux.log_frame_update(arg1)
ChatFrame_OnHyperlinkShow(arg1)
if arg1 == 1 then
this:ScrollUp()
elseif arg1 == -1 then
this:ScrollDown()
end