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

TAcceleratorKey

Declaration

Source position: gtkglobals.pp line 371

type TAcceleratorKey = record

  Key: guint;

  Mods: TGdkModifierType;

  Signal: string;

  Realized: Boolean;

end;