This commit is contained in:
NoryiE
2025-02-10 15:47:35 +00:00
parent 9eaf2d8134
commit 0ec4cc21bd
8 changed files with 153 additions and 16 deletions

View File

@@ -1,3 +1,23 @@
# Container : VisualElement
## Functions
|Method|Returns|Description|
|---|---|---|
|[Container.new](#Container.new)|-|
|[Container:addChild](#Container:addChild)|-|
|[Container:handleEvent](#Container:handleEvent)|-|
|[Container:multiBlit](#Container:multiBlit)|-|
|[Container:registerChildEvent](#Container:registerChildEvent)|-|
|[Container:registerChildrenEvents](#Container:registerChildrenEvents)|-|
|[Container:removeChild](#Container:removeChild)|-|
|[Container:removeChildrenEvents](#Container:removeChildrenEvents)|-|
|[Container:render](#Container:render)|-|
|[Container:sortChildren](#Container:sortChildren)|-|
|[Container:sortChildrenEvents](#Container:sortChildrenEvents)|-|
|[Container:textFg](#Container:textFg)|-|
|[Container:unregisterChildEvent](#Container:unregisterChildEvent)|-|
## Container.new()
@diagnostic disable-next-line: duplicate-set-field