set_client_widget


Description:

public virtual void set_client_widget (Widget? widget)

Set the client widget for the input context.

This is the `GtkWidget` 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:

this

a `GtkIMContext`

widget

the client widget. This may be null to indicate that the previous client widget no longer exists.