83intGr_DrawCustomDropdown(GrRect bounds, constchar *label, constchar *items[], int count, int *selected, int *open);
84
97intGr_DrawCustomDropdownScrollable(GrRect bounds, constchar *label, constchar *items[], int count, int *selected, int *open, int *scroll, int max_visible);
int Gr_DrawCustomDropdownScrollable(GrRect bounds, const char *label, const char *items[], int count, int *selected, int *open, int *scroll, int max_visible)
Extended custom dropdown featuring scrollbars for long list selections.