Table of Contents

Class ListBoxRowHandle

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

Constructors

ListBoxRowHandle(nint, bool)

public ListBoxRowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ListBoxRowHandle

Type Parameters

T