Gtk.IMContext.GetPreeditString Method

Retrieve the current preedit string for the input context and a list of attributes to apply to the string.

Syntax

public void GetPreeditString (out string str, out Pango.AttrList attrs, out int cursor_pos)

Parameters

str
a string, a location to store , the retrieved string.
attrs
a Pango.AttrList, location to store the retrieved attribute list.
cursor_pos
Documentation for this section has not yet been entered.

Remarks

This string should be displayed inserted at the insertion point.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Since: Gtk# 2.4