Struct
PangoAttrString
Description [src]
struct PangoAttrString {
  PangoAttribute attr;
  char* value;
}
The PangoAttrString structure is used to represent attributes with
a string value.
Structure members
- attr
- The common portion of the attribute. 
- value
- The string which is the value of the attribute.