mirror of
https://github.com/edubart/otclient.git
synced 2026-02-13 22:26:23 +01: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