<event name="deactivate">
<description summary="deactivate event">
The text input corresponding to the context argument was deactivated.
+ </description>
+ <arg name="context" type="object" interface="wl_input_method_context"/>
+ <arg name="focus_out_event" type="uint"/>
+ </event>
+ <event name="destroy" type="destructor">
+ <description summary="destroy event">
+ The text input corresponding to the context argument was destroyed.
The input method context should be destroyed after deactivation is
handled.
</description>
<arg name="context" type="object" interface="wl_input_method_context"/>
- <arg name="focus_out_event" type="uint"/>
</event>
<event name="show_input_panel">
<description summary="show input panel event">