Table of Contents

Class ListItemHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class ListItemHandle : ObjectHandle, IDisposable
Inheritance
ListItemHandle
Implements
Derived
Inherited Members

Constructors

ListItemHandle(nint, bool)

public ListItemHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static ListItemHandle For<T>(ConstructArgument[] constructArguments) where T : ListItem, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

ListItemHandle

Type Parameters

T