Anonymous

Not logged in

  • English
  • Log in
GiderosMobile

Navigation

  • Main page
  • Recent changes
  • Random page
  • Help

Categories

► Lua API
► Main API
► Plugins

Wiki tools

Wiki tools

  • Special pages

Page tools

Page tools

    Userpage tools

      More

      • What links here
      • Related changes
      • Printable version
      • Permanent link
      • Page information
      • Page logs

      Categories

      Categories

      • ImGui

      ImGui.Style:setWindowRounding

      Namespaces

      • Page
      • Discussion

      Page actions

      • View
      • View source
      • History
      • More

      Available since: Gideros 2020.9
      Class: ImGui.Style

      Description

      Sets the ImGui global style a window rounding value.

      ImGui.Style:setWindowRounding(rounding)
      

      Parameters

      rounding: (number) the window rounding value

      Example

      local imgui = ImGui.new()
      stage:addChild(imgui)
      
      local style = imgui:getStyle()
      style:setWindowRounding(12)
      



      • Dear ImGui
      • ImGui.Style
      • ImGui.Style:getAlpha
      • ImGui.Style:getColor
      • ImGui.Style:getDisplaySafeAreaPadding
      • ImGui.Style:getItemSpacing
      • ImGui.Style:getScrollbarRounding
      • ImGui.Style:getScrollbarSize
      • ImGui.Style:getTouchExtraPadding
      • ImGui.Style:getWindowBorderSize
      • ImGui.Style:getWindowMinSize
      • ImGui.Style:getWindowRounding
      • ImGui.Style:getWindowTitleAlign
      • ImGui.Style:setAlpha
      • ImGui.Style:setColor
      • ImGui.Style:setDisplaySafeAreaPadding
      • ImGui.Style:setItemSpacing
      • ImGui.Style:setScrollbarRounding
      • ImGui.Style:setScrollbarSize
      • ImGui.Style:setTouchExtraPadding
      • ImGui.Style:setWindowBorderSize
      • ImGui.Style:setWindowMinSize
      • ImGui.Style:setWindowRounding
      • ImGui.Style:setWindowTitleAlign



      • Main Page
      • Lua API
      • Main API
      • Plugins
      Retrieved from "https://wiki.gideros.rocks/index.php?title=ImGui.Style:setWindowRounding&oldid=17662"
      Category:
      • ImGui
      Powered by MediaWiki
      • This page was last edited on 24 March 2021, at 07:57.
      • Privacy policy
      • About GiderosMobile
      • Disclaimers