ImGui.Core:endTable

From GiderosMobile
Revision as of 04:45, 12 October 2023 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Pops a Table from the stack (stops adding to it). <syntaxhighlight lang="...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2020.9
Class: ImGui

Description

Pops a Table from the stack (stops adding to it).

ImGui:endTable()

Example

See ImGui:beginTable