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

TXEDataObject

Declaration

Source position: xlib.pp line 937

type TXEDataObject = record

  case LongInt of

    0: (

        display: PDisplay;

      );

    1: (

        gc: TGC;

      );

    2: (

        visual: PVisual;

      );

    3: (

        screen: PScreen;

      );

    4: (

        pixmap_format: PScreenFormat;

      );

    5: (

        font: PXFontStruct;

      );

end;


Documentation generated on: 2023-03-18