IBus.Capabilite – ibus-1.0 Reference Manual
Packages
ibus-1.0
IBus
Capabilite
AUXILIARY_TEXT
FOCUS
LOOKUP_TABLE
OSK
PREEDIT_TEXT
PROPERTY
SURROUNDING_TEXT
SYNC_PROCESS_KEY
SYNC_PROCESS_KEY_V2
Capabilite
Description:
[
CCode
( cprefix =
"IBUS_CAP_"
, type_id =
"ibus_capabilite_get_type ()"
) ]
[
Flags
]
public
enum
Capabilite
Capability flags of UI.
Namespace:
IBus
Package:
ibus-1.0
Content:
Enum values:
AUXILIARY_TEXT
-
UI is capable to show auxiliary text.
FOCUS
-
UI is capable to get focus.
LOOKUP_TABLE
-
UI is capable to show the lookup table.
OSK
-
UI is owned by on-screen keyboard.
PREEDIT_TEXT
-
UI is capable to show pre-edit text.
PROPERTY
-
UI is capable to have property.
SURROUNDING_TEXT
-
Client can provide surround text, or IME can handle surround text.
SYNC_PROCESS_KEY
-
Asynchronous process key events are not supported and the
forward_key_event
should not be used for the return value of
process_key_event
().
SYNC_PROCESS_KEY_V2