focusIn
public void focusIn()
focusOut
public void focusOut()
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
gtk_im_context_delete_surrounding
protected static final boolean gtk_im_context_delete_surrounding(Handle context,
int offset,
int numChars)
gtk_im_context_filter_keypress
protected static final boolean gtk_im_context_filter_keypress(Handle context,
Handle event)
gtk_im_context_focus_in
protected static final void gtk_im_context_focus_in(Handle context)
gtk_im_context_focus_out
protected static final void gtk_im_context_focus_out(Handle context)
gtk_im_context_get_preedit_string
protected static final void gtk_im_context_get_preedit_string(Handle context,
String[] str,
int[] attrs,
int[] cursorPos)
gtk_im_context_get_surrounding
protected static final boolean gtk_im_context_get_surrounding(Handle context,
String[] text,
int[] cursorIndex)
gtk_im_context_get_type
protected static final int gtk_im_context_get_type()
gtk_im_context_reset
protected static final void gtk_im_context_reset(Handle context)
gtk_im_context_set_client_window
protected static final void gtk_im_context_set_client_window(Handle context,
Handle window)
gtk_im_context_set_cursor_location
protected static final void gtk_im_context_set_cursor_location(Handle context,
Handle area)
gtk_im_context_set_surrounding
protected static final void gtk_im_context_set_surrounding(Handle context,
String text,
int len,
int cursorIndex)
gtk_im_context_set_use_preedit
protected static final void gtk_im_context_set_use_preedit(Handle context,
boolean usePreedit)
setClientWindow
public void setClientWindow(Window window)
Sets the client window for the input context.
setCursorLocation
public void setCursorLocation(Rectangle rect)
setUsePreedit
public void setUsePreedit(boolean usePreedit)