Uses of Class
org.gnu.pango.AttrList

Packages that use AttrList
org.gnu.gtk   
org.gnu.pango   
 

Uses of AttrList in org.gnu.gtk
 

Methods in org.gnu.gtk that return AttrList
 AttrList Label.getAttributes()
          Gets the attribute list that was set on the label using setAttributes, if any.
 

Methods in org.gnu.gtk with parameters of type AttrList
 void Label.setAttributes(AttrList attributes)
          Sets a PangoAttrList; the attributes in the list are applied to the label text.
 void CellRendererText.setAttributes(AttrList attr)
          Sets the pango attributes for the renderer
 

Uses of AttrList in org.gnu.pango
 

Methods in org.gnu.pango that return AttrList
 AttrList Layout.getAttributes()
          Gets the attribute list for the layout, if any
 

Methods in org.gnu.pango with parameters of type AttrList
 void AttrList.splice(AttrList other, int pos, int len)
          Splice on list into another.
 void Layout.setAttributes(AttrList attributes)
          Sets the text attributes for a layout object
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net