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

TGdkEventDND

Declaration

Source position: lazgdk3.pas line 3996

type TGdkEventDND = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  context: PGdkDragContext;

  

  time: guint32;

  

  x_root: gshort;

  

  y_root: gshort;

  

end;