Table of Contents

Class CellEditable

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class CellEditable
Inheritance
CellEditable
Inherited Members

Methods

EditingDone(IntPtr)

Calls native method gtk_cell_editable_editing_done.

public static extern void EditingDone(IntPtr cellEditable)

Parameters

cellEditable IntPtr

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_cell_editable_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

RemoveWidget(IntPtr)

Calls native method gtk_cell_editable_remove_widget.

public static extern void RemoveWidget(IntPtr cellEditable)

Parameters

cellEditable IntPtr

Transfer ownership: None Nullable: False

StartEditing(IntPtr, IntPtr)

Calls native method gtk_cell_editable_start_editing.

public static extern void StartEditing(IntPtr cellEditable, IntPtr @event)

Parameters

cellEditable IntPtr

Transfer ownership: None Nullable: False

event IntPtr