WoW:API Button SetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
m (Move page script moved page API Button SetText to API Button SetText without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
<center>'''SetText''' ''-Documentation by DerGhulbus-''</center>


  Button:SetText(String)
  Button:SetText(String)

Latest revision as of 04:45, 15 August 2023

Widget API ← Button < SetText

Button:SetText(String)

Sets the Button's text to the specified string.


Arguments
String
String
The text that will be written on the Button

Returns

???


Details

Note that the Text of a Button cannot be changed directly, since it's an attribute. Use this function instead.