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
2606 2607 2608 |
# File 'lib/imgui.rb', line 2606 def self.create() return ImGuiStyle.new(ImGui::ImGuiStyle_ImGuiStyle()) end |
Instance Method Details
#destroy ⇒ Object
2614 2615 2616 |
# File 'lib/imgui.rb', line 2614 def destroy() ImGui::ImGuiStyle_destroy(self) end |
#ScaleAllSizes(scale_factor) ⇒ Object
2610 2611 2612 |
# File 'lib/imgui.rb', line 2610 def ScaleAllSizes(scale_factor) ImGui::ImGuiStyle_ScaleAllSizes(self, scale_factor) end |