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



4098
4099
4100
# File 'lib/imgui.rb', line 4098

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

#clearObject



4082
4083
4084
# File 'lib/imgui.rb', line 4082

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

#get_line_begin(base, n) ⇒ Object



4090
4091
4092
# File 'lib/imgui.rb', line 4090

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

#get_line_end(base, n) ⇒ Object



4094
4095
4096
# File 'lib/imgui.rb', line 4094

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

#sizeObject



4086
4087
4088
# File 'lib/imgui.rb', line 4086

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