Function wxd_FileCtrl_Create

Source
pub unsafe extern "C" fn wxd_FileCtrl_Create(
    parent: *mut wxd_Window_t,
    id: c_int,
    default_directory: *const c_char,
    default_filename: *const c_char,
    wild_card: *const c_char,
    style: i64,
    pos_x: c_int,
    pos_y: c_int,
    size_w: c_int,
    size_h: c_int,
    name: *const c_char,
) -> *mut wxd_FileCtrl_t