mirror of
https://github.com/edubart/otclient.git
synced 2025-12-02 07:56:51 +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