Table of Contents

Class Mark

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

Constructors

Mark(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

Mark(IntPtr, bool)

protected Mark(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

CategoryPropertyDefinition

public static readonly Property<string?, Mark> CategoryPropertyDefinition

Field Value

Property<string, Mark>

Properties

Category

public string? Category { get; }

Property Value

string

Methods

GetCategory()

public string GetCategory()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

New(string?, string)

public static Mark New(string? name, string category)

Parameters

name string
category string

Returns

Mark

Next(string?)

public Mark? Next(string? category)

Parameters

category string

Returns

Mark

Prev(string?)

public Mark? Prev(string? category)

Parameters

category string

Returns

Mark