[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-patches
Subject:    [Mono-patches] gtk-sharp/doc/en/Gtk AspectFrame.xml,1.4,1.5 CheckMenuItem.xml,1.4,1.5 ColorSelection
From:       "Lee Mallabone <lee () fonicmonkey ! net>" <lee () mono-cvs ! ximian ! com>
Date:       2003-02-28 23:26:23
[Download RAW message or body]

Update of /cvs/public/gtk-sharp/doc/en/Gtk
In directory mono-cvs.ximian.com:/tmp/cvs-serv30730/en/Gtk

Modified Files:
	AspectFrame.xml CheckMenuItem.xml ColorSelection.xml 
	FileSelection.xml FontSelectionDialog.xml 
Log Message:
Some corrections for bad 'langword' usage.


Index: AspectFrame.xml
===================================================================
RCS file: /cvs/public/gtk-sharp/doc/en/Gtk/AspectFrame.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- AspectFrame.xml	25 Feb 2003 14:22:39 -0000	1.4
+++ AspectFrame.xml	28 Feb 2003 23:26:20 -0000	1.5
@@ -46,7 +46,7 @@
         <param name="xalign">Horizontal alignment of the child within the allocation \
                of the AspectFrame.</param>
         <param name="yalign">Vertical alignment of the child within the allocation \
of the AspectFrame.</param>  <param name="ratio">The desired aspect ratio.</param>
-        <param name="obey_child">If <langword name="true"/>, ratio is ignored, and \
the aspect ratio is taken from the requistion of the child.</param> +        <param \
name="obey_child">If <see langword="true"/>, ratio is ignored, and the aspect ratio \
                is taken from the requistion of the child.</param>
         <remarks><para>Alignment values range from 0.0 (left/top aligned) to 1.0 \
(right/bottom aligned).</para></remarks>  </Docs>
     </Member>
@@ -107,11 +107,11 @@
       </Parameters>
       <Docs>
         <summary>The main way to construct a new AspectFrame.</summary>
-        <param name="label">A title for the frame, can be <langword \
name="null"/>.</param> +        <param name="label">A title for the frame, can be \
                <see langword="null"/>.</param>
         <param name="xalign">Horizontal alignment of the child within the allocation \
                of the AspectFrame.</param>
         <param name="yalign">Vertical alignment of the child within the allocation \
of the AspectFrame.</param>  <param name="ratio">The desired aspect ratio.</param>
-        <param name="obey_child">If <langword name="true"/>, ratio is ignored, and \
the aspect ratio is taken from the requistion of the child.</param> +        <param \
name="obey_child">If <see langword="true"/>, ratio is ignored, and the aspect ratio \
is taken from the requistion of the child.</param>  <returns>A new \
                AspectFrame</returns>
         <remarks><para>Alignment values range from 0.0 (left/top aligned) to 1.0 \
(right/bottom aligned).</para></remarks>  </Docs>
@@ -184,7 +184,7 @@
         <summary>The aspect ratio of the child widget's size.</summary>
         <param name="value">A ratio between 0.0 and 1.0</param>
         <returns>The aspect ratio between 0.0 and 1.0 representing the child's size \
                constraints.</returns>
-        <remarks><para>Setting this ratio is ignored if <see \
cref="P:Gtk.AspectFrame.ObeyChild"/> is set to <langword \
name="true"/>.</para></remarks> +        <remarks><para>Setting this ratio is ignored \
if <see cref="P:Gtk.AspectFrame.ObeyChild"/> is set to <see \
langword="true"/>.</para></remarks>  </Docs>
     </Member>
     <Member MemberName="ObeyChild">
@@ -198,7 +198,7 @@
       </Parameters>
       <Docs>
         <summary>Allow the frame to use its child widget's aspect ratio.</summary>
-        <param name="value"><langword name="true"/> for the AspectFrame to use the \
child widget's size ratio, <langword name="false"/> for <see \
cref="P:Gtk.AspectFrame.Ratio"/> to control the ratio.</param> +        <param \
name="value"><see langword="true"/> for the AspectFrame to use the child widget's \
size ratio, <see langword="false"/> for <see cref="P:Gtk.AspectFrame.Ratio"/> to \
control the ratio.</param>  <returns>The current size ratio of the child \
widget</returns>  <remarks></remarks>
       </Docs>

Index: CheckMenuItem.xml
===================================================================
RCS file: /cvs/public/gtk-sharp/doc/en/Gtk/CheckMenuItem.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CheckMenuItem.xml	25 Feb 2003 14:22:39 -0000	1.4
+++ CheckMenuItem.xml	28 Feb 2003 23:26:20 -0000	1.5
@@ -152,8 +152,8 @@
       </Parameters>
       <Docs>
         <summary>Manages whether the CheckMenuItem is in the 'inconsistent' \
                state.</summary>
-        <param name="value"><langword name="true"/> to mark the check box as \
                inconsistent, <langword name="false"/> otherwise.</param>
-        <returns><langword name="true"/> if this CheckMenuItem is in the \
inconsistent state, <langword name="false"/> otherwise.</returns> +        <param \
name="value"><see langword="true"/> to mark the check box as inconsistent, <see \
langword="false"/> otherwise.</param> +        <returns><see langword="true"/> if \
this CheckMenuItem is in the inconsistent state, <see langword="false"/> \
otherwise.</returns>  <remarks><para>If the user has selected a range of elements \
(such as some text or spreadsheet cells) that are affected by a boolean setting, and \
the current values in that range are inconsistent, you may want to display the check \
in an "in between" state. This property turns on "in between" display.</para>  \
<para>Normally you would turn off the inconsistent state again if the user explicitly \
selects a setting. This has to be done manually, this property only affects visual \
appearance, it doesn't affect the semantics of the widget.</para>  </remarks>
@@ -170,7 +170,7 @@
       </Parameters>
       <Docs>
         <summary>The 'active' state of the CheckMenuItem</summary>
-        <param name="value"><langword name="true"/> if the menu item has been set \
active, <langword name="false"/> otherwise.</param> +        <param name="value"><see \
langword="true"/> if the menu item has been set active, <see langword="false"/> \
otherwise.</param>  <returns></returns>
         <remarks></remarks>
       </Docs>

Index: ColorSelection.xml
===================================================================
RCS file: /cvs/public/gtk-sharp/doc/en/Gtk/ColorSelection.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ColorSelection.xml	25 Feb 2003 14:22:39 -0000	1.4
+++ ColorSelection.xml	28 Feb 2003 23:26:20 -0000	1.5
@@ -108,7 +108,7 @@
       <Parameters />
       <Docs>
         <summary>Gets the current state of the ColorSelection</summary>
-        <returns><langword name="true"/> if the user is currently dragging a color \
around, <langword name="false"/> if the selection has stopped. </returns> +        \
<returns><see langword="true"/> if the user is currently dragging a color around, \
<see langword="false"/> if the selection has stopped. </returns>  <remarks></remarks>
       </Docs>
     </Member>
@@ -222,8 +222,8 @@
       </Parameters>
       <Docs>
         <summary>Manage whether or not the ColorSelection displays a \
                palette.</summary>
-        <param name="value"><langword name="true"/> to display a palette in the \
                ColorSelection, <langword name="false"/> otherwise.</param>
-        <returns><langword name="true"/> if a palette is currently part of the \
ColorSelection, <langword name="false"/> otherwise.</returns> +        <param \
name="value"><see langword="true"/> to display a palette in the ColorSelection, <see \
langword="false"/> otherwise.</param> +        <returns><see langword="true"/> if a \
palette is currently part of the ColorSelection, <see langword="false"/> \
otherwise.</returns>  <remarks></remarks>
       </Docs>
     </Member>
@@ -238,8 +238,8 @@
       </Parameters>
       <Docs>
         <summary>Manage whether or not opacity is part of the \
                ColorSelection.</summary>
-        <param name="value"><langword name="true"/> to display opacity controls, \
                <langword name="false"/> otherwise.</param>
-        <returns><langword name="true"/> if the user can edit opacity, <langword \
name="false"/> otherwise.</returns> +        <param name="value"><see \
langword="true"/> to display opacity controls, <see langword="false"/> \
otherwise.</param> +        <returns><see langword="true"/> if the user can edit \
opacity, <see langword="false"/> otherwise.</returns>  <remarks></remarks>
       </Docs>
     </Member>

Index: FileSelection.xml
===================================================================
RCS file: /cvs/public/gtk-sharp/doc/en/Gtk/FileSelection.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- FileSelection.xml	25 Feb 2003 14:22:39 -0000	1.4
+++ FileSelection.xml	28 Feb 2003 23:26:20 -0000	1.5
@@ -384,8 +384,8 @@
       </Parameters>
       <Docs>
         <summary>Manage whether buttons are displayed for doing file \
                operations.</summary>
-        <param name="value">Set to <langword name="true"/> to display the file \
                buttons.</param>
-        <returns><langword name="true"/> for buttons to be shown, <langword \
name="false"/> otherwise.</returns> +        <param name="value">Set to <see \
langword="true"/> to display the file buttons.</param> +        <returns><see \
langword="true"/> for buttons to be shown, <see langword="false"/> \
                otherwise.</returns>
         <remarks><para>This manipulates whether the buttons for creating a \
directory, deleting files and renaming files, are displayed.</para></remarks>  \
</Docs>  </Member>
@@ -416,8 +416,8 @@
       </Parameters>
       <Docs>
         <summary>Manage whether more than one file can be selected.</summary>
-        <param name="value">Set to <langword name="true"/> to allow more than one \
file to be selected in the file list, <langword name="false"/> to only allow \
                selection of a single file.</param>
-        <returns><langword name="true"/> if multiple selections are allowed, \
<langword name="false"/> otherwise.</returns> +        <param name="value">Set to \
<see langword="true"/> to allow more than one file to be selected in the file list, \
<see langword="false"/> to only allow selection of a single file.</param> +        \
<returns><see langword="true"/> if multiple selections are allowed, <see \
langword="false"/> otherwise.</returns>  <remarks></remarks>
       </Docs>
     </Member>

Index: FontSelectionDialog.xml
===================================================================
RCS file: /cvs/public/gtk-sharp/doc/en/Gtk/FontSelectionDialog.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- FontSelectionDialog.xml	25 Feb 2003 08:27:52 -0000	1.4
+++ FontSelectionDialog.xml	28 Feb 2003 23:26:20 -0000	1.5
@@ -41,7 +41,7 @@
       <Docs>
         <summary>Sets the name of the font that is selected in this \
                widget.</summary>
         <param name="fontname">The name of a system font to select.</param>
-        <returns><langword name="true"/> if <paramref name="fontname"/> was a valid \
font, <langword name="false"/> otherwise.</returns> +        <returns><see \
langword="true"/> if <paramref name="fontname"/> was a valid font, <see \
langword="false"/> otherwise.</returns>  <remarks><para>If this property is used to \
alter the widget's font name to a font that could not be found, the widget will \
retain its original font selection.</para></remarks>  </Docs>
     </Member>

_______________________________________________
Mono-patches maillist  -  Mono-patches@ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic