Table of Contents

Class WindowHandle

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

Constructors

WindowHandle(nint, bool)

public WindowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

WindowHandle

Type Parameters

T

GetChild(nint)

Calls native method gtk_window_handle_get_child.

public static extern nint GetChild(nint self)

Parameters

self nint

Transfer ownership: None Nullable: False

Returns

nint

Transfer ownership: None Nullable: True

GetGType()

Calls native function gtk_window_handle_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New()

Calls native constructor gtk_window_handle_new.

public static extern nint New()

Returns

nint

Transfer ownership: None Nullable: False

SetChild(nint, nint)

Calls native method gtk_window_handle_set_child.

public static extern void SetChild(nint self, nint child)

Parameters

self nint

Transfer ownership: None Nullable: False

child nint

Transfer ownership: None Nullable: True