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, bool function(void* data, int idx, const(char)** out_text) items_getter, void* data, int items_count, int height_in_items)
    bool
    igListBox
    (
    const(char)* label
    ,,
    bool function
    (
    void* data
    ,
    int idx
    ,
    const(char)** out_text
    )
    items_getter
    ,
    void* data
    ,,)

Meta