All public logs

From GiderosMobile

Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:14, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setWindowMinSize (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style window minimum size values. <syntaxhighlight lang="lua"> ImGui.Style:setWindowMinSize(minwidth, minheight) </syntaxhighlight> === Parameters === '''minwidth''': (number) the window minimum width value<br/> '''minheight''': (number) the window minimum height value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stag...")