2003-02-12 02:00:12 +00:00
<Type Name= "IMContextSimple" FullName= "Gtk.IMContextSimple" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public class IMContextSimple : Gtk.IMContext" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi beforefieldinit IMContextSimple extends Gtk.IMContext" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 02:00:12 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2011-11-09 16:01:51 +00:00
<Base >
<BaseTypeName > Gtk.IMContext</BaseTypeName>
</Base>
<Interfaces >
</Interfaces>
2003-02-12 02:00:12 +00:00
<Docs >
2005-01-04 03:08:21 +00:00
<summary >
An input method context supporting table-based input methods.
</summary>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public IMContextSimple ();" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
2003-02-12 02:00:12 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2005-01-04 03:08:21 +00:00
<summary > Public constructor.</summary>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= ".ctor" >
2011-11-09 16:01:51 +00:00
<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" />
2003-12-24 01:35:30 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2011-11-09 16:01:51 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
2003-12-24 01:35:30 +00:00
</Parameters>
<Docs >
2011-11-09 16:01:51 +00:00
<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>
2003-12-24 01:35:30 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "AddTable" >
<MemberSignature Language= "C#" Value= "public ushort AddTable (int max_seq_len, int n_seqs);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig instance unsigned int16 AddTable(int32 max_seq_len, int32 n_seqs) cil managed" />
2004-02-26 18:46:28 +00:00
<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>
2011-11-09 16:01:51 +00:00
<summary > Adds an additional table to search to the input context.</summary>
2004-02-26 18:46:28 +00:00
<returns > a <see cref= "T:System.UInt16" /> </returns>
2005-01-04 03:08:21 +00:00
<remarks >
2005-04-22 17:20:16 +00:00
<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.
2005-01-04 03:08:21 +00:00
</para>
2005-04-22 17:20:16 +00:00
<para >
2005-01-04 03:08:21 +00:00
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>
2005-04-22 17:20:16 +00:00
</remarks>
2004-02-26 18:46:28 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<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>
2003-02-12 02:00:12 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>