gtk_im_module


Description:

[ NoAccessorMethod ]
public string gtk_im_module { owned get; set; }

Which IM (input method) module should be used by default.

This is the input method that will be used if the user has not explicitly chosen another input method from the IM context menu. This also can be a colon-separated list of input methods, which GTK will try in turn until it finds one available on the system.

See [class@Gtk.IMContext].