public class EventClient {
public EventType type ;
public weak Window window ;
public char send_event ;
public Atom message_type ;
public ushort data_format ;
public void** data ;
}

public EventType type ;
public weak Window window ;
public char send_event ;
public Atom message_type ;
public ushort data_format ;
public void** data ;
Created by Valadoc