Class StyleScheme
- Namespace
- GtkSource
- Assembly
- GtkSource-5.dll
public class StyleScheme : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
StyleScheme
- Implements
-
- Inherited Members
-
Constructors
StyleScheme(params ConstructArgument[])
public StyleScheme(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
StyleScheme(StyleSchemeHandle)
public StyleScheme(StyleSchemeHandle handle)
Parameters
handle
StyleSchemeHandle
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()
Returns
- string
[Version("5.4")]
public string? GetMetadata(string name)
Parameters
name
string
Returns
- string
GetName()
Returns
- string
GetStyle(string)
public Style? GetStyle(string styleId)
Parameters
styleId
string
Returns
- Style