mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
Refactor for documentation
This commit is contained in:
8
modules/corelib/ui/uibutton.lua
Normal file
8
modules/corelib/ui/uibutton.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- @docclass
|
||||
UIButton = extends(UIWidget)
|
||||
|
||||
function UIButton.create()
|
||||
local button = UIButton.internalCreate()
|
||||
button:setFocusable(false)
|
||||
return button
|
||||
end
|
Reference in New Issue
Block a user