Function wxd_EditableListBox_New

Source
pub unsafe extern "C" fn wxd_EditableListBox_New(
    parent: *mut wxd_Window_t,
    id: c_int,
    label: *const c_char,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int,
    style: i64,
) -> *mut wxd_Window_t
Expand description

@brief Create a new wxEditableListBox

@param parent Parent window @param id Window identifier @param label Label shown at the top of the listbox @param pos Initial position @param size Initial size @param style The window style, see wxEditableListBox @return Pointer to the new wxEditableListBox