Table of Contents

Class StyleScheme

Namespace
GtkSource
Assembly
GtkSource-5.dll
public class StyleScheme : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
StyleScheme
Implements
Inherited Members

Constructors

StyleScheme(bool, params ConstructArgument[])

protected StyleScheme(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

StyleScheme(IntPtr, bool)

protected StyleScheme(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

DescriptionPropertyDefinition

public static readonly Property<string?, StyleScheme> DescriptionPropertyDefinition

Field Value

Property<string, StyleScheme>

FilenamePropertyDefinition

public static readonly Property<string?, StyleScheme> FilenamePropertyDefinition

Field Value

Property<string, StyleScheme>

IdPropertyDefinition

public static readonly Property<string?, StyleScheme> IdPropertyDefinition

Field Value

Property<string, StyleScheme>

NamePropertyDefinition

public static readonly Property<string?, StyleScheme> NamePropertyDefinition

Field Value

Property<string, StyleScheme>

Properties

Description

public string? Description { get; }

Property Value

string

Filename

public string? Filename { get; }

Property Value

string

Id

public string? Id { get; }

Property Value

string

Name

public string? Name { get; }

Property Value

string

Methods

GetAuthors()

public string[]? GetAuthors()

Returns

string[]

GetDescription()

public string? GetDescription()

Returns

string

GetFilename()

public string? GetFilename()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

GetId()

public string GetId()

Returns

string

GetMetadata(string)

[Version("5.4")]
public string? GetMetadata(string name)

Parameters

name string

Returns

string

GetName()

public string GetName()

Returns

string

GetStyle(string)

public Style? GetStyle(string styleId)

Parameters

styleId string

Returns

Style