Skip to main content

wxd_RadioButton_Create

Function wxd_RadioButton_Create 

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