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

TGtkObjectClass

Declaration

Source position: gtkobjects.pp line 120

type TGtkObjectClass = record

  thetype: TGtkType;

  signals: Pguint;

  nsignals: guint;

  n_args: guint;

  construct_args: PGSList;

  set_arg: procedure(

  theobject: PGtkObject;

  arg: PGtkArg;

  arg_id: guint

);

  get_arg: procedure(

  theobject: PGtkObject;

  arg: PGtkArg;

  arg_id: guint

);

  shutdown: procedure(

  theobject: PGtkObject

);

  destroy: procedure(

  theobject: PGtkObject

);

  finalize: procedure(

  theobject: PGtkObject

);

end;


Documentation generated on: 2023-03-18