|
IMGUI_API void | Begin (int items_count, float items_height=-1.0f) |
IMGUI_API void | End () |
IMGUI_API bool | Step () |
void | IncludeItemByIndex (int item_index) |
IMGUI_API void | IncludeItemsByIndex (int item_begin, int item_end) |
IMGUI_API void | SeekCursorForItem (int item_index) |
void | IncludeRangeByIndices (int item_begin, int item_end) |
void | ForceDisplayRangeByIndices (int item_begin, int item_end) |
|
ImGuiContext * | Ctx |
int | DisplayStart |
int | DisplayEnd |
int | ItemsCount |
float | ItemsHeight |
float | StartPosY |
double | StartSeekOffsetY |
void * | TempData |
The documentation for this struct was generated from the following file: