[−][src]Trait gtk::CellEditableExt
Required methods
fn editing_done(&self)
fn remove_widget(&self)
fn start_editing<'a, P: Into<Option<&'a Event>>>(&self, event: P)
fn get_property_editing_canceled(&self) -> bool
fn set_property_editing_canceled(&self, editing_canceled: bool)
fn connect_editing_done<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
fn connect_remove_widget<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
fn connect_property_editing_canceled_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<CellEditable>> CellEditableExt for O[src]
fn editing_done(&self)[src]
fn remove_widget(&self)[src]
fn start_editing<'a, P: Into<Option<&'a Event>>>(&self, event: P)[src]
fn get_property_editing_canceled(&self) -> bool[src]
fn set_property_editing_canceled(&self, editing_canceled: bool)[src]
fn connect_editing_done<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]
fn connect_remove_widget<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]
fn connect_property_editing_canceled_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId