Table of Contents

Class WindowGroup

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class WindowGroup
Inheritance
WindowGroup
Inherited Members

Methods

AddWindow(IntPtr, IntPtr)

Calls native method gtk_window_group_add_window.

public static extern void AddWindow(IntPtr windowGroup, IntPtr window)

Parameters

windowGroup IntPtr

Transfer ownership: None Nullable: False

window IntPtr

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_window_group_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New()

Calls native constructor gtk_window_group_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: Full Nullable: False

RemoveWindow(IntPtr, IntPtr)

Calls native method gtk_window_group_remove_window.

public static extern void RemoveWindow(IntPtr windowGroup, IntPtr window)

Parameters

windowGroup IntPtr

Transfer ownership: None Nullable: False

window IntPtr

Transfer ownership: None Nullable: False