tibia-client/modules/corelib/ui/uibutton.lua

8 lines
161 B
Lua
Raw Normal View History

2012-06-26 00:13:30 +02:00
-- @docclass
UIButton = extends(UIWidget)
function UIButton.create()
local button = UIButton.internalCreate()
button:setFocusable(false)
return button
end