Table of Contents

Class CellEditableHelper

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class CellEditableHelper : Object, IObject, INotifyPropertyChanged, IDisposable, CellEditable, IHandle, GTypeProvider
Inheritance
CellEditableHelper
Implements
Inherited Members

Constructors

CellEditableHelper(IntPtr, bool)

public CellEditableHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Properties

EditingCanceled

public bool EditingCanceled { get; set; }

Property Value

bool

Methods

EditingDone()

public void EditingDone()

GetGType()

public static Type GetGType()

Returns

Type

RemoveWidget()

public void RemoveWidget()

StartEditing(Event?)

public void StartEditing(Event? @event)

Parameters

event Event