Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
({{widgetmethod}})
m (catfix, Replaced: {{widgetmethod}}<br> → {{widgetmethod}})
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{widgetmethod}}
 
{{widgetmethod}}
 
<center>'''Title''' ''-Documentation by [[user:Goatus|Goatus]]-''</center>
 
   
 
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
 
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
Line 32: Line 30:
 
: If run when Tooltip is visible it will clear all text from it but won't hide it
 
: If run when Tooltip is visible it will clear all text from it but won't hide it
   
: This doesn't actually clear the right hand column of lines, but meerly hides them. After running this function you can still retreive the previous tooltips RightTextX with the GetText() function. So if you wish to check for text here you should use IsVisible instead of checking of the text value of the field is nil. --[[User:Haarm|Haarm]] 00:56, 5 May 2005 (EDT)
+
: This doesn't actually clear the right hand column of lines, but meerly hides them. After running this function you can still retreive the previous tooltips RightTextX with the GetText() function. So if you wish to check for text here you should use IsVisible instead of checking of the text value of the field is nil.

Revision as of 23:50, 14 July 2008


Tooltip:ClearLines();


Clear all 30 lines of tooltip (both left and right ones)


Arguments


none

Returns


nothing

Details


If run when Tooltip is visible it will clear all text from it but won't hide it
This doesn't actually clear the right hand column of lines, but meerly hides them. After running this function you can still retreive the previous tooltips RightTextX with the GetText() function. So if you wish to check for text here you should use IsVisible instead of checking of the text value of the field is nil.