SimpleWindow.setIMEPopupLocation

Sets the location for the IME (input method editor) to pop up when the user activates it.

  1. void setIMEPopupLocation(Point location)
  2. void setIMEPopupLocation(int x, int y)
    class SimpleWindow
    void
    setIMEPopupLocation
    (
    int x
    ,
    int y
    )

Bugs

Not implemented outside X11.

Suggestion Box / Bug Report