Class: ImGuiPackedDate
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiPackedDate
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#IsValid ⇒ Object
3644 3645 3646 |
# File 'lib/imgui.rb', line 3644 def IsValid() ImGui::ImGuiPackedDate_IsValid(self) end |
#SubtractMonths(m) ⇒ Object
3652 3653 3654 |
# File 'lib/imgui.rb', line 3652 def SubtractMonths(m) ImGui::ImGuiPackedDate_SubtractMonths(self, m) end |
#Unpack ⇒ Object
3648 3649 3650 |
# File 'lib/imgui.rb', line 3648 def Unpack() ImGui::ImGuiPackedDate_Unpack(self) end |