Table of Contents

Class PanedHandle

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

Constructors

PanedHandle(nint, bool)

public PanedHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PanedHandle

Type Parameters

T