| iBus Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Signals | ||||
IBusInputContext;
gboolean ibus_input_context_process_key_event
(IBusInputContext *context,
guint32 keyval,
guint32 state);
void ibus_input_context_set_cursor_location
(IBusInputContext *context,
gint32 x,
gint32 y,
gint32 w,
gint32 h);
void ibus_input_context_set_capabilities (IBusInputContext *context,
guint32 capabilites);
void ibus_input_context_focus_in (IBusInputContext *context);
void ibus_input_context_focus_out (IBusInputContext *context);
void ibus_input_context_reset (IBusInputContext *context);
void ibus_input_context_enable (IBusInputContext *context);
void ibus_input_context_disable (IBusInputContext *context);
"commit-text" : Run Last "cursor-down-lookup-table" : Run Last "cursor-up-lookup-table" : Run Last "disabled" : Run Last "enabled" : Run Last "forward-key-event" : Run Last "hide-auxiliary-text" : Run Last "hide-lookup-table" : Run Last "hide-preedit-text" : Run Last "page-down-lookup-table" : Run Last "page-up-lookup-table" : Run Last "register-properties" : Run Last "show-auxiliary-text" : Run Last "show-lookup-table" : Run Last "show-preedit-text" : Run Last "update-auxiliary-text" : Run Last "update-lookup-table" : Run Last "update-preedit-text" : Run Last "update-property" : Run Last
An IBusInputContext is a proxy object of InputContext. Clients call the IBusInputContext to invoke InputContext, through which invoke IBusEngine.
gboolean ibus_input_context_process_key_event (IBusInputContext *context, guint32 keyval, guint32 state);
|
|
|
|
|
|
Returns : |
void ibus_input_context_set_cursor_location
(IBusInputContext *context,
gint32 x,
gint32 y,
gint32 w,
gint32 h);
|
|
|
|
|
|
|
|
|
void ibus_input_context_set_capabilities (IBusInputContext *context, guint32 capabilites);
|
|
|
void ibus_input_context_focus_in (IBusInputContext *context);
|
void ibus_input_context_focus_out (IBusInputContext *context);
|
void ibus_input_context_disable (IBusInputContext *context);
|
"commit-text" signalvoid user_function (IBusInputContext *ibusinputcontext, IBusText *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"cursor-down-lookup-table" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"cursor-up-lookup-table" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"disabled" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"enabled" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"forward-key-event" signalvoid user_function (IBusInputContext *ibusinputcontext, guint arg1, guint arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"hide-auxiliary-text" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"hide-lookup-table" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"hide-preedit-text" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"page-down-lookup-table" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"page-up-lookup-table" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"register-properties" signalvoid user_function (IBusInputContext *ibusinputcontext, IBusPropList *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"show-auxiliary-text" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"show-lookup-table" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"show-preedit-text" signalvoid user_function (IBusInputContext *ibusinputcontext, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"update-auxiliary-text" signalvoid user_function (IBusInputContext *ibusinputcontext, IBusText *arg1, gboolean arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"update-lookup-table" signalvoid user_function (IBusInputContext *ibusinputcontext, IBusLookupTable *arg1, gboolean arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"update-preedit-text" signalvoid user_function (IBusInputContext *ibusinputcontext, IBusText *arg1, guint arg2, gboolean arg3, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
|
|
user data set when the signal handler was connected. |
"update-property" signalvoid user_function (IBusInputContext *ibusinputcontext, IBusProperty *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |