Table of Contents

Class SwitchRow

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

Methods

GetActive(IntPtr)

Calls native method adw_switch_row_get_active. Version: 1.4

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

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetGType()

Calls native function adw_switch_row_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New()

Calls native constructor adw_switch_row_new. Version: 1.4

[Version("1.4")]
public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: None Nullable: False

SetActive(IntPtr, bool)

Calls native method adw_switch_row_set_active. Version: 1.4

[Version("1.4")]
public static extern void SetActive(IntPtr self, bool isActive)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

isActive bool

Transfer ownership: None Nullable: False