* en/Gtk/WindowType.xml: don't use contractions

* en/Gtk/ToolbarChildType.xml: add first draft
	* en/Gtk/SortType.xml: update
	* en/Gtk/SizeGroupMode.xml: update
	* en/Gtk/ShadowType.xml: update
	* en/Gtk/PolicyType.xml: update
	* en/Gtk/PackType.xml: update
	* en/Gtk/Justification.xml: update
	* en/Gtk/CurveType.xml: update
	* en/Gtk/AttachOptions.xml: update

svn path=/trunk/gtk-sharp/; revision=15596
This commit is contained in:
John Luke 2003-06-24 03:20:31 +00:00
parent abb15e3987
commit a001a03980
12 changed files with 91 additions and 76 deletions

View File

@ -1,6 +1,16 @@
2003-06-23 John Luke <jluke@cfl.rr.com>
* en/Gtk/WindowGroup.xml: add some info
* en/Gtk/WindowPosition.xml: update
* en/Gtk/WindowType.xml: don't use contractions
* en/Gtk/ToolbarChildType.xml: add first draft
* en/Gtk/SortType.xml: update
* en/Gtk/SizeGroupMode.xml: update
* en/Gtk/ShadowType.xml: update
* en/Gtk/PolicyType.xml: update
* en/Gtk/PackType.xml: update
* en/Gtk/Justification.xml: update
* en/Gtk/CurveType.xml: update
* en/Gtk/AttachOptions.xml: update
2003-06-15 John Luke <jluke@cfl.rr.com>
* en/Gtk/Dialog.xml: add more info, add example

View File

