2006-03-22 Hector E. Gomez Morales <hectorgm@ciencias.unam.mx>

* en/Gtk/AboutDialogActivateLinkFunc.xml
	* en/Gtk/Accelerator.xml
        * en/Gtk/AccelGroup.xml
	* en/Gtk/Action.xml
	* en/Gtk/ActionGroup.xml
	* en/Gtk/Application.xml: Docs.
						

svn path=/trunk/gtk-sharp/; revision=58284
This commit is contained in:
Hector E. Gomez Morales 2006-03-22 06:39:01 +00:00
parent 6e5488cc6e
commit 1ba2f531f0
7 changed files with 45 additions and 29 deletions

View File

@ -1,3 +1,12 @@
2006-03-22 Hector E. Gomez Morales <hectorgm@ciencias.unam.mx>
* en/Gtk/AboutDialogActivateLinkFunc.xml
* en/Gtk/Accelerator.xml
* en/Gtk/AccelGroup.xml
* en/Gtk/Action.xml
* en/Gtk/ActionGroup.xml
* en/Gtk/Application.xml: Docs.
2006-03-01 Hector E. Gomez Morales <hectorgm@ciencias.unam.mx>
* en/Gdk/PixbufRotation.xml

View File

@ -1,5 +1,5 @@
<Type Name="AboutDialogActivateLinkFunc" FullName="Gtk.AboutDialogActivateLinkFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void AboutDialogActivateLinkFunc(Gtk.AboutDialog about, string link);" />
<TypeSignature Language="C#" Maintainer="Hector E. Gomez Morales" Value="public delegate void AboutDialogActivateLinkFunc(Gtk.AboutDialog about, string link);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4]</AssemblyPublicKey>
@ -7,10 +7,10 @@
</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>
<param name="about">To be added.</param>
<param name="link">To be added.</param>
<summary>To be added</summary>
<remarks>To be added</remarks>
<param name="about">The <see cref="T:Gtk.AboutDialog" /> in which the link was activated.</param>
<param name="link">The URL or email address to which the activated link points..</param>
<summary>The type of the method which is called when a URL or email link in an about dialog.</summary>
<remarks />
<since version="Gtk# 2.6" />
</Docs>
<Base>

View File

@ -100,7 +100,7 @@
match the key and modifiers for the path.</summary>
<param name="accel_path">Path used for determining key and modifiers.</param>
<param name="closure">Closure to be executed upon accelerator activation</param>
<remarks>To be added.</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="DisconnectKey">
@ -119,7 +119,7 @@
<param name="accel_mods">Modifier combination of the accelerator.</param>
<returns>
<see langword="true" /> if there was an accelerator which could be removed, <see langword="false" /> otherwise.</returns>
<remarks>To be added.</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="Lock">

View File

@ -115,11 +115,11 @@
<Parameter Name="accelerator_mods" Type="Gdk.ModifierType" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="accelerator_key">a <see cref="T:System.UInt32" /></param>
<param name="accelerator_mods">a <see cref="T:System.Int32" /></param>
<returns>a <see cref="T:System.String" /></returns>
<remarks>To be added</remarks>
<summary>Converts an accelerator keyval and modifier mask into a string which can be used to represent the accelerator to the user.</summary>
<param name="accelerator_key">A <see cref="T:System.UInt32" /> representing the accelerator keyval.</param>
<param name="accelerator_mods">A <see cref="T:System.Int32" /> representing the accelerator modifier mask.</param>
<returns>A newly-allocated string representing the accelerator.</returns>
<remarks />
<since version="Gtk# 2.6" />
</Docs>
</Member>

View File

@ -540,7 +540,7 @@ This does not necessarily mean effective visibility. See <see cref="P:Gtk.Action
</ReturnValue>
<Parameters />
<Docs>
<summary>whether the action is effectively sensitive.</summary>
<summary>Whether the action is effectively sensitive.</summary>
<value>a <see cref="T:System.Boolean" /></value>
<remarks>
<see langword="true" /> if the action and its associated action group are both sensitive. </remarks>
@ -614,9 +614,9 @@ This does not necessarily mean effective visibility. See <see cref="P:Gtk.Action
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>When <see langword="true" />, toolitem proxies for this action are represented in the toolbar overflow menu.</summary>
<value>a <see cref="T:System.Boolean" /></value>
<remarks>To be added</remarks>
<remarks>Default value is <see langword="true" />.</remarks>
<since version="Gtk# 2.6" />
</Docs>
<Attributes>

View File

@ -465,10 +465,10 @@ Therefore you must either set the accel path yourself with <see cref="P:Gtk.Acti
<Parameter Name="str1ng" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="str1ng">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:System.String" /></returns>
<remarks>To be added</remarks>
<summary>Translates a string using the specified <see cref="P:Gtk.ActionGroup.TranslateFunc" />.</summary>
<param name="str1ng">A string.></param>
<returns>The translation of <paramref name="string" />.</returns>
<remarks>This is mainly intended for language bindings.</remarks>
<since version="Gtk# 2.6" />
</Docs>
</Member>

View File

@ -187,7 +187,7 @@ void LongComputation ()
then it if no events are waiting to be processed Gtk#, routine will return immediately.
</para>
</remarks>
<returns>To be added.</returns>
<returns><see langword="true" /> if <see cref="M:Gtk.Application.Quit()" /> has been called in the innermost main loop.</returns>
</Docs>
</Member>
<Member MemberName="CurrentEvent">
@ -214,10 +214,17 @@ void LongComputation ()
<Parameter Name="args" Type="System.String[]&amp;" RefType="ref" />
</Parameters>
<Docs>
<param name="progname">To be added.</param>
<param name="args">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<param name="progname">The name of the program.</param>
<param name="args">An string array with the parameters given to the program.</param>
<summary>Call this method before using any other GTK# method in your GUI applications.</summary>
<remarks>
<para>
It will initialize everything needed to operate the toolkit and parses some standard command line options, <paramref name="args" /> is adjusted accordingly so your code will never see those standard arugments.
</para>
<para>
Note that there are some alternative ways to initialize GTK#, if you are calling <see cref="M:Gtk.Global.ParseArgs" /> or <see cref="M:Gtk.Application.InitCheck" /> you don't have to call <see cref="M:Gtk.Application.Init" />.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="InitCheck">
@ -231,11 +238,11 @@ void LongComputation ()
<Parameter Name="args" Type="System.String[]&amp;" RefType="ref" />
</Parameters>
<Docs>
<param name="progname">To be added.</param>
<param name="args">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<param name="progname">The name of the program.</param>
<param name="args">An string array with the parameters given to the program.</param>
<summary>This method does the same work as <see cref="M:Gtk.Application.Init" /> with only a single change, it does not terminate the program if the GUI can't be initialized. Instead it returns <see langword="false" /> on failure.</summary>
<returns><see langword="" /> if the GUI has been succesfully initialized, otherwise <see langword="false" />.</returns>
<remarks>This way the application can fall back to some toher means of communication with the user, for example a curses or command line interface.</remarks>
</Docs>
</Member>
<Member MemberName="Invoke">