-
-
Notifications
You must be signed in to change notification settings - Fork 8
RedButton
João Cardoso edited this page Dec 5, 2019
·
2 revisions
TextButton is a button class which inherits from TextedClickable.
It does not provide any additional API.
local red = LibStub('Sushi-3.1').RedButton()
red:SetLabel('Bacon')
red:SetSmall(true)
red:SetCall('OnClick', function(red, mouseButton)
print("You've just ordered some small bacon.")
end)
This is the Sushi-3.1 wiki. Wiki Home