Table of Contents

Class ApplicationWindow

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

Methods

GetGType()

Calls native function gtk_application_window_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetHelpOverlay(IntPtr)

Calls native method gtk_application_window_get_help_overlay.

public static extern IntPtr GetHelpOverlay(IntPtr window)

Parameters

window IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetId(IntPtr)

Calls native method gtk_application_window_get_id.

public static extern uint GetId(IntPtr window)

Parameters

window IntPtr

Transfer ownership: None Nullable: False

Returns

uint

Transfer ownership: None Nullable: False

GetShowMenubar(IntPtr)

Calls native method gtk_application_window_get_show_menubar.

public static extern bool GetShowMenubar(IntPtr window)

Parameters

window IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

New(IntPtr)

Calls native constructor gtk_application_window_new.

public static extern IntPtr New(IntPtr application)

Parameters

application IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

SetHelpOverlay(IntPtr, IntPtr)

Calls native method gtk_application_window_set_help_overlay.

public static extern void SetHelpOverlay(IntPtr window, IntPtr helpOverlay)

Parameters

window IntPtr

Transfer ownership: None Nullable: False

helpOverlay IntPtr

Transfer ownership: None Nullable: True

SetShowMenubar(IntPtr, bool)

Calls native method gtk_application_window_set_show_menubar.

public static extern void SetShowMenubar(IntPtr window, bool showMenubar)

Parameters

window IntPtr

Transfer ownership: None Nullable: False

showMenubar bool

Transfer ownership: None Nullable: False