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

TGtkHandler

Declaration

Source position: gtkglobals.pp line 195

type TGtkHandler = record

  id: guint;

  next: PGtkHandler;

  prev: PGtkHandler;

  flags: guint;

  ref_count: guint16;

  signal_id: guint16;

  func: TGtkSignalFunc;

  func_data: gpointer;

  destroy_func: TGtkSignalDestroy;

end;