Skip to main content

wxd_EditableListBox_AddString

Function wxd_EditableListBox_AddString 

Source
pub unsafe extern "C" fn wxd_EditableListBox_AddString(
    self_: *mut wxd_Window_t,
    string: *const c_char,
)
Expand description

@brief Add a string item to the listbox

@param self Pointer to wxEditableListBox @param string String to add