struct

ImGui::ImGuiListClipper

Inherits ImGui::StructType < Struct < Value < Object

Constructors

new(ctx : Pointer(LibImGui::ImGuiContext), display_start : Int32, display_end : Int32, items_count : Int32, items_height : Float32, start_pos_y : Float32, temp_data : Pointer(Void))
Source

Instance methods

begin(items_count : Int32, items_height : Float32 = -1.0) : Void
Source
ctx=(ctx : Pointer(LibImGui::ImGuiContext))
Source
display_end
Source
display_end=(display_end : Int32)
Source
display_start
Source
display_start=(display_start : Int32)
Source
include_item_by_index(item_index : Int32) : Void
Source
include_items_by_index(item_begin : Int32, item_end : Int32) : Void
Source
items_count
Source
items_count=(items_count : Int32)
Source
items_height
Source
items_height=(items_height : Float32)
Source
start_pos_y
Source
start_pos_y=(start_pos_y : Float32)
Source
step
Source
temp_data
Source
temp_data=(temp_data : Pointer(Void))
Source