Function wxd_TextCtrl_Create

Source
pub unsafe extern "C" fn wxd_TextCtrl_Create(
    parent: *mut wxd_Window_t,
    id: wxd_Id,
    value: *const c_char,
    pos: wxd_Point,
    size: wxd_Size,
    style: wxd_Style_t,
) -> *mut wxd_TextCtrl_t