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

TGdkEventWindowState

Declaration

Source position: lazgdk3.pas line 4013

type TGdkEventWindowState = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  changed_mask: TGdkWindowState;

  

  new_window_state: TGdkWindowState;

  

end;