Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkIMContextSimpleAddTable

gtkIMContextSimpleAddTable


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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.