IMContext.setClientWidget
void setClientWidget(gtk.widget.Widget widget = null)Set the client widget for the input context.
This is the [gtk.widget.Widget] holding the input focus. This widget is used in order to correctly position status windows, and may also be used for purposes internal to the input method.
Parameters
widget | the client widget. This may be null to indicate that the previous client widget no longer exists. |