table_set_column_width

Function table_set_column_width 

Source
pub unsafe fn table_set_column_width(
    obj: *mut Object,
    col_id: u32,
    w: i32,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.