W Wrapl, The Programming Language

Libraries:Gtk:Gtk:IMContextSimple

Types

T

Inherits from:


Constants

Nil : T

Functions

ENew() : Gtk.Gtk.IMContextSimple.T

Creates a new T.

Returns a new T.


GetType() : Gtk.GObject.Type.T



Methods

:AddTable(self @ T, data @ Std.Object.T, max_seq_len @ Std.Integer.SmallT, n_seqs @ Std.Integer.SmallT) : Std.Object.T

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 guint16 interpreted as the high and low words of a gunicode value. Tables are searched starting from the last added.

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.)

context_simple A T
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


:ComposeBuffer(self @ T, index @ Std.Integer.T) : Std.Integer.SmallT