Function atk_sys::atk_component_set_extents
source · [−]pub unsafe extern "C" fn atk_component_set_extents(
component: *mut AtkComponent,
x: c_int,
y: c_int,
width: c_int,
height: c_int,
coord_type: AtkCoordType
) -> gboolean