igCombo

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool igCombo(const(char)* label, int* current_item, const(char)** items, int items_count, int popup_max_height_in_items)
  2. bool igCombo(const(char)* label, int* current_item, const(char)* items_separated_by_zeros, int popup_max_height_in_items)
  3. bool igCombo(const(char)* label, int* current_item, bool function(void* data, int idx, const(char)** out_text) items_getter, void* data, int items_count, int popup_max_height_in_items)
    bool
    igCombo
    (
    const(char)* label
    ,,
    bool function
    (
    void* data
    ,
    int idx
    ,
    const(char)** out_text
    )
    items_getter
    ,
    void* data
    ,,)

Meta