Table of Contents

Class TextMark

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

Constructors

TextMark(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

TextMark(IntPtr, bool)

protected TextMark(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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