Name
pango.AttrList -- create attribute list
Synopsis
handle = pango.AttrList()
Function
Create a new empty attribute list with a reference count of one.

This function returns the newly allocated Pango attribute list, which should be freed with pattrlist:Free()

Inputs
none

Results
handle
the newly allocated attribute list

Show TOC