[][src]Function raylib::ffi::GuiListView

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