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

TGdkEventOwnerChange

Declaration

Source position: lazgdk3.pas line 3958

type TGdkEventOwnerChange = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  owner: PGdkWindow;

  

  reason: TGdkOwnerChange;

  

  selection: TGdkAtom;

  

  time: guint32;

  

  selection_time: guint32;

  

end;