Table of Contents

Class TextMark

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class TextMark : Object, IDisposable, GTypeProvider, InstanceFactory
Inheritance
TextMark
Implements
Derived
Inherited Members

Constructors

TextMark(params ConstructArgument[])

public TextMark(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

TextMark(TextMarkHandle)

public TextMark(TextMarkHandle handle)

Parameters

handle TextMarkHandle

Fields

LeftGravityPropertyDefinition

public static readonly Property<bool, TextMark> LeftGravityPropertyDefinition

Field Value

Property<bool, TextMark>

NamePropertyDefinition

public static readonly Property<string?, TextMark> NamePropertyDefinition

Field Value

Property<string, TextMark>

Properties

LeftGravity

public bool LeftGravity { get; }

Property Value

bool

Name

public string? Name { get; }

Property Value

string

Methods

GetBuffer()

public TextBuffer? GetBuffer()

Returns

TextBuffer

GetDeleted()

public bool GetDeleted()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetLeftGravity()

public bool GetLeftGravity()

Returns

bool

GetName()

public string? GetName()

Returns

string

GetVisible()

public bool GetVisible()

Returns

bool

New(string?, bool)

public static TextMark New(string? name, bool leftGravity)

Parameters

name string
leftGravity bool

Returns

TextMark

SetVisible(bool)

public void SetVisible(bool setting)

Parameters

setting bool