Guda_MailboxFrame_OnSearchTextChanged()
this:ClearFocus()
this:ClearFocus()
if this:GetText() == "Search mailbox..." then
this:SetText("")
this:SetTextColor(1, 1, 1, 1)
end
if Guda_MailboxClickCatcher then
Guda_MailboxClickCatcher:Show()
end
if this:GetText() == "" then
this:SetText("Search mailbox...")
this:SetTextColor(0.5, 0.5, 0.5, 1)
end
if Guda_MailboxClickCatcher then
Guda_MailboxClickCatcher:Hide()
end
Guda_MailboxFrame_OnLoad(this)
Guda_MailboxFrame_OnShow(this)
Guda_MailboxFrame_OnHide(this)
this:StartMoving()
this:StopMovingOrSizing()