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

TGdkEventConfigure

Declaration

Source position: lazgdk3.pas line 3897

type TGdkEventConfigure = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  x: gint;

  

  y: gint;

  

  width: gint;

  

  height: gint;

  

end;