Table of Contents

Class WindowControlsHandle

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

Constructors

WindowControlsHandle(nint, bool)

public WindowControlsHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

WindowControlsHandle

Type Parameters

T