mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
Refactor for documentation
This commit is contained in:
10
modules/corelib/ui/uilabel.lua
Normal file
10
modules/corelib/ui/uilabel.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- @docclass
|
||||
UILabel = extends(UIWidget)
|
||||
|
||||
function UILabel.create()
|
||||
local label = UILabel.internalCreate()
|
||||
label:setPhantom(true)
|
||||
label:setFocusable(false)
|
||||
label:setTextAlign(AlignLeft)
|
||||
return label
|
||||
end
|
||||
Reference in New Issue
Block a user