Virtual Method

GtkIMContextset_client_window

Declaration [src]

void
set_client_window (
  GtkIMContext* context,
  GdkWindow* window
)

Description [src]

Set the client window for the input context; this is the GdkWindow in which the input appears. This window is used in order to correctly position status windows, and may also be used for purposes internal to the input method.

Parameters

window

Type: GdkWindow

The client window. This may be NULL to indicate that the previous client window no longer exists.

The argument can be NULL.
The data is owned by the caller of the method.