Table of Contents

Class ListBaseHandle

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

Constructors

ListBaseHandle(nint, bool)

public ListBaseHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ListBaseHandle

Type Parameters

T