Unit 'xlib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#x11]

TXWindowAttributes

Declaration

Source position: xlib.pp line 187

type TXWindowAttributes = record

  x: cint;

  y: cint;

  width: cint;

  height: cint;

  border_width: cint;

  depth: cint;

  visual: PVisual;

  root: TWindow;

  c_class: cint;

  bit_gravity: cint;

  win_gravity: cint;

  backing_store: cint;

  backing_planes: culong;

  backing_pixel: culong;

  save_under: TBool;

  colormap: TColormap;

  map_installed: TBool;

  map_state: cint;

  all_event_masks: clong;

  your_event_mask: clong;

  do_not_propagate_mask: clong;

  override_redirect: TBool;

  screen: PScreen;

end;


Documentation generated on: 2023-03-18