Deletion log
From GiderosMobile
Below is a list of the most recent deletions.
- 01:29, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:checkbox (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a checkbox. <syntaxhighlight lang="lua"> (bool), (bool) = ImGui:checkbox(text,flag) </syntaxhighlight> === Parameters === '''text''': (string) the checkbox text<br/> '''flag''': (bool) the checkbox status, true=checked, false=unchecked<br/> === Return values === '''Returns''' (bool) the new current boolean value<br/> '''Returns''' (bool) whether a value has changed '...")