[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazPango1' (#lcl)

TPangoAttrClass

Declaration

Source position: lazpango1.pas line 509

type TPangoAttrClass = record

  type_: TPangoAttrType;

  

  copy: function(

  

  attr: PPangoAttribute

):PPangoAttribute;

  destroy_: procedure(

  

  attr: PPangoAttribute

);

  equal: function(

  

  attr1: PPangoAttribute;

  attr2: PPangoAttribute

):gboolean;

end;