2003-07-17 06:35:10 +00:00
<Type Name= "Text" FullName= "Gtk.Text" >
<TypeSignature Language= "C#" Value= "public class Text" Maintainer= "auto" />
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-07-17 06:35:10 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
<AssemblyCulture > neutral</AssemblyCulture>
<Attributes />
</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>
<Docs >
2004-08-06 13:18:10 +00:00
<summary > Represents text.</summary>
<remarks > GTK+ deprecates GtkText; this object is not the same as GtkText.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
<Base >
<BaseTypeName > System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes />
<Members >
<Member MemberName= "ByteBeginsUtf8Char" >
<MemberSignature Language= "C#" Value= "public static bool ByteBeginsUtf8Char (string _byte);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "_byte" Type= "System.String" />
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-08-06 13:18:10 +00:00
<summary > Test whether a given byte begins a UTF8 character.</summary>
2003-07-17 06:35:10 +00:00
<param name= "_byte" > a <see cref= "T:System.String" /> </param>
2004-08-06 13:18:10 +00:00
<returns > a <see cref= "T:System.Boolean" /> , true if this byte is the start of a UTF8 character.</returns>
<remarks />
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Text ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2004-08-06 13:18:10 +00:00
<summary > Construct an empty string.</summary>
<returns > a new <see cref= "T:Gtk.Text" /> object.</returns>
<remarks > (FIXME: what is this used for, given that it has no arguments?)</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
</Members>
2004-08-17 20:43:49 +00:00
</Type>