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

TPangoAttrShape

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazpango1.pas line 702

type TPangoAttrShape = object

  attr: TPangoAttribute;

  

  ink_rect: TPangoRectangle;

  

  logical_rect: TPangoRectangle;

  

  data: gpointer;

  

  copy_func: TPangoAttrDataCopyFunc;

  

  destroy_func: TGDestroyNotify;

  

  function new();

  

  function new_with_data();

  

end;

Inheritance

TPangoAttrShape