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

TGdkEventProperty

Declaration

Source position: lazgdk3.pas line 3919

type TGdkEventProperty = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  atom: TGdkAtom;

  

  time: guint32;

  

  state: TGdkPropertyState;

  

end;