this:RegisterEvent("VARIABLES_LOADED")
this:RegisterEvent("ADDON_LOADED")
this:RegisterEvent("AUCTION_HOUSE_SHOW")
this:RegisterEvent("AUCTION_HOUSE_CLOSED")
Aux_OnEvent()
SendMailRadioButton_OnClick(this:GetID());
this:SetBackdropBorderColor(0.4, 0.4, 0.4)
this:SetBackdropColor(0.15, 0.15, 0.15)
if this.tooltip then
Aux.info.set_game_tooltip(this, this.tooltip, 'ANCHOR_LEFT', this.EnhTooltip_info)
end
if this.tooltip then
GameTooltip: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