tk/useinputmethods

(tk/useinputmethods ?#:displayof window? ?boolean?)
Sets and queries the state of whether Tk should use XIM (X Input Methods) for filtering events. The resulting state is returned.

If the window argument is omitted, it defaults to the main window. If the boolean argument is omitted, the current state is returned. This is turned on by default for the main display.


Corresponding Tcl/Tk command:

tk useinputmethods ...

© Author | Home | Sitemap