Class AttrList
- Namespace
- Pango
- Assembly
- Pango-1.0.dll
public sealed class AttrList : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<AttrList>, IDisposable
- Inheritance
-
AttrList
- Implements
- Inherited Members
Constructors
AttrList(AttrListOwnedHandle)
public AttrList(AttrListOwnedHandle handle)
Parameters
handleAttrListOwnedHandle
Properties
Handle
public AttrListOwnedHandle Handle { get; }
Property Value
Methods
Change(Attribute)
public void Change(Attribute attr)
Parameters
attrAttribute
Copy()
public AttrList? Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equal(AttrList)
[Version("1.46")]
public bool Equal(AttrList otherList)
Parameters
otherListAttrList
Returns
Equals(AttrList?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(AttrList? other)
Parameters
otherAttrListAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
Filter(AttrFilterFunc)
[Version("1.2")]
public AttrList? Filter(AttrFilterFunc func)
Parameters
funcAttrFilterFunc
Returns
FromString(string)
[Version("1.50")]
public static AttrList? FromString(string text)
Parameters
textstring
Returns
GetAttributes()
[Version("1.44")]
public SList GetAttributes()
Returns
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetIterator()
public AttrIterator GetIterator()
Returns
Insert(Attribute)
public void Insert(Attribute attr)
Parameters
attrAttribute
InsertBefore(Attribute)
public void InsertBefore(Attribute attr)
Parameters
attrAttribute
New()
public static AttrList New()
Returns
Ref()
[Version("1.10")]
public AttrList Ref()
Returns
Splice(AttrList, int, int)
public void Splice(AttrList other, int pos, int len)
Parameters
ToString()
[Version("1.50")]
public string ToString()
Returns
Unref()
public void Unref()
Update(int, int, int)
[Version("1.44")]
public void Update(int pos, int remove, int add)