Table of Contents

Class EditableInterfaceHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public abstract class EditableInterfaceHandle : SafeHandle, IDisposable
Inheritance
EditableInterfaceHandle
Implements
Derived
Inherited Members

Constructors

EditableInterfaceHandle(bool)

protected EditableInterfaceHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(EditableInterfaceHandle?)

public bool Equals(EditableInterfaceHandle? other)

Parameters

other EditableInterfaceHandle

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetBaseIface()

public TypeInterfaceData GetBaseIface()

Returns

TypeInterfaceData

GetChanged()

public EditableInterfaceData.ChangedCallback GetChanged()

Returns

EditableInterfaceData.ChangedCallback

GetDeleteText()

public EditableInterfaceData.DeleteTextCallback GetDeleteText()

Returns

EditableInterfaceData.DeleteTextCallback

GetDoDeleteText()

public EditableInterfaceData.DoDeleteTextCallback GetDoDeleteText()

Returns

EditableInterfaceData.DoDeleteTextCallback

GetDoInsertText()

public EditableInterfaceData.DoInsertTextCallback GetDoInsertText()

Returns

EditableInterfaceData.DoInsertTextCallback

GetGetDelegate()

public EditableInterfaceData.GetDelegateCallback GetGetDelegate()

Returns

EditableInterfaceData.GetDelegateCallback

GetGetSelectionBounds()

public EditableInterfaceData.GetSelectionBoundsCallback GetGetSelectionBounds()

Returns

EditableInterfaceData.GetSelectionBoundsCallback

GetGetText()

public EditableInterfaceData.GetTextCallback GetGetText()

Returns

EditableInterfaceData.GetTextCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetInsertText()

public EditableInterfaceData.InsertTextCallback GetInsertText()

Returns

EditableInterfaceData.InsertTextCallback

GetSetSelectionBounds()

public EditableInterfaceData.SetSelectionBoundsCallback GetSetSelectionBounds()

Returns

EditableInterfaceData.SetSelectionBoundsCallback