Table of Contents

Class ExpanderHandle

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

Constructors

ExpanderHandle(nint, bool)

public ExpanderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ExpanderHandle

Type Parameters

T