gtkIMContextSimpleAddTable: gtkIMContextSimpleAddTable

Description Usage Arguments Details Author(s)

View source: R/gtkManuals.R

Description

Adds an additional table to search to the input context. Each row of the table consists of max.seq.len key symbols followed by two integer interpreted as the high and low words of a gunicode value. Tables are searched starting from the last added.

Usage

1
gtkIMContextSimpleAddTable(object, data, max.seq.len, n.seqs)

Arguments

object

A GtkIMContextSimple

data

the table

max.seq.len

Maximum length of a sequence in the table (cannot be greater than GTK_MAX_COMPOSE_LEN)

n.seqs

number of sequences in the table

Details

The table must be sorted in dictionary order on the numeric value of the key symbol fields. (Values beyond the length of the sequence should be zero.)

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.