some Vte docs

svn path=/trunk/gtk-sharp/; revision=31009
This commit is contained in:
John Luke 2004-07-11 19:21:23 +00:00
parent fbe03face4
commit 8f01fd6f45
6 changed files with 403 additions and 244 deletions

View File

@ -1,3 +1,7 @@
2004-07-11 John Luke <jluke@cfl.rr.com>
* en/Vte*: some Vte docs
2004-07-07 Jasper Van Putten <jaspervp@gmx.net>
* en/Gtk/*.xml : docs for Notebook and RadioButton.

9
doc/en/Vte.xml Normal file
View File

@ -0,0 +1,9 @@
<Namespace Name="Vte" FullName="Vte" FullNameSP="Vte" Maintainer="Mono">
<Docs>
<summary>
A terminal widget implementation.
</summary>
<remarks>
</remarks>
</Docs>
</Namespace>

View File

@ -10,8 +10,8 @@
</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>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>A singleton object which catches SIGCHLD signals and converts them into GObject-style "child-exited" signals.</summary>
<remarks>Because an application may need to be notified when child processes exit, and because there is only one SIGCHLD handler, the <see cref="T:Vte.Terminal" /> widget relies on a <see cref="T:Vte.Reaper" /> to watch for SIGCHLD notifications and retrieve the exit status of child processes which have exited.</remarks>
</Docs>
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
@ -34,7 +34,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Finds the address of the global <see cref="T:Vte.Reaper" /> object, creating the object if necessary.</summary>
<returns>a <see cref="T:Vte.Reaper" /></returns>
<remarks>To be added</remarks>
</Docs>

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
</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>
<summary>To be added</summary>
<summary>Accessibility peer of <see cref="T:Vte.Terminal" />.</summary>
<remarks>To be added</remarks>
</Docs>
<Base>
@ -580,10 +580,10 @@
<Parameter Name="terminal" Type="Vte.Terminal" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Creates a new accessibility peer for the terminal widget.</summary>
<param name="terminal">a <see cref="T:Vte.Terminal" /></param>
<returns>a <see cref="T:Vte.TerminalAccessible" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="GType">

View File

@ -10,8 +10,8 @@
</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>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Controls what string or control sequence the terminal sends to its child when the user presses the backspace or delete keys.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -38,7 +38,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>For backspace, attempt to determine the right value from the terminal's IO settings. For delete, use the control sequence.</summary>
<remarks>
</remarks>
</Docs>
@ -52,7 +52,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Send an ASCII backspace character (0x08).</summary>
<remarks>
</remarks>
</Docs>
@ -66,7 +66,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Send an ASCII delete character (0x7F).</summary>
<remarks>
</remarks>
</Docs>
@ -80,7 +80,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Send the "7" control sequence.</summary>
<remarks>
</remarks>
</Docs>