Difference between revisions of "ImGui.Style"

From GiderosMobile
Line 18: Line 18:
 
[[ImGui.Style:getScrollbarSize]] ''gets the ImGui global style scrollbar size''<br/><!--GIDEROSMTD:ImGui.Style:getScrollbarSize() gets the ImGui global style scrollbar size-->
 
[[ImGui.Style:getScrollbarSize]] ''gets the ImGui global style scrollbar size''<br/><!--GIDEROSMTD:ImGui.Style:getScrollbarSize() gets the ImGui global style scrollbar size-->
 
[[ImGui.Style:getWindowBorderSize]] ''gets the ImGui global style window border size''<br/><!--GIDEROSMTD:ImGui.Style:getWindowBorderSize() gets the ImGui global style window border size-->
 
[[ImGui.Style:getWindowBorderSize]] ''gets the ImGui global style window border size''<br/><!--GIDEROSMTD:ImGui.Style:getWindowBorderSize() gets the ImGui global style window border size-->
 +
[[ImGui.Style:getWindowMinSize]] ''gets the ImGui global style window minimum size''<br/><!--GIDEROSMTD:ImGui.Style:getWindowMinSize() gets the ImGui global style window minimum size-->
 
[[ImGui.Style:getWindowRounding]] ''gets the ImGui global style window rounding''<br/><!--GIDEROSMTD:ImGui.Style:getWindowRounding() gets the ImGui global style window rounding-->
 
[[ImGui.Style:getWindowRounding]] ''gets the ImGui global style window rounding''<br/><!--GIDEROSMTD:ImGui.Style:getWindowRounding() gets the ImGui global style window rounding-->
 
[[ImGui.Style:setAlpha]] ''sets the ImGui global style alpha''<br/><!--GIDEROSMTD:ImGui.Style:setAlpha(alpha) sets the ImGui global style alpha-->
 
[[ImGui.Style:setAlpha]] ''sets the ImGui global style alpha''<br/><!--GIDEROSMTD:ImGui.Style:setAlpha(alpha) sets the ImGui global style alpha-->
Line 24: Line 25:
 
[[ImGui.Style:setScrollbarSize]] ''sets the ImGui global style scrollbar size''<br/><!--GIDEROSMTD:ImGui.Style:setScrollbarSize(number) sets the ImGui global style scrollbar size-->
 
[[ImGui.Style:setScrollbarSize]] ''sets the ImGui global style scrollbar size''<br/><!--GIDEROSMTD:ImGui.Style:setScrollbarSize(number) sets the ImGui global style scrollbar size-->
 
[[ImGui.Style:setWindowBorderSize]] ''sets the ImGui global style window border size''<br/><!--GIDEROSMTD:ImGui.Style:setWindowBorderSize(number) sets the ImGui global style window border size-->
 
[[ImGui.Style:setWindowBorderSize]] ''sets the ImGui global style window border size''<br/><!--GIDEROSMTD:ImGui.Style:setWindowBorderSize(number) sets the ImGui global style window border size-->
 +
[[ImGui.Style:setWindowMinSize]] ''sets the ImGui global style window minimum size''<br/><!--GIDEROSMTD:ImGui.Style:setWindowMinSize(number, number) sets the ImGui global style window minimum size-->
 
[[ImGui.Style:setWindowRounding]] ''sets the ImGui global style window rounding''<br/><!--GIDEROSMTD:ImGui.Style:setWindowRounding(number) sets the ImGui global style window rounding-->
 
[[ImGui.Style:setWindowRounding]] ''sets the ImGui global style window rounding''<br/><!--GIDEROSMTD:ImGui.Style:setWindowRounding(number) sets the ImGui global style window rounding-->
  

Revision as of 04:20, 25 March 2021

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2020.9

Description

This is the ImGui Style class.


PLEASE NOTE THE DOCUMENTATION IS WORK IN PROGRESS


Methods

ImGui.Style:getAlpha gets the ImGui global style alpha
ImGui.Style:getColor gets the color of an ImGui element
ImGui.Style:getScrollbarRounding gets the ImGui global style scrollbar rounding
ImGui.Style:getScrollbarSize gets the ImGui global style scrollbar size
ImGui.Style:getWindowBorderSize gets the ImGui global style window border size
ImGui.Style:getWindowMinSize gets the ImGui global style window minimum size
ImGui.Style:getWindowRounding gets the ImGui global style window rounding
ImGui.Style:setAlpha sets the ImGui global style alpha
ImGui.Style:setColor sets a color to an ImGui element
ImGui.Style:setScrollbarRounding sets the ImGui global style scrollbar rounding
ImGui.Style:setScrollbarSize sets the ImGui global style scrollbar size
ImGui.Style:setWindowBorderSize sets the ImGui global style window border size
ImGui.Style:setWindowMinSize sets the ImGui global style window minimum size
ImGui.Style:setWindowRounding sets the ImGui global style window rounding

Events

-->

Constants

-->


Dear ImGui