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
2600 2601 2602 |
# File 'lib/imgui.rb', line 2600 def self.create() return ImGuiStyle.new(ImGui::ImGuiStyle_ImGuiStyle()) end |
Instance Method Details
#destroy ⇒ Object
2608 2609 2610 |
# File 'lib/imgui.rb', line 2608 def destroy() ImGui::ImGuiStyle_destroy(self) end |
#ScaleAllSizes(scale_factor) ⇒ Object
2604 2605 2606 |
# File 'lib/imgui.rb', line 2604 def ScaleAllSizes(scale_factor) ImGui::ImGuiStyle_ScaleAllSizes(self, scale_factor) end |