Trait gtk4::subclass::cell_editable::CellEditableImpl
source · pub trait CellEditableImpl: ObjectImpl {
// Provided methods
fn editing_done(&self) { ... }
fn remove_widget(&self) { ... }
fn start_editing(&self, event: Option<&Event>) { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn editing_done(&self)
👎Deprecated: Since 4.10
fn remove_widget(&self)
👎Deprecated: Since 4.10
fn start_editing(&self, event: Option<&Event>)
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.