Gtk.IMContextInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
context_id |
r/w |
The unique identification string of the input method. |
|
context_name |
r/w |
The human-readable name of the input method. |
|
default_locales |
r/w |
A colon-separated list of locales where this input method should be the default. The asterisk “*” sets the default for all locales. |
|
domain |
r/w |
Translation domain to be used with dgettext() |
|
domain_dirname |
r/w |
Name of locale directory for use with bindtextdomain() |
Methods¶
None
Details¶
- class Gtk.IMContextInfo¶
Bookkeeping information about a loadable input method.