All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

set-default-use-native-input-method

Function
Summary

Controls the default of using native input method on GTK+.

Signature

set-default-use-native-input-method &key output-pane editor-pane => t

Arguments

output-pane

A boolean.

editor-pane

A boolean.

Values

set-default-use-native-input-method returns t.

Description

The function set-default-use-native-input-method controls whether the native input method is used by default. Currently it has an effect only on GTK+.

The values of the keyword arguments are booleans. editor-pane changes the default for editor-pane and subclasses. output-pane controls the default for output-pane and subclasses, except editor-pane and its subclasses.

If a keyword argument is not supplied, the corresponding default is not set.

See also

output-pane
editor-pane
Native input method


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex