Table of Contents

Class ViewSwitcherBar

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

Methods

GetGType()

Calls native function adw_view_switcher_bar_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetReveal(IntPtr)

Calls native method adw_view_switcher_bar_get_reveal.

public static extern bool GetReveal(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetStack(IntPtr)

Calls native method adw_view_switcher_bar_get_stack.

public static extern IntPtr GetStack(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

New()

Calls native constructor adw_view_switcher_bar_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: None Nullable: False

SetReveal(IntPtr, bool)

Calls native method adw_view_switcher_bar_set_reveal.

public static extern void SetReveal(IntPtr self, bool reveal)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

reveal bool

Transfer ownership: None Nullable: False

SetStack(IntPtr, IntPtr)

Calls native method adw_view_switcher_bar_set_stack.

public static extern void SetStack(IntPtr self, IntPtr stack)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

stack IntPtr

Transfer ownership: None Nullable: True