Unit 'gdk2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk2]

TGdkEvent

Declaration

Source position: gdkevents.inc line 354

type TGdkEvent = record

  case LongInt of

    0: (

        _type: TGdkEventType;

      );

    1: (

        any: TGdkEventAny;

      );

    2: (

        expose: TGdkEventExpose;

      );

    3: (

        no_expose: TGdkEventNoExpose;

      );

    4: (

        visibility: TGdkEventVisibility;

      );

    5: (

        motion: TGdkEventMotion;

      );

    6: (

        button: TGdkEventButton;

      );

    7: (

        scroll: TGdkEventScroll;

      );

    8: (

        key: TGdkEventKey;

      );

    9: (

        crossing: TGdkEventCrossing;

      );

    10: (

        focus_change: TGdkEventFocus;

      );

    11: (

        configure: TGdkEventConfigure;

      );

    12: (

        _property: TGdkEventProperty;

      );

    13: (

        selection: TGdkEventSelection;

      );

    14: (

        proximity: TGdkEventProximity;

      );

    15: (

        client: TGdkEventClient;

      );

    16: (

        dnd: TGdkEventDND;

      );

    17: (

        window_state: TGdkEventWindowState;

      );

    18: (

        setting: TGdkEventSetting;

      );

end;


Documentation generated on: 2023-03-18