| Top |
Functions
e_text_event_processor_handle_event ()
gint e_text_event_processor_handle_event (ETextEventProcessor *tep,ETextEventProcessorEvent *event);
Types and Values
ETextEventProcessorCommand
typedef struct {
ETextEventProcessorCommandPosition position;
ETextEventProcessorCommandAction action;
gint value;
const gchar *string;
GdkDevice *device;
guint32 time;
} ETextEventProcessorCommand;
ETextEventProcessorEventButton
typedef struct {
GdkEventType type;
guint32 time;
guint state;
guint button;
gint position;
GdkDevice *device;
} ETextEventProcessorEventButton;
ETextEventProcessorEventKey
typedef struct {
GdkEventType type;
guint32 time;
guint state;
guint keyval;
gint length;
const gchar *string;
} ETextEventProcessorEventKey;
ETextEventProcessorEventMotion
typedef struct {
GdkEventType type;
guint32 time;
guint state;
gint position;
} ETextEventProcessorEventMotion;
Property Details
The “allow-newlines” property
“allow-newlines” gboolean
Allow newlines.
Flags: Read / Write
Default value: FALSE
Signal Details
The “command” signal
void user_function (ETextEventProcessor *etexteventprocessor, gpointer arg1, gpointer user_data)
Flags: Run Last
