[][src]Function raylib::ffi::GuiListViewEx

pub unsafe extern "C" fn GuiListViewEx(
    bounds: Rectangle,
    text: *mut *const i8,
    count: i32,
    enabled: *mut i32,
    active: *mut i32,
    focus: *mut i32,
    scrollIndex: *mut i32,
    editMode: bool
) -> bool