smm_onLoad()
smm_onEvent()
smm_minimapZoom(arg1)
smm_frameDrag(true,this.smmName)
smm_frameDrag(false,this.smmName)
GameTooltip:SetOwner(this,"ANCHOR_CURSOR")
GameTooltip:SetText("|cFFF5B800left-click to drag |cFFFFFF99"..this.smmMover.."\n|cFFFFCC66/smm lock |cFFF5B800to hide")
GameTooltip:Hide()
this.smmMover="QuestWatchFrame"
this.smmName="quest"
QuestWatchFrame:SetMovable(true)
this:RegisterForDrag("LeftButton")
this:SetAlpha(0.4)
this.smmMover="DurabilityFrame"
this.smmName="doll"
DurabilityFrame:SetMovable(true)
this:RegisterForDrag("LeftButton")
this:SetAlpha(0.4)
this.smmMover="QuestTimerFrame"
this.smmName="timer"
QuestTimerFrame:SetMovable(true)
this:RegisterForDrag("LeftButton")
this:SetAlpha(0.4)