igListBox

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool igListBox(const(char)* label, int* current_item, const(char)** items, int items_count, int height_in_items)
  2. bool igListBox(const(char)* label, int* current_item, igListBox_items_getter items_getter, void* data, int items_count, int height_in_items)

Meta