Table of Contents

Class SqueezerPage

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

Methods

GetChild(IntPtr)

Calls native method adw_squeezer_page_get_child.

public static extern IntPtr GetChild(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

GetEnabled(IntPtr)

Calls native method adw_squeezer_page_get_enabled.

public static extern bool GetEnabled(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetGType()

Calls native function adw_squeezer_page_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

SetEnabled(IntPtr, bool)

Calls native method adw_squeezer_page_set_enabled.

public static extern void SetEnabled(IntPtr self, bool enabled)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

enabled bool

Transfer ownership: None Nullable: False