Struct gtk_sys::GtkCellEditableIface [] [src]

#[repr(C)]
pub struct GtkCellEditableIface { pub g_iface: GTypeInterface, pub editing_done: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>, pub remove_widget: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>, pub start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellEditable, _: *mut GdkEvent)>, }

Fields