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

TGdkEventSetting

Declaration

Source position: lazgdk3.pas line 4033

type TGdkEventSetting = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  action: TGdkSettingAction;

  

  name: Pgchar;

  

end;