table_get_selected_cell

Function table_get_selected_cell 

Source
pub unsafe fn table_get_selected_cell(
    obj: *mut Object,
    row: *mut u32,
    col: *mut u32,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.