Table of Contents

Class StyleManager

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

Methods

GetColorScheme(IntPtr)

Calls native method adw_style_manager_get_color_scheme.

public static extern ColorScheme GetColorScheme(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

ColorScheme

Transfer ownership: None Nullable: False

GetDark(IntPtr)

Calls native method adw_style_manager_get_dark.

public static extern bool GetDark(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetDefault()

Calls native function adw_style_manager_get_default.

public static extern IntPtr GetDefault()

Returns

IntPtr

Transfer ownership: None Nullable: False

GetDisplay(IntPtr)

Calls native method adw_style_manager_get_display.

public static extern IntPtr GetDisplay(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetForDisplay(IntPtr)

Calls native function adw_style_manager_get_for_display.

public static extern IntPtr GetForDisplay(IntPtr display)

Parameters

display IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

GetGType()

Calls native function adw_style_manager_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetHighContrast(IntPtr)

Calls native method adw_style_manager_get_high_contrast.

public static extern bool GetHighContrast(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetSystemSupportsColorSchemes(IntPtr)

Calls native method adw_style_manager_get_system_supports_color_schemes.

public static extern bool GetSystemSupportsColorSchemes(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

SetColorScheme(IntPtr, ColorScheme)

Calls native method adw_style_manager_set_color_scheme.

public static extern void SetColorScheme(IntPtr self, ColorScheme colorScheme)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

colorScheme ColorScheme

Transfer ownership: None Nullable: False