Table of Contents

Class TreeRowReference

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class TreeRowReference : BoxedRecord, IEquatable<TreeRowReference>
Inheritance
TreeRowReference
Implements
Inherited Members

Constructors

TreeRowReference(TreeRowReferenceOwnedHandle)

public TreeRowReference(TreeRowReferenceOwnedHandle handle)

Parameters

handle TreeRowReferenceOwnedHandle

Properties

Handle

public TreeRowReferenceOwnedHandle Handle { get; }

Property Value

TreeRowReferenceOwnedHandle

Methods

Copy()

public TreeRowReference Copy()

Returns

TreeRowReference

Deleted(Object, TreePath)

public static void Deleted(Object proxy, TreePath path)

Parameters

proxy Object
path TreePath

Equals(TreeRowReference?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(TreeRowReference? other)

Parameters

other TreeRowReference

An object to compare with this object.

Returns

bool

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

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.

Free()

public void Free()

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetModel()

public TreeModel GetModel()

Returns

TreeModel

GetPath()

public TreePath? GetPath()

Returns

TreePath

Inserted(Object, TreePath)

public static void Inserted(Object proxy, TreePath path)

Parameters

proxy Object
path TreePath

New(TreeModel, TreePath)

public static TreeRowReference? New(TreeModel model, TreePath path)

Parameters

model TreeModel
path TreePath

Returns

TreeRowReference

NewProxy(Object, TreeModel, TreePath)

public static TreeRowReference? NewProxy(Object proxy, TreeModel model, TreePath path)

Parameters

proxy Object
model TreeModel
path TreePath

Returns

TreeRowReference

Valid()

public bool Valid()

Returns

bool