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

TGtkObjectClass

Declaration

Source position: gtkobject.inc line 52

type TGtkObjectClass = record

  parent_class: TGObjectClass;

  set_arg: procedure(

  anObject: PGtkObject;

  arg: PGtkArg;

  arg_id: guint

);

  get_arg: procedure(

  anObject: PGtkObject;

  arg: PGtkArg;

  arg_id: guint

);

  destroy: procedure(

  anObject: PGtkObject

);

end;


Documentation generated on: 2023-03-18