Unit 'gdkpixbuf' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk1]

_GdkPixbufLoaderClass

Declaration

Source position: gdkpixbuf.pp line 267

type _GdkPixbufLoaderClass = record

  parent_class: PGtkObjectClass;

  area_prepared: function(

  loader: PGdkPixbufLoader

):Pointer;

  area_updated: function(

  loader: PGdkPixbufLoader;

  x: guint;

  y: guint;

  width: guint;

  height: guint

):Pointer;

  frame_done: function(

  loader: PGdkPixbufLoader;

  frame: PGdkPixbufFrame

):Pointer;

  animation_done: function(

  loader: PGdkPixbufLoader

):Pointer;

  closed: function(

  loader: PGdkPixbufLoader

):Pointer;

end;


Documentation generated on: 2023-03-18