Unit 'atk' Package
[Overview][Constants][Types][Procedures and functions][Index] [#gtk2]

TAtkImageIface

Declaration

Source position: atkimage.inc line 16

type TAtkImageIface = record

  parent: TGTypeInterface;

  get_image_position: procedure(

  image: PAtkImage;

  x: Pgint;

  y: Pgint;

  coord_type: TAtkCoordType

);

  get_image_description: function(

  image: PAtkImage

):Pgchar;

  get_image_size: procedure(

  image: PAtkImage;

  width: Pgint;

  height: Pgint

);

  set_image_description: function(

  image: PAtkImage;

  description: Pgchar

):gboolean;

  pad1: TAtkFunction;

  pad2: TAtkFunction;

end;


Documentation generated on: 2023-03-18