pub trait CellEditableImpl: ObjectImpl {
    // Provided methods
    fn editing_done(&self) { ... }
    fn remove_widget(&self) { ... }
    fn start_editing(&self, event: Option<&Event>) { ... }
}

Provided Methods§

Implementors§