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

TGdkEventVisibility

Declaration

Source position: lazgdk3.pas line 3711

type TGdkEventVisibility = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  state: TGdkVisibilityState;

  

end;