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

TGdkWindowAttr

Declaration

Source position: lazgdk3.pas line 4519

type TGdkWindowAttr = record

  title: Pgchar;

  

  event_mask: gint;

  

  x: gint;

  

  y: gint;

  

  width: gint;

  

  height: gint;

  

  wclass: TGdkWindowWindowClass;

  

  visual: PGdkVisual;

  

  window_type: TGdkWindowType;

  

  cursor: PGdkCursor;

  

  wmclass_name: Pgchar;

  

  wmclass_class: Pgchar;

  

  override_redirect: gboolean;

  

  type_hint: TGdkWindowTypeHint;

  

end;