Difference between revisions of "ImGui.Style:setWindowMinSize"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style a window minimum size value. <source la...")
 
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Sets the ImGui global style a window minimum size value.
+
Sets the ImGui global style window minimum size values.
 
<source lang="lua">
 
<source lang="lua">
 
ImGui.Style:setWindowMinSize(minwidth, minheight)
 
ImGui.Style:setWindowMinSize(minwidth, minheight)

Revision as of 04:34, 25 March 2021