Class AttrList
- Namespace
- Pango
- Assembly
- Pango-1.0.dll
public sealed class AttrList : BoxedRecord, IEquatable<AttrList>
- Inheritance
-
AttrList
- Implements
- Inherited Members
Constructors
AttrList(AttrListOwnedHandle)
public AttrList(AttrListOwnedHandle handle)
Parameters
handle
AttrListOwnedHandle
Properties
Handle
public AttrListOwnedHandle Handle { get; }
Property Value
Methods
Change(Attribute)
public void Change(Attribute attr)
Parameters
attr
Attribute
Copy()
public AttrList? Copy()
Returns
Equal(AttrList)
[Version("1.46")]
public bool Equal(AttrList otherList)
Parameters
otherList
AttrList
Returns
Equals(AttrList?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(AttrList? other)
Parameters
other
AttrListAn 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
obj
objectThe object to compare with the current object.
Returns
Filter(AttrFilterFunc)
[Version("1.2")]
public AttrList? Filter(AttrFilterFunc func)
Parameters
func
AttrFilterFunc
Returns
FromString(string)
[Version("1.50")]
public static AttrList? FromString(string text)
Parameters
text
string
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
attr
Attribute
InsertBefore(Attribute)
public void InsertBefore(Attribute attr)
Parameters
attr
Attribute
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)