Struct gtk4_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
g_iface: GTypeInterface
editing_done: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>
remove_widget: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>
start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellEditable, _: *mut GdkEvent)>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkCellEditableIface
impl Send for GtkCellEditableIface
impl Sync for GtkCellEditableIface
impl Unpin for GtkCellEditableIface
impl UnwindSafe for GtkCellEditableIface
Blanket Implementations
Mutably borrows from an owned value. Read more