Class: ImGuiStyle
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiStyle
- Defined in:
- lib/imgui.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create ⇒ Object
1767 1768 1769 |
# File 'lib/imgui.rb', line 1767 def self.create() return ImGuiStyle.new(ImGui::ImGuiStyle_ImGuiStyle()) end |
Instance Method Details
#destroy ⇒ Object
1775 1776 1777 |
# File 'lib/imgui.rb', line 1775 def destroy() ImGui::ImGuiStyle_destroy(self) end |
#ScaleAllSizes(scale_factor) ⇒ Object
1771 1772 1773 |
# File 'lib/imgui.rb', line 1771 def ScaleAllSizes(scale_factor) ImGui::ImGuiStyle_ScaleAllSizes(self, scale_factor) end |