Functions | |
| const char * | im_get_curr_im_name (iml_session_t *s) |
| Get name of current IM. | |
| int | im_propagate_focus_event (iml_session_t *s, int focused) |
| Propagates focus event to IM. | |
| int | im_propagate_key_event (iml_session_t *s, IMKeyListEvent *kev) |
| Propagates key event event to IM. | |
| void | im_change_to_next_im (iml_session_t *s) |
| Changes current IM to the next IM in list. | |
| void | im_change_to_next_im1 (iml_session_t *s) |
| Changes current IM to the next IM in list. | |
| void | im_change_to_prev_im (iml_session_t *s) |
| Changes current IM to the previous IM in list. | |
| void | im_change_to_prev_im1 (iml_session_t *s) |
| Changes current IM to the previous IM in list. | |
| void | im_change_to_im (iml_session_t *s, char *imid) |
| Changes current IM by ID. | |
| int | im_propagate_lookup_page_turn_event (iml_session_t *s, int direction) |
| Propagates lookup page turn event to IM. | |
| int | im_propagate_lookup_select_event (iml_session_t *s, int num) |
| Propagates lookup selection event to IM. | |
| void im_change_to_im | ( | iml_session_t * | s, | |
| char * | imid | |||
| ) |
Changes current IM by ID.
| s | current IMLSession | |
| imid | IM ID string |
| void im_change_to_next_im | ( | iml_session_t * | s | ) |
Changes current IM to the next IM in list.
The list of IMs considered is defined by the user.
| s | current IMLSession |
| void im_change_to_next_im1 | ( | iml_session_t * | s | ) |
Changes current IM to the next IM in list.
The list of IMs considered is the full list from IM Manager.
| s | current IMLSession |
| void im_change_to_prev_im | ( | iml_session_t * | s | ) |
Changes current IM to the previous IM in list.
The list of IMs considered is defined by the user.
| s | current IMLSession |
| void im_change_to_prev_im1 | ( | iml_session_t * | s | ) |
Changes current IM to the previous IM in list.
The list of IMs considered is the full list from IM Manager.
| s | current IMLSession |
| const char* im_get_curr_im_name | ( | iml_session_t * | s | ) |
Get name of current IM.
| s | current IMLSession |
| int im_propagate_focus_event | ( | iml_session_t * | s, | |
| int | focused | |||
| ) |
Propagates focus event to IM.
| s | current IMLSession | |
| focused | 1 = focus in, 0 = focus out |
| int im_propagate_key_event | ( | iml_session_t * | s, | |
| IMKeyListEvent * | kev | |||
| ) |
Propagates key event event to IM.
| s | current IMLSession | |
| kev | IMKeyListEvent |
| int im_propagate_lookup_page_turn_event | ( | iml_session_t * | s, | |
| int | direction | |||
| ) |
Propagates lookup page turn event to IM.
| s | current IMLSession | |
| direction | 1 = next page, -1 = previous page |
| int im_propagate_lookup_select_event | ( | iml_session_t * | s, | |
| int | num | |||
| ) |
Propagates lookup selection event to IM.
| s | current IMLSession | |
| num | lookup choice number selected |
1.5.2