Table of Contents

Class ApplicationWindow

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class ApplicationWindow
Inheritance
ApplicationWindow
Inherited Members

Methods

AddBreakpoint(IntPtr, IntPtr)

Calls native method adw_application_window_add_breakpoint. Version: 1.4

[Version("1.4")]
public static extern void AddBreakpoint(IntPtr self, IntPtr breakpoint)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

breakpoint IntPtr

Transfer ownership: Full Nullable: False

GetContent(IntPtr)

Calls native method adw_application_window_get_content.

public static extern IntPtr GetContent(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetCurrentBreakpoint(IntPtr)

Calls native method adw_application_window_get_current_breakpoint. Version: 1.4

[Version("1.4")]
public static extern IntPtr GetCurrentBreakpoint(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetDialogs(IntPtr)

Calls native method adw_application_window_get_dialogs. Version: 1.5

[Version("1.5")]
public static extern IntPtr GetDialogs(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False

GetGType()

Calls native function adw_application_window_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetVisibleDialog(IntPtr)

Calls native method adw_application_window_get_visible_dialog. Version: 1.5

[Version("1.5")]
public static extern IntPtr GetVisibleDialog(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

New(IntPtr)

Calls native constructor adw_application_window_new.

public static extern IntPtr New(IntPtr app)

Parameters

app IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

SetContent(IntPtr, IntPtr)

Calls native method adw_application_window_set_content.

public static extern void SetContent(IntPtr self, IntPtr content)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

content IntPtr

Transfer ownership: None Nullable: True