@ -7,8 +7,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>Denotes the expansion properties that a widget will have when it (or it's parent) is resized.</summary>
<remarks>To be added</remarks>
<summary>Denotes the expansion properties that a <see cref="T:Gtk.Widget"/> will have when it (or its parent) is resized.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,8 +34,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>the widget should expand to take up any extra space in its container that has been allocated.</summary>
<remarks>To be added</remarks>
<summary>The <see cref="T:Gtk.Widget"/> should expand to take up any extra space in its container that has been allocated.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Shrink">
@ -46,8 +46,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>the widget should shrink as and when possible.</summary>
<remarks>To be added</remarks>
<summary>The <see cref="T:Gtk.Widget"/> should shrink when possible.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Fill">
@ -58,8 +58,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>the widget should fill the space allocated to it.</summary>
<remarks>To be added</remarks>
<summary>The <see cref="T:Gtk.Widget"/> should fill the space allocated to it.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -75,4 +75,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -7,8 +7,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>The method to use when making the curve.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -35,7 +35,7 @@
<Parameters />
<Docs>
<summary>linear interpolation</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="Spline">
@ -47,7 +47,7 @@
<Parameters />
<Docs>
<summary>spline interpolation</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="Free">
@ -59,7 +59,7 @@
<Parameters />
<Docs>
<summary>free form curve </summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -75,4 +75,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -8,7 +8,7 @@
<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>Used for justifying the text inside a <see cref="T:Gtk.Label" /> widget.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,8 +34,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed at the left edge of the label.</summary>
<remarks>To be added</remarks>
<summary>The text is placed at the left edge of the <see cref="T:Gtk.Label"/>.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Right">
@ -46,8 +46,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed at the right edge of the label.</summary>
<remarks>To be added</remarks>
<summary>The text is placed at the right edge of the <see cref="T:Gtk.Label"/>.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Center">
@ -58,8 +58,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed in the center of the label.</summary>
<remarks>To be added</remarks>
<summary>The text is placed in the center of the <see cref="T:Gtk.Label"/>.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Fill">
@ -70,8 +70,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed is distributed across the label.</summary>
<remarks>To be added</remarks>
<summary>The text is placed is distributed across the <see cref="T:Gtk.Label"/>.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -87,4 +87,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -8,7 +8,7 @@
<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>Represents the packing location of <see cref="T:Gtk.Box" /> children. (See: <see cref="T:Gtk.VBox" />, <see cref="T:Gtk.HBox" />, and <see cref="T:Gtk.ButtonBox" />).</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -35,7 +35,7 @@
<Parameters />
<Docs>
<summary>The child is packed into the start of the box.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="End">
@ -47,7 +47,7 @@
<Parameters />
<Docs>
<summary>The child is packed into the end of the box</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -63,4 +63,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -7,8 +7,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>Determines when a scroll bar will be visible.</summary>
<remarks>To be added</remarks>
<summary>Determines when a <see cref="T:Gtk.Scrollbar"/> will be visible.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,8 +34,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>The scrollbar is always visible.</summary>
<remarks>To be added</remarks>
<summary>The <see cref="T:Gtk.Scrollbar"/> is always visible.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Automatic">
@ -46,8 +46,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>The scrollbar will appear and disappear as necessary.</summary>
<remarks>To be added</remarks>
<summary>The <see cref="T:Gtk.Scrollbar"/> will appear and disappear as necessary.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Never">
@ -58,8 +58,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>The scrollbar will never appear.</summary>
<remarks>To be added</remarks>
<summary>The <see cref="T:Gtk.Scrollbar"/> will never appear.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -75,4 +75,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -8,7 +8,7 @@
<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>Used to change the appearance of an outline typically provided by a <see cref="T:Gtk.Frame" />.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -35,7 +35,7 @@
<Parameters />
<Docs>
<summary>No outline.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="In">
@ -47,7 +47,7 @@
<Parameters />
<Docs>
<summary>The outline is bevelled inwards.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="Out">
@ -71,7 +71,7 @@
<Parameters />
<Docs>
<summary>The outline itself is an inward bevel, but the frame is an outward bevel.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="EtchedOut">
@ -83,7 +83,7 @@
<Parameters />
<Docs>
<summary>The outline itself is an outward bevel, but the frame is an inward bevel.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -99,4 +99,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -58,7 +58,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Affects widget size requisitions horizontally.</summary>
<summary>Affects widget size requisitions vertically.</summary>
<remarks />
</Docs>
</Member>
@ -87,4 +87,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -8,7 +8,7 @@
<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>Determines the direction of a sort.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -35,7 +35,7 @@
<Parameters />
<Docs>
<summary>Sorting is in ascending order.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="Descending">
@ -47,7 +47,7 @@
<Parameters />
<Docs>
<summary>Sorting is in descending order.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -63,4 +63,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -7,8 +7,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>Flags for searching text.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,8 +34,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>search only in visible sections</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="TextOnly">
@ -46,8 +46,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>search only the text</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -63,4 +63,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -7,8 +7,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>Set the type of new elements that are added to a <see cref="T:Gtk.Toolbar"/>.</summary>
<remarks><see cref="T:Gtk.ToolbarChildType"/> is used to set the type of new elements that are added to a <see cref="T:Gtk.Toolbar"/>.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,8 +34,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>a space</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Button">
@ -46,8 +46,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>a <see cref="T:Gtk.Button"/></summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Togglebutton">
@ -58,8 +58,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>a <see cref="T:Gtk.ToggleButton"/></summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Radiobutton">
@ -70,8 +70,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>a <see cref="T:Gtk.RadioButton"/></summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Widget">
@ -82,8 +82,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>a standard <see cref="T:Gtk.Widget"/></summary>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -99,4 +99,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -7,11 +7,16 @@
</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>The type of <see cref="T:Gtk.Window" /></summary>
<remarks>
<para>A <see cref="T:Gtk.Window" /> can be one of these types. Most things you'd consider a "window" should have type <see cref="T:Gtk.WindowType.TopLevel" /> ; windows with this type are managed by the window manager and have a frame by default (call <see cref="P:Gtk.Window.Decorated" /> to toggle the frame). Windows with type <see cref="T:Gtk.Window.Popup" /> are ignored by the window manager; window manager keybindings won't work on them, the window manager won't decorate the window with a frame, many GTK+ features that rely on the window manager will not work (e.g. resize grips and maximization/minimization).</para>
<para>
<see cref="T:Gtk.WindowType.Popup" /> is used to implement widgets such as <see cref="T:Gtk.Menu" /> or tooltips that you normally don't think of as windows per se. Nearly all windows should be <see cref="T:Gtk.Window.Toplevel" />. In particular, do not use <see cref="T:Gtk.Window.Popup" /> just to turn off the window borders; use <see cref="P:Gtk.Window.Decorated" /> for instead.</para>
A <see cref="T:Gtk.Window" /> can be one of these types.
Most things you would consider a "window" should have type <see cref="T:Gtk.WindowType.TopLevel" /> ;
windows with this type are managed by the window manager and have a frame by default (call <see cref="P:Gtk.Window.Decorated" /> to toggle the frame).
Windows with type <see cref="T:Gtk.Window.Popup" /> are ignored by the window manager;
window manager keybindings will not work on them, the window manager will not decorate the window with a frame, many GTK+ features that rely on the window manager will not work (e.g. resize grips and maximization/minimization).</para>
<para>
<see cref="T:Gtk.WindowType.Popup" /> is used to implement widgets such as <see cref="T:Gtk.Menu" /> or tooltips that you normally do not think of as windows per se. Nearly all windows should be <see cref="T:Gtk.Window.Toplevel" />. In particular, do not use <see cref="T:Gtk.Window.Popup" /> just to turn off the window borders; use <see cref="P:Gtk.Window.Decorated" /> for instead.</para>
</remarks>
</Docs>
<Base>
@ -39,7 +44,7 @@
<Parameters />
<Docs>
<summary>A regular window, such as a dialog.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="Popup">
@ -51,7 +56,7 @@
<Parameters />
<Docs>
<summary>A special window such as a tooltip.</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="value__">
@ -67,4 +72,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>