<Type Name="IMContextSimple" FullName="Gtk.IMContextSimple"> <TypeSignature Language="C#" Maintainer="auto" Value="public class IMContextSimple : Gtk.IMContext" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit IMContextSimple extends Gtk.IMContext" /> <AssemblyInfo> <AssemblyName>gtk-sharp</AssemblyName> <AssemblyPublicKey> </AssemblyPublicKey> </AssemblyInfo> <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement> <Base> <BaseTypeName>Gtk.IMContext</BaseTypeName> </Base> <Interfaces> </Interfaces> <Docs> <summary> An input method context supporting table-based input methods. </summary> <remarks /> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public IMContextSimple ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberType>Constructor</MemberType> <ReturnValue /> <Parameters /> <Docs> <summary>Public constructor.</summary> <remarks /> </Docs> </Member> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public IMContextSimple (IntPtr raw);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(native int raw) cil managed" /> <MemberType>Constructor</MemberType> <ReturnValue /> <Parameters> <Parameter Name="raw" Type="System.IntPtr" /> </Parameters> <Docs> <param name="raw">Pointer to the C object.</param> <summary>Internal constructor</summary> <remarks> <para>This is an internal constructor, and should not be used by user code.</para> </remarks> </Docs> </Member> <Member MemberName="AddTable"> <MemberSignature Language="C#" Value="public ushort AddTable (int max_seq_len, int n_seqs);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance unsigned int16 AddTable(int32 max_seq_len, int32 n_seqs) cil managed" /> <MemberType>Method</MemberType> <ReturnValue> <ReturnType>System.UInt16</ReturnType> </ReturnValue> <Parameters> <Parameter Name="max_seq_len" Type="System.Int32" /> <Parameter Name="n_seqs" Type="System.Int32" /> </Parameters> <Docs> <param name="max_seq_len">a <see cref="T:System.Int32" /></param> <param name="n_seqs">a <see cref="T:System.Int32" /></param> <summary>Adds an additional table to search to the input context.</summary> <returns>a <see cref="T:System.UInt16" /></returns> <remarks> <para> Each row of the table consists of <paramref name="max_seq_len" /> key symbols followed by two <see cref="T:System.UInt16" /> interpreted as the high and low words of a Unicode value. Tables are searched starting from the last added. </para> <para> 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.) </para> </remarks> </Docs> </Member> <Member MemberName="GType"> <MemberSignature Language="C#" Value="public static GLib.GType GType { get; }" /> <MemberSignature Language="ILAsm" Value=".property valuetype GLib.GType GType" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>GLib.GType</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>GType Property.</summary> <value>a <see cref="T:GLib.GType" /></value> <remarks>Returns the native <see cref="T:GLib.GType" /> value for <see cref="T:Gtk.IMContextSimple" />.</remarks> </Docs> </Member> </Members> </Type>