| Top |  |  |  |  | 
ETextEventProcessorCommandPosition is deprecated and should not be used in newly-written code.
ETextEventProcessorCommandAction is deprecated and should not be used in newly-written code.
typedef struct {
	ETextEventProcessorCommandPosition position;
	ETextEventProcessorCommandAction action;
	gint value;
	const gchar *string;
	GdkDevice *device;
	guint32 time;
} ETextEventProcessorCommand;
ETextEventProcessorCommand is deprecated and should not be used in newly-written code.
typedef struct {
	GdkEventType type;
	guint32 time;
	guint state;
	guint button;
	gint position;
	GdkDevice *device;
} ETextEventProcessorEventButton;
ETextEventProcessorEventButton is deprecated and should not be used in newly-written code.
typedef struct {
	GdkEventType type;
	guint32 time;
	guint state;
	guint keyval;
	gint length;
	const gchar *string;
} ETextEventProcessorEventKey;
ETextEventProcessorEventKey is deprecated and should not be used in newly-written code.
typedef struct {
	GdkEventType type;
	guint32 time;
	guint state;
	gint position;
} ETextEventProcessorEventMotion;
ETextEventProcessorEventMotion is deprecated and should not be used in newly-written code.
ETextEventProcessorEvent is deprecated and should not be used in newly-written code.