QuickMountCheckButton_OnClick();
QuickMountCheckButton_OnEnter();
QuickMountCheckButton_OnLeave();
QuickMount_ButtonLoad();
QuickMount_ButtonUpdate(this);
QuickMount_ButtonDragStart();
QuickMount_ButtonDragEnd();
QuickMount_ButtonClick(arg1);
QuickMount_ButtonEnter();
QuickMount_ButtonLeave();
QuickMount_ButtonEvent(event);
this:SetID("1");
getglobal(this:GetName().."Label"):SetText("Mount");
this:SetID("2");
getglobal(this:GetName().."Label"):SetText("Unmount");
getglobal(this:GetName().."VersionLabel"):SetText("Version");
getglobal(this:GetName().."VersionText"):SetText(QuickMount_Version);
getglobal("QuickMountOptionsLabel"):SetText("Options:");
-- Make Frame Moveable.
tinsert(UISpecialFrames, "QuickMountFrame");
UIPanelWindows["QuickMountFrame"] = { area = "left", pushable = 11 };
this:RegisterForDrag("LeftButton");
QuickMount_OnLoad();
QuickMount_OnShow();
QuickMount_OnHide();
QuickMount_OnEvent(event);
this:StartMoving();
this:StopMovingOrSizing();
this:StopMovingOrSizing();
this:RegisterEvent("PLAYER_ENTERING_WORLD");
if (event == "PLAYER_ENTERING_WORLD") then
this:SetOwner(UIParent, "ANCHOR_NONE");
end