Class: ImGuiTextIndex

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/imgui.rb

Instance Method Summary collapse

Instance Method Details

#append(base, old_size, new_size) ⇒ Object



4058
4059
4060
# File 'lib/imgui.rb', line 4058

def append(base, old_size, new_size)
  ImGui::ImGuiTextIndex_append(self, base, old_size, new_size)
end

#clearObject



4042
4043
4044
# File 'lib/imgui.rb', line 4042

def clear()
  ImGui::ImGuiTextIndex_clear(self)
end

#get_line_begin(base, n) ⇒ Object



4050
4051
4052
# File 'lib/imgui.rb', line 4050

def get_line_begin(base, n)
  ImGui::ImGuiTextIndex_get_line_begin(self, base, n)
end

#get_line_end(base, n) ⇒ Object



4054
4055
4056
# File 'lib/imgui.rb', line 4054

def get_line_end(base, n)
  ImGui::ImGuiTextIndex_get_line_end(self, base, n)
end

#sizeObject



4046
4047
4048
# File 'lib/imgui.rb', line 4046

def size()
  ImGui::ImGuiTextIndex_size(self)
end