mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-22 19:20:57 +00:00
Some corrections for bad 'langword' usage.
svn path=/trunk/gtk-sharp/; revision=12074
This commit is contained in:
parent
ce4014e8b5
commit
b03f983252
|
@ -8,6 +8,8 @@
|
|||
* en/Gtk/Frame.xml: complete docs exluding dubious API calls.
|
||||
* en/Gtk/MenuItem: document a couple of skeleton methods
|
||||
|
||||
* en/Gtk: Some corrections for wrong use of 'langword'.
|
||||
|
||||
2003-02-27 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
* en/Gtk/TreeModel.xml: Fixed GetValue method signature
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue