Function wxd_EditableListBox_GetStrings

Source
pub unsafe extern "C" fn wxd_EditableListBox_GetStrings(
    self_: *mut wxd_Window_t,
    count: *mut c_int,
) -> *mut *mut c_char
Expand description

@brief Get the string items in the listbox

@param self Pointer to wxEditableListBox @param count Pointer to be filled with the count of items @return Array of strings, must be freed with wxd_free_strings