Difference between revisions of "ImGui.Style"

From GiderosMobile
 
Line 15: Line 15:
 
[[ImGui.Style:getAlpha]] ''gets the ImGui global style alpha''<br/><!--GIDEROSMTD:ImGui.Style:getAlpha() gets the ImGui global style alpha-->
 
[[ImGui.Style:getAlpha]] ''gets the ImGui global style alpha''<br/><!--GIDEROSMTD:ImGui.Style:getAlpha() gets the ImGui global style alpha-->
 
[[ImGui.Style:getColor]] ''gets the color of an ImGui element''<br/><!--GIDEROSMTD:ImGui.Style:getColor(ImGuiElement) gets the color of an ImGui element-->
 
[[ImGui.Style:getColor]] ''gets the color of an ImGui element''<br/><!--GIDEROSMTD:ImGui.Style:getColor(ImGuiElement) gets the color of an ImGui element-->
 +
[[ImGui.Style:getDisplaySafeAreaPadding]] ''gets the ImGui global style safe area display value''<br/><!--GIDEROSMTD:ImGui.Style:getDisplaySafeAreaPadding() gets the ImGui global style safe area display value-->
 
[[ImGui.Style:getItemSpacing]] ''gets the ImGui global style items spacing''<br/><!--GIDEROSMTD:ImGui.Style:getItemSpacing() gets the ImGui global style items spacing-->
 
[[ImGui.Style:getItemSpacing]] ''gets the ImGui global style items spacing''<br/><!--GIDEROSMTD:ImGui.Style:getItemSpacing() gets the ImGui global style items spacing-->
 
[[ImGui.Style:getScrollbarRounding]] ''gets the ImGui global style scrollbar rounding''<br/><!--GIDEROSMTD:ImGui.Style:getScrollbarRounding() gets the ImGui global style scrollbar rounding-->
 
[[ImGui.Style:getScrollbarRounding]] ''gets the ImGui global style scrollbar rounding''<br/><!--GIDEROSMTD:ImGui.Style:getScrollbarRounding() gets the ImGui global style scrollbar rounding-->
Line 25: Line 26:
 
[[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-->
 
[[ImGui.Style:setColor]] ''sets a color to an ImGui element''<br/><!--GIDEROSMTD:ImGui.Style:setColor(ImGuiElement, hex, alpha) sets a color to an ImGui element-->
 
[[ImGui.Style:setColor]] ''sets a color to an ImGui element''<br/><!--GIDEROSMTD:ImGui.Style:setColor(ImGuiElement, hex, alpha) sets a color to an ImGui element-->
 +
[[ImGui.Style:setDisplaySafeAreaPadding]] ''sets the ImGui global style the safe area display padding''<br/><!--GIDEROSMTD:ImGui.Style:setDisplaySafeAreaPadding(number, number) sets the ImGui global style the safe area display padding-->
 
[[ImGui.Style:setItemSpacing]] ''sets the ImGui global style items spacing''<br/><!--GIDEROSMTD:ImGui.Style:setItemSpacing(number, number) sets the ImGui global style items spacing-->
 
[[ImGui.Style:setItemSpacing]] ''sets the ImGui global style items spacing''<br/><!--GIDEROSMTD:ImGui.Style:setItemSpacing(number, number) sets the ImGui global style items spacing-->
 
[[ImGui.Style:setScrollbarRounding]] ''sets the ImGui global style scrollbar rounding''<br/><!--GIDEROSMTD:ImGui.Style:setScrollbarRounding(number) sets the ImGui global style scrollbar rounding-->
 
[[ImGui.Style:setScrollbarRounding]] ''sets the ImGui global style scrollbar rounding''<br/><!--GIDEROSMTD:ImGui.Style:setScrollbarRounding(number) sets the ImGui global style scrollbar rounding-->

Latest revision as of 05:48, 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:getDisplaySafeAreaPadding gets the ImGui global style safe area display value
ImGui.Style:getItemSpacing gets the ImGui global style items spacing
ImGui.Style:getScrollbarRounding gets the ImGui global style scrollbar rounding
ImGui.Style:getScrollbarSize gets the ImGui global style scrollbar size
ImGui.Style:getTouchExtraPadding gets the ImGui global style touch extra padding
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:getWindowTitleAlign gets the ImGui global style window title alignment
ImGui.Style:setAlpha sets the ImGui global style alpha
ImGui.Style:setColor sets a color to an ImGui element
ImGui.Style:setDisplaySafeAreaPadding sets the ImGui global style the safe area display padding
ImGui.Style:setItemSpacing sets the ImGui global style items spacing
ImGui.Style:setScrollbarRounding sets the ImGui global style scrollbar rounding
ImGui.Style:setScrollbarSize sets the ImGui global style scrollbar size
ImGui.Style:setTouchExtraPadding sets the ImGui global style touch extra padding
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
ImGui.Style:setWindowTitleAlign sets the ImGui global style window title alignment

Events

-->

Constants

-->


Dear ImGui