Difference between revisions of "ImGui.Style:getScrollbarSize"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(number) = ImGui.Style:getScrollbarSize()
 
(number) = ImGui.Style:getScrollbarSize()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
Line 20: Line 20:
 
style:setScrollbarSize(12)
 
style:setScrollbarSize(12)
 
print(style:getScrollbarSize()) -- 12
 
print(style:getScrollbarSize()) -- 12
</source>
+
</syntaxhighlight>
  
 
{{ImGui.Style}}
 
{{ImGui.Style}}

Latest revision as of 15:29, 13 July 2023