2003-11-18 John Luke <jluke@cfl.rr.com>

* en/Gnome/CanvasPixbuf.xml: correct HeightInPixels from Sebastian <scut@nb.in-berlin.de>

svn path=/trunk/gtk-sharp/; revision=20190
This commit is contained in:
John Luke 2003-11-18 21:14:40 +00:00
parent 4c24cd0747
commit b081ef5b44
2 changed files with 73 additions and 48 deletions

View File

@ -1,6 +1,10 @@
2003-11-18 John Luke <jluke@cfl.rr.com>
* en/Gnome/CanvasPixbuf.xml: correct HeightInPixels from Sebastian <scut@nb.in-berlin.de>
2003-11-18 Peter Williams <peter@newton.cx>
* en/Gtk/NodeStore.xml: Document new GetNode functions.
* en/Gtk/NodeStore.xml: Document new GetNode functions.
2003-11-17 John Luke <jluke@cfl.rr.com>

View File

@ -2,7 +2,8 @@
<TypeSignature Language="C#" Value="public class CanvasPixbuf : Gnome.CanvasItem, IWrapper, IDisposable" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>gnome-sharp</AssemblyName>
<AssemblyPublicKey></AssemblyPublicKey>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
@ -63,9 +64,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<returns>To be added: an object of type 'Gnome.CanvasPixbuf'</returns>
<remarks>To be added</remarks>
<summary>Internal constructor</summary>
<returns>an object of type <see cref="T:Gnome.CanvasPixbuf" /></returns>
<remarks>This is an internal constructor, and should not be used by user code.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
@ -76,10 +77,10 @@
<Parameter Name="group" Type="Gnome.CanvasGroup" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="group">To be added: an object of type 'Gnome.CanvasGroup'</param>
<returns>To be added: an object of type 'Gnome.CanvasPixbuf'</returns>
<remarks>To be added</remarks>
<summary>Creates a new CanvasPixbuf from <paramref name="group" />.</summary>
<param name="group">an object of type <see cref="T:Gnome.CanvasGroup" /></param>
<returns>an object of type <see cref="T:Gnome.CanvasPixbuf" /></returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GType">
@ -100,12 +101,14 @@
<ReturnValue>
<ReturnType>System.Double</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>Pixbuf height.</summary>
<param name="value">the height of this item</param>
<returns>the height of this item</returns>
<remarks></remarks>
<returns>The height of this item</returns>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Pixbuf">
@ -114,12 +117,14 @@
<ReturnValue>
<ReturnType>Gdk.Pixbuf</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>The pixbuf image to draw.</summary>
<param name="value">The pixbuf image to draw.</param>
<returns>the pixbuf image</returns>
<remarks></remarks>
<returns>The pixbuf image</returns>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="WidthInPixels">
@ -128,14 +133,16 @@
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>The unit used by the <see cref="P:Gnome.CanvasPixbuf.Pixels" /> property</summary>
<param name="value">
<see langword="true" /> if it is in pixel units, <see langword="false" /> for canvas world units.
</param>
<returns>The unit used by the <see cref="P:Gnome.CanvasPixbuf.Pixels" /> property</returns>
<remarks></remarks>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Anchor">
@ -144,7 +151,8 @@
<ReturnValue>
<ReturnType>Gtk.AnchorType</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>
Anchor (handle) position within the pixbuf, defaults to
@ -153,7 +161,8 @@
</summary>
<param name="value">anchor (handle) position within the pixbuf</param>
<returns>Anchor (handle) position within the pixbuf</returns>
<remarks></remarks>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Width">
@ -162,12 +171,14 @@
<ReturnValue>
<ReturnType>System.Double</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>Pixbuf width.</summary>
<param name="value">Pixbuf width</param>
<returns>the pixbuf's width</returns>
<remarks></remarks>
<returns>The width of the pixbuf</returns>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="WidthSet">
@ -176,7 +187,8 @@
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>
Whether or not the <see cref="Gnome.CanvasPixbuf.Width" />
@ -191,7 +203,8 @@
Whether or not the <see cref="Gnome.CanvasPixbuf.Width" />
should be used
</returns>
<remarks></remarks>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Y">
@ -200,12 +213,14 @@
<ReturnValue>
<ReturnType>System.Double</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>The y coordinate of the position to place the pixbuf</summary>
<summary>The Y coordinate of the position to place the pixbuf</summary>
<param name="value">Y coordinate</param>
<returns>the y coordinate of the position to place the pixbuf</returns>
<remarks></remarks>
<returns>The Y coordinate of the position to place the pixbuf</returns>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="X">
@ -214,12 +229,14 @@
<ReturnValue>
<ReturnType>System.Double</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>The x coordinate of the position to place the pixbuf</summary>
<summary>The X coordinate of the position to place the pixbuf</summary>
<param name="value">X coordinate</param>
<returns>the x coordinate of the position to place the pixbuf</returns>
<remarks></remarks>
<returns>the X coordinate of the position to place the pixbuf</returns>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="HeightInPixels">
@ -228,22 +245,20 @@
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>
Whether or not the <see cref="Gnome.CanvasPixbuf.Height" />
should be used
The unit used by the <see cref="P:Gnome.CanvasPixbuf.Pixels" /> property.
</summary>
<param name="value">
<see langword="true" /> if the <see cref="Gnome.CanvasPixbuf.Height" /> parameter is set and
should be used as the pixbuf width, <see langword="false" /> to use the actual
width of the image.
<see langword="true" /> if it is in pixel units, <see langword="false" /> for canvas world units.
</param>
<returns>
Whether or not the <see cref="Gnome.CanvasPixbuf.Height" />
should be used
The unit used by the <see cref="P:Gnome.CanvasPixbuf.Pixels" /> property.
</returns>
<remarks></remarks>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="HeightSet">
@ -252,7 +267,8 @@
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>
Whether or not the <see cref="Gnome.CanvasPixbuf.Height" />
@ -267,7 +283,8 @@
Whether or not the <see cref="Gnome.CanvasPixbuf.Height" />
should be used
</returns>
<remarks></remarks>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="XInPixels">
@ -276,14 +293,16 @@
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>The unit used by the <see cref="P:Gnome.CanvasPixbuf.Pixels" /> property</summary>
<param name="value">
<see langword="true" /> if it is in pixel units, <see langword="false" /> for canvas world units.
</param>
<returns>The unit used by the <see cref="P:Gnome.CanvasPixbuf.Pixels" /> property</returns>
<remarks></remarks>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="YInPixels">
@ -292,14 +311,16 @@
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters></Parameters>
<Parameters>
</Parameters>
<Docs>
<summary>The unit used by the <see cref="P:Gnome.CanvasPixbuf.Pixels" /> property</summary>
<param name="value">
<see langword="true" /> if it is in pixel units, <see langword="false" /> for canvas world units.
</param>
<returns>The unit used by the <see cref="P:Gnome.CanvasPixbuf.Pixels" /> property</returns>
<remarks></remarks>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
@ -319,4 +340,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>