Thread Tools Display Modes
01-02-06, 12:39 AM   #1
xmlover
A Fallenroot Satyr
Join Date: Oct 2005
Posts: 25
Q: GameTooltip for Button?

ButtonName.tooltipText = .....

only works for CheckButton

but a button...how to give it a tooltip?
  Reply With Quote
01-02-06, 08:53 AM   #2
Qiu
A Murloc Raider
Join Date: Mar 2005
Posts: 8
You tried
Code:
GameTooltip:SetOwner(this, "<insert anchor>");
GameTooltip:SetText("<insert text>", 1.0, 1.0, 1.0);
yet?
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Q: GameTooltip for Button?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off