Table of Contents

Class FrameHandle

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

Constructors

FrameHandle(nint, bool)

public FrameHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FrameHandle

Type Parameters

T