Table of Contents

Class Bin

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

Methods

GetChild(IntPtr)

Calls native method adw_bin_get_child.

public static extern IntPtr GetChild(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetGType()

Calls native function adw_bin_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New()

Calls native constructor adw_bin_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: None Nullable: False

SetChild(IntPtr, IntPtr)

Calls native method adw_bin_set_child.

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

Parameters

self IntPtr

Transfer ownership: None Nullable: False

child IntPtr

Transfer ownership: None Nullable: True