GtkIMContextClass.setClientWidget

Called via gtk.imcontext.IMContext.setClientWidget when the input window where the entered text will appear changes. Override this to keep track of the current input window, for instance for the purpose of positioning a status display of your input method.

struct GtkIMContextClass
extern (C)
void function(GtkIMContext* context, GtkWidget* widget) setClientWidget;