textarea_set_text_selection

Function textarea_set_text_selection 

Source
pub unsafe fn textarea_set_text_selection(
    obj: *mut Object,
    en: bool,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.