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
boolconstructArguments
ConstructArgument[]
TextMark(IntPtr, bool)
protected TextMark(IntPtr ptr, bool ownedRef)
Parameters
Fields
LeftGravityPropertyDefinition
public static readonly Property<bool, TextMark> LeftGravityPropertyDefinition
Field Value
NamePropertyDefinition
public static readonly Property<string?, TextMark> NamePropertyDefinition
Field Value
Properties
LeftGravity
public bool LeftGravity { get; }
Property Value
Name
public string? Name { get; }
Property Value
Methods
GetBuffer()
public TextBuffer? GetBuffer()
Returns
GetDeleted()
public bool GetDeleted()
Returns
GetGType()
public static Type GetGType()
Returns
GetLeftGravity()
public bool GetLeftGravity()
Returns
GetName()
public string? GetName()
Returns
GetVisible()
public bool GetVisible()
Returns
New(string?, bool)
public static TextMark New(string? name, bool leftGravity)
Parameters
Returns
SetVisible(bool)
public void SetVisible(bool setting)
Parameters
setting
bool