mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 02:45:26 +00:00
* en/Gdk/Pixbuf.xml
* en/Gdk/Pixmap.xml * en/Gdk/Window.xml * en/Gtk/Style.xml * en/Gtk/TargetList.xml: Update to match API fixes svn path=/trunk/gtk-sharp/; revision=35410
This commit is contained in:
parent
fc0e7dfddf
commit
764b8ac5d8
|
@ -1,3 +1,11 @@
|
|||
2004-10-28 Dan Winship <danw@novell.com>
|
||||
|
||||
* en/Gdk/Pixbuf.xml
|
||||
* en/Gdk/Pixmap.xml
|
||||
* en/Gdk/Window.xml
|
||||
* en/Gtk/Style.xml
|
||||
* en/Gtk/TargetList.xml: Update to match API fixes
|
||||
|
||||
2004-10-11 Shane Landrum <epicene@pobox.com>
|
||||
|
||||
* en/Gdk/AreaUpdatedArgs.xml
|
||||
|
|
|
@ -817,23 +817,23 @@
|
|||
<Parameter Name="y_dither" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Obsolete; do not use. Use <see cref="M:Gdk.Drawable.DrawPixbuf"/> instead.</summary>
|
||||
<param name="drawable">A <see cref="T:Gdk.Drawable"/></param>
|
||||
<param name="src_x">A <see cref="T:System.Int32"/></param>
|
||||
<param name="src_y">A <see cref="T:System.Int32"/></param>
|
||||
<param name="dest_x">A <see cref="T:System.Int32"/></param>
|
||||
<param name="dest_y">A <see cref="T:System.Int32"/></param>
|
||||
<param name="width">A <see cref="T:System.Int32"/></param>
|
||||
<param name="height">A <see cref="T:System.Int32"/></param>
|
||||
<param name="alpha_mode">A <see cref="T:Gdk.PixbufAlphaMode"/></param>
|
||||
<param name="alpha_threshold">A <see cref="T:System.Int32"/></param>
|
||||
<param name="dither">A <see cref="T:Gdk.RgbDither"/></param>
|
||||
<param name="x_dither">A <see cref="T:System.Int32"/></param>
|
||||
<param name="y_dither">A <see cref="T:System.Int32"/></param>
|
||||
<summary>Obsolete; do not use. Use <see cref="M:Gdk.Drawable.DrawPixbuf" /> instead.</summary>
|
||||
<param name="drawable">A <see cref="T:Gdk.Drawable" /></param>
|
||||
<param name="src_x">A <see cref="T:System.Int32" /></param>
|
||||
<param name="src_y">A <see cref="T:System.Int32" /></param>
|
||||
<param name="dest_x">A <see cref="T:System.Int32" /></param>
|
||||
<param name="dest_y">A <see cref="T:System.Int32" /></param>
|
||||
<param name="width">A <see cref="T:System.Int32" /></param>
|
||||
<param name="height">A <see cref="T:System.Int32" /></param>
|
||||
<param name="alpha_mode">A <see cref="T:Gdk.PixbufAlphaMode" /></param>
|
||||
<param name="alpha_threshold">A <see cref="T:System.Int32" /></param>
|
||||
<param name="dither">A <see cref="T:Gdk.RgbDither" /></param>
|
||||
<param name="x_dither">A <see cref="T:System.Int32" /></param>
|
||||
<param name="y_dither">A <see cref="T:System.Int32" /></param>
|
||||
<remarks>Renders a rectangular portion of a pixbuf to a drawable. The destination
|
||||
drawable must have a colormap. All windows have a colormap, however, pixmaps
|
||||
only have colormap by default if they were created with a non-NULL window argument.
|
||||
Otherwise a colormap must be set on them with <see cref="P:Gdk.Drawable.Colormap"/>.
|
||||
Otherwise a colormap must be set on them with <see cref="P:Gdk.Drawable.Colormap" />.
|
||||
On older X servers, rendering pixbufs with an alpha channel involves round trips
|
||||
to the X server, and may be somewhat slow.
|
||||
</remarks>
|
||||
|
@ -1082,17 +1082,17 @@
|
|||
<Parameter Name="height" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Generates a new Pixbuf object from a <see cref="T:Gdk.Drawable"/>.</summary>
|
||||
<param name="src">A <see cref="T:Gdk.Drawable"/></param>
|
||||
<param name="cmap">A <see cref="T:Gdk.Colormap"/></param>
|
||||
<param name="src_x">A <see cref="T:System.Int32"/></param>
|
||||
<param name="src_y">A <see cref="T:System.Int32"/></param>
|
||||
<param name="dest_x">A <see cref="T:System.Int32"/></param>
|
||||
<param name="dest_y">A <see cref="T:System.Int32"/></param>
|
||||
<param name="width">A <see cref="T:System.Int32"/></param>
|
||||
<param name="height">A <see cref="T:System.Int32"/></param>
|
||||
<returns>A <see cref="T:Gdk.Pixbuf"/></returns>
|
||||
<remarks/>
|
||||
<summary>Generates a new Pixbuf object from a <see cref="T:Gdk.Drawable" />.</summary>
|
||||
<param name="src">A <see cref="T:Gdk.Drawable" /></param>
|
||||
<param name="cmap">A <see cref="T:Gdk.Colormap" /></param>
|
||||
<param name="src_x">A <see cref="T:System.Int32" /></param>
|
||||
<param name="src_y">A <see cref="T:System.Int32" /></param>
|
||||
<param name="dest_x">A <see cref="T:System.Int32" /></param>
|
||||
<param name="dest_y">A <see cref="T:System.Int32" /></param>
|
||||
<param name="width">A <see cref="T:System.Int32" /></param>
|
||||
<param name="height">A <see cref="T:System.Int32" /></param>
|
||||
<returns>A <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
@ -1110,15 +1110,15 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Public constructor.</summary>
|
||||
<param name="data">A <see cref="T:byte []"/>, the raw data</param>
|
||||
<param name="has_alpha">A <see cref="T:System.Boolean"/>, true if this pixbuf has an alpha layer.</param>
|
||||
<param name="bits_per_sample">A <see cref="T:System.Int32"/></param>
|
||||
<param name="width">A <see cref="T:System.Int32"/>, image width</param>
|
||||
<param name="height">A <see cref="T:System.Int32"/>, image height</param>
|
||||
<param name="rowstride">A <see cref="T:System.Int32"/></param>
|
||||
<param name="destroy_fn">A <see cref="T:Gdk.PixbufDestroyNotify"/></param>
|
||||
<returns>A <see cref="T:Gdk.Pixbuf"/></returns>
|
||||
<remarks/>
|
||||
<param name="data">A <see cref="T:byte []" />, the raw data</param>
|
||||
<param name="has_alpha">A <see cref="T:System.Boolean" />, true if this pixbuf has an alpha layer.</param>
|
||||
<param name="bits_per_sample">A <see cref="T:System.Int32" /></param>
|
||||
<param name="width">A <see cref="T:System.Int32" />, image width</param>
|
||||
<param name="height">A <see cref="T:System.Int32" />, image height</param>
|
||||
<param name="rowstride">A <see cref="T:System.Int32" /></param>
|
||||
<param name="destroy_fn">A <see cref="T:Gdk.PixbufDestroyNotify" /></param>
|
||||
<returns>A <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
@ -1131,10 +1131,10 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Constructor.</summary>
|
||||
<param name="data">A <see cref="T:System.Byte []"/></param>
|
||||
<param name="copy_pixels">A <see cref="T:System.Boolean"/>, whether to copy raw pixel data; run-length encoded pixel data is always copied.</param>
|
||||
<returns>A <see cref="T:Gdk.Pixbuf"/></returns>
|
||||
<remarks/>
|
||||
<param name="data">A <see cref="T:System.Byte []" /></param>
|
||||
<param name="copy_pixels">A <see cref="T:System.Boolean" />, whether to copy raw pixel data; run-length encoded pixel data is always copied.</param>
|
||||
<returns>A <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
@ -1165,7 +1165,7 @@
|
|||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:System.Int32" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
@ -1181,7 +1181,7 @@
|
|||
<param name="assembly">a <see cref="T:System.Reflection.Assembly" /></param>
|
||||
<param name="resource">a <see cref="T:System.String" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="LoadFromResource">
|
||||
|
@ -1208,10 +1208,10 @@
|
|||
<Parameter Name="stream" Type="System.IO.Stream" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Makes a new Pixbuf object from a <see cref="T:System.IO.Stream"/>.</summary>
|
||||
<summary>Makes a new Pixbuf object from a <see cref="T:System.IO.Stream" />.</summary>
|
||||
<param name="stream">a <see cref="T:System.IO.Stream" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
@ -1229,7 +1229,7 @@
|
|||
<Parameter Name="destroy_fn" Type="Gdk.PixbufDestroyNotify" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Public constructor; creates a new <see cref="T:Gdk.Pixbuf"/>
|
||||
<summary>Public constructor; creates a new <see cref="T:Gdk.Pixbuf" />
|
||||
and allocates a buffer for it. Note that the buffer is not cleared;
|
||||
you will have to fill it completely yourself.
|
||||
</summary>
|
||||
|
@ -1244,7 +1244,7 @@
|
|||
<returns>a <see cref="T:Gdk.Pixbuf" /> with a reference count of 1, or
|
||||
null if not enough memory could be allocated for the image buffer.
|
||||
</returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
@ -1276,7 +1276,7 @@
|
|||
<summary>Public constructor.</summary>
|
||||
<param name="data">a <see cref="T:System.String[]" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GType">
|
||||
|
@ -1316,7 +1316,7 @@
|
|||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gdk.PixbufFormat[]" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Pixels">
|
||||
|
@ -1329,7 +1329,7 @@
|
|||
<Docs>
|
||||
<summary>The pixels contained by this Pixbuf object.</summary>
|
||||
<returns>a <see cref="T:System.IntPtr" />, pointer to the underlying C data</returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Savev">
|
||||
|
@ -1350,8 +1350,8 @@
|
|||
<param name="type">The file type to save (one of "ani", "bmp", "gif", "ico", "jpeg", "pcx", "png", "pnm", "ras", "tga", "tiff" "wbmp", "xpm" or "xbm")</param>
|
||||
<param name="option_keys">Options that are passed to the save module.</param>
|
||||
<param name="option_values">Values for each key</param>
|
||||
<returns>A <see cref="T:System.Boolean"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:System.Boolean" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Save">
|
||||
|
@ -1392,7 +1392,7 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Render pixbuf alpha channel as a bi-level clip mask to a <see cref="T:Gdk.Bitmap" /></summary>
|
||||
<param name="bitmap">The destination object of type "Gdk.Bitmap"/></param>
|
||||
<param name="bitmap">The destination object of type "Gdk.Bitmap"</param>
|
||||
<param name="src_x">Source X coordinate.</param>
|
||||
<param name="src_y">Source Y coordinate.</param>
|
||||
<param name="dest_x">Destination X coordinate.
|
||||
|
@ -1400,46 +1400,46 @@
|
|||
<param name="dest_y">Destination Y coordinate.</param>
|
||||
<param name="alpha_threshold">Value below this will be painted as zero; all other values will be painted as one.</param>
|
||||
<remarks>This function is designed to threshold and render the alpha values from this <see cref="T:Gdk.Pixbuf" /> into the destination <see cref="T:Gdk.Bitmask" /> which can then be used as a clipping mask for a <see cref="T:Gdk.Drawable" />.</remarks>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="RenderPixmapAndMask">
|
||||
<MemberSignature Language="C#" Value="public void RenderPixmapAndMask (out Gdk.Pixmap pixmap_return, out Gdk.Bitmap mask_return, int alpha_threshold);" />
|
||||
<MemberSignature Language="C#" Value="public void RenderPixmapAndMask (out Gdk.Pixmap pixmap_return, out Gdk.Pixmap mask_return, int alpha_threshold);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="pixmap_return" Type="Gdk.Pixmap&" RefType="out" />
|
||||
<Parameter Name="mask_return" Type="Gdk.Bitmap&" RefType="out" />
|
||||
<Parameter Name="mask_return" Type="Gdk.Pixmap&" RefType="out" />
|
||||
<Parameter Name="alpha_threshold" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>
|
||||
Creates a pixmap and a mask bitmap which are returned in the
|
||||
<paramref name="pixmap_return"/> and <paramref name="mask_return"/>
|
||||
<paramref name="pixmap_return" /> and <paramref name="mask_return" />
|
||||
arguments, respectively, and renders a pixbuf and its
|
||||
corresponding thresholded alpha mask to them. This is merely a convenience
|
||||
function; applications that need to render pixbufs with dither offsets or to
|
||||
given drawables should use <see cref="M:Gdk.Pixbuf.RenderToDrawableAlpha"/>
|
||||
or <see cref="M:Gdk.Pixbuf.RenderToDrawable"/> and
|
||||
<see cref="M:Gdk.Pixbuf.RenderThresholdAlpha"/>.
|
||||
given drawables should use <see cref="M:Gdk.Pixbuf.RenderToDrawableAlpha" />
|
||||
or <see cref="M:Gdk.Pixbuf.RenderToDrawable" /> and
|
||||
<see cref="M:Gdk.Pixbuf.RenderThresholdAlpha" />.
|
||||
</summary>
|
||||
<param name="pixmap_return">a <see cref="T:Gdk.Pixmap" /></param>
|
||||
<param name="mask_return">a <see cref="T:Gdk.Bitmap" /></param>
|
||||
<param name="alpha_threshold">a <see cref="T:System.Int32" />, threshold value for opacity.</param>
|
||||
<remarks>
|
||||
The pixmap that is created is created for the colormap returned
|
||||
by <see cref="M:Gdk.Rgb.GetColormap"/>. You normally will want to instead use
|
||||
by <see cref="M:Gdk.Rgb.GetColormap" />. You normally will want to instead use
|
||||
the actual colormap for a widget, and use
|
||||
<see cref="M:Gdk.Pixbuf.RenderPixmapAndMaskForColormap"/>,
|
||||
If the pixbuf does not have an alpha channel, then *<paramref name="mask_return"/> will be set
|
||||
to <see langword="null"/>.
|
||||
<see cref="M:Gdk.Pixbuf.RenderPixmapAndMaskForColormap" />,
|
||||
If the pixbuf does not have an alpha channel, then *<paramref name="mask_return" /> will be set
|
||||
to <see langword="null" />.
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="RenderPixmapAndMaskForColormap">
|
||||
<MemberSignature Language="C#" Value="public void RenderPixmapAndMaskForColormap (Gdk.Colormap colormap, out Gdk.Pixmap pixmap_return, out Gdk.Bitmap mask_return, int alpha_threshold);" />
|
||||
<MemberSignature Language="C#" Value="public void RenderPixmapAndMaskForColormap (Gdk.Colormap colormap, out Gdk.Pixmap pixmap_return, out Gdk.Pixmap mask_return, int alpha_threshold);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
|
@ -1447,31 +1447,31 @@
|
|||
<Parameters>
|
||||
<Parameter Name="colormap" Type="Gdk.Colormap" />
|
||||
<Parameter Name="pixmap_return" Type="Gdk.Pixmap&" RefType="out" />
|
||||
<Parameter Name="mask_return" Type="Gdk.Bitmap&" RefType="out" />
|
||||
<Parameter Name="mask_return" Type="Gdk.Pixmap&" RefType="out" />
|
||||
<Parameter Name="alpha_threshold" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>
|
||||
Creates a pixmap and a mask bitmap which are returned in the
|
||||
<paramref name="pixmap_return"/> and <paramref name="mask_return"/>
|
||||
<paramref name="pixmap_return" /> and <paramref name="mask_return" />
|
||||
arguments, respectively, and renders a pixbuf and its
|
||||
corresponding thresholded alpha mask to them.
|
||||
This is merely a convenience
|
||||
function; applications that need to render pixbufs with dither offsets or to
|
||||
given drawables should use <see cref="M:Gdk.Pixbuf.RenderToDrawableAlpha"/>
|
||||
or <see cref="M:Gdk.Pixbuf.RenderToDrawable"/> and
|
||||
<see cref="M:Gdk.Pixbuf.RenderThresholdAlpha"/>.
|
||||
given drawables should use <see cref="M:Gdk.Pixbuf.RenderToDrawableAlpha" />
|
||||
or <see cref="M:Gdk.Pixbuf.RenderToDrawable" /> and
|
||||
<see cref="M:Gdk.Pixbuf.RenderThresholdAlpha" />.
|
||||
</summary>
|
||||
<param name="colormap">a <see cref="T:Gdk.Colormap" /></param>
|
||||
<param name="pixmap_return">a <see cref="T:Gdk.Pixmap" /></param>
|
||||
<param name="mask_return">a <see cref="T:Gdk.Bitmap" /></param>
|
||||
<param name="alpha_threshold">a <see cref="T:System.Int32" /></param>
|
||||
<remarks>
|
||||
The pixmap that is created uses the <see cref="T:Gdk.Colormap"/> specified by <paramref name="colormap"/>.
|
||||
The pixmap that is created uses the <see cref="T:Gdk.Colormap" /> specified by <paramref name="colormap" />.
|
||||
This colormap must match the colormap of the window where the pixmap
|
||||
will eventually be used or an error will result.
|
||||
If the pixbuf does not have an alpha channel, then *<paramref name="mask_return"/> will be set
|
||||
to <see langword="null"/>.
|
||||
If the pixbuf does not have an alpha channel, then *<paramref name="mask_return" /> will be set
|
||||
to <see langword="null" />.
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
|
@ -229,29 +229,29 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
|
|||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="CreateFromXpmD">
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap CreateFromXpmD (Gdk.Drawable drawable, out Gdk.Bitmap mask, Gdk.Color transparent_color, string data);" />
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap CreateFromXpmD (Gdk.Drawable drawable, out Gdk.Pixmap mask, Gdk.Color transparent_color, string [] data);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.Pixmap</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="drawable" Type="Gdk.Drawable" />
|
||||
<Parameter Name="mask" Type="Gdk.Bitmap&" RefType="out" />
|
||||
<Parameter Name="mask" Type="Gdk.Pixmap&" RefType="out" />
|
||||
<Parameter Name="transparent_color" Type="Gdk.Color" />
|
||||
<Parameter Name="data" Type="System.String" />
|
||||
<Parameter Name="data" Type="System.String[]" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Create a pixmap from XPM data.</summary>
|
||||
<param name="drawable">a <see cref="T:Gdk.Drawable" /></param>
|
||||
<param name="mask">a <see cref="T:Gdk.Bitmap" /></param>
|
||||
<param name="mask">a <see cref="T:Gdk.Pixmap" /></param>
|
||||
<param name="transparent_color">a <see cref="T:Gdk.Color" /></param>
|
||||
<param name="data">a <see cref="T:System.String" /></param>
|
||||
<param name="data">an array of <see cref="T:System.String" />, defining an XPM image</param>
|
||||
<returns>a <see cref="T:Gdk.Pixmap" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ColormapCreateFromXpm">
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap ColormapCreateFromXpm (Gdk.Drawable drawable, Gdk.Colormap colormap, out Gdk.Bitmap mask, Gdk.Color transparent_color, string filename);" />
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap ColormapCreateFromXpm (Gdk.Drawable drawable, Gdk.Colormap colormap, out Gdk.Pixmap mask, Gdk.Color transparent_color, string filename);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.Pixmap</ReturnType>
|
||||
|
@ -259,7 +259,7 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
|
|||
<Parameters>
|
||||
<Parameter Name="drawable" Type="Gdk.Drawable" />
|
||||
<Parameter Name="colormap" Type="Gdk.Colormap" />
|
||||
<Parameter Name="mask" Type="Gdk.Bitmap&" RefType="out" />
|
||||
<Parameter Name="mask" Type="Gdk.Pixmap&" RefType="out" />
|
||||
<Parameter Name="transparent_color" Type="Gdk.Color" />
|
||||
<Parameter Name="filename" Type="System.String" />
|
||||
</Parameters>
|
||||
|
@ -267,7 +267,7 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
|
|||
<summary>Create a pixmap from an XPM file using a specific colormap.</summary>
|
||||
<param name="drawable">a <see cref="T:Gdk.Drawable" /></param>
|
||||
<param name="colormap">a <see cref="T:Gdk.Colormap" /></param>
|
||||
<param name="mask">a <see cref="T:Gdk.Bitmap" /></param>
|
||||
<param name="mask">a <see cref="T:Gdk.Pixmap" /></param>
|
||||
<param name="transparent_color">a <see cref="T:Gdk.Color" /></param>
|
||||
<param name="filename">a <see cref="T:System.String" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixmap" /></returns>
|
||||
|
@ -275,21 +275,21 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
|
|||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="CreateFromXpm">
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap CreateFromXpm (Gdk.Drawable drawable, out Gdk.Bitmap mask, Gdk.Color transparent_color, string filename);" />
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap CreateFromXpm (Gdk.Drawable drawable, out Gdk.Pixmap mask, Gdk.Color transparent_color, string filename);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.Pixmap</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="drawable" Type="Gdk.Drawable" />
|
||||
<Parameter Name="mask" Type="Gdk.Bitmap&" RefType="out" />
|
||||
<Parameter Name="mask" Type="Gdk.Pixmap&" RefType="out" />
|
||||
<Parameter Name="transparent_color" Type="Gdk.Color" />
|
||||
<Parameter Name="filename" Type="System.String" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Create a pixmap from an XPM file.</summary>
|
||||
<param name="drawable">a <see cref="T:Gdk.Drawable" /></param>
|
||||
<param name="mask">a <see cref="T:Gdk.Bitmap" /></param>
|
||||
<param name="mask">a <see cref="T:Gdk.Pixmap" /></param>
|
||||
<param name="transparent_color">a <see cref="T:Gdk.Color" /></param>
|
||||
<param name="filename">a <see cref="T:System.String" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixmap" /></returns>
|
||||
|
@ -297,7 +297,7 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
|
|||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ColormapCreateFromXpmD">
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap ColormapCreateFromXpmD (Gdk.Drawable drawable, Gdk.Colormap colormap, out Gdk.Bitmap mask, Gdk.Color transparent_color, string data);" />
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap ColormapCreateFromXpmD (Gdk.Drawable drawable, Gdk.Colormap colormap, out Gdk.Pixmap mask, Gdk.Color transparent_color, string [] data);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.Pixmap</ReturnType>
|
||||
|
@ -305,17 +305,17 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
|
|||
<Parameters>
|
||||
<Parameter Name="drawable" Type="Gdk.Drawable" />
|
||||
<Parameter Name="colormap" Type="Gdk.Colormap" />
|
||||
<Parameter Name="mask" Type="Gdk.Bitmap&" RefType="out" />
|
||||
<Parameter Name="mask" Type="Gdk.Pixmap&" RefType="out" />
|
||||
<Parameter Name="transparent_color" Type="Gdk.Color" />
|
||||
<Parameter Name="data" Type="System.String" />
|
||||
<Parameter Name="data" Type="System.String[]" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Create a pixmap from XPM data using a colormap.</summary>
|
||||
<param name="drawable">a <see cref="T:Gdk.Drawable" /></param>
|
||||
<param name="colormap">a <see cref="T:Gdk.Colormap" /></param>
|
||||
<param name="mask">a <see cref="T:Gdk.Bitmap" /></param>
|
||||
<param name="mask">a <see cref="T:Gdk.Pixmap" /></param>
|
||||
<param name="transparent_color">a <see cref="T:Gdk.Color" /></param>
|
||||
<param name="data">a <see cref="T:System.String" /></param>
|
||||
<param name="data">an array of <see cref="T:System.String" />, defining an image in XPM format</param>
|
||||
<returns>a <see cref="T:Gdk.Pixmap" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
|
@ -340,6 +340,24 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
|
|||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="CreateFromXpm">
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap CreateFromXpm (Gdk.Drawable drawable, string filename);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.Pixmap</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="drawable" Type="Gdk.Drawable" />
|
||||
<Parameter Name="filename" Type="System.String" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="drawable">a <see cref="T:Gdk.Drawable" /></param>
|
||||
<param name="filename">a <see cref="T:System.String" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixmap" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ColormapCreateFromXpmD">
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap ColormapCreateFromXpmD (Gdk.Drawable drawable, Gdk.Colormap colormap, string data);" />
|
||||
<MemberType>Method</MemberType>
|
||||
|
@ -360,24 +378,6 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
|
|||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="CreateFromXpm">
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap CreateFromXpm (Gdk.Drawable drawable, string filename);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.Pixmap</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="drawable" Type="Gdk.Drawable" />
|
||||
<Parameter Name="filename" Type="System.String" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="drawable">a <see cref="T:Gdk.Drawable" /></param>
|
||||
<param name="filename">a <see cref="T:System.String" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixmap" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="CreateFromXpmD">
|
||||
<MemberSignature Language="C#" Value="public static Gdk.Pixmap CreateFromXpmD (Gdk.Drawable drawable, string data);" />
|
||||
<MemberType>Method</MemberType>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,7 @@
|
|||
<Type Name="Style" FullName="Gtk.Style">
|
||||
<TypeSignature Language="C#" Value="public class Style : GLib.Object, IWrapper, IDisposable" Maintainer="Hector Gomez M" />
|
||||
<AssemblyInfo>:
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyPublicKey>
|
||||
</AssemblyPublicKey>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
<AssemblyCulture>neutral</AssemblyCulture>
|
||||
<Attributes />
|
||||
</AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>0.0.0.0</AssemblyVersion><AssemblyCulture>neutral</AssemblyCulture><Attributes /></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>Methods for drawing widget parts.</summary>
|
||||
|
@ -38,9 +32,9 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Gets the foreground color for a particular state</summary>
|
||||
<param name="state">A <see cref="T:Gtk.StateType"/>, the state being considered</param>
|
||||
<returns>A <see cref="T:Gdk.Color"/></returns>
|
||||
<remarks/>
|
||||
<param name="state">A <see cref="T:Gtk.StateType" />, the state being considered</param>
|
||||
<returns>A <see cref="T:Gdk.Color" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Background">
|
||||
|
@ -54,7 +48,7 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Sets the background of <paramref name="window" /> to the background color or pixmap specified by style for the state.</summary>
|
||||
<param name="state">A <see cref="T:Gtk.StateType"/>, the state being considered</param>
|
||||
<param name="state">A <see cref="T:Gtk.StateType" />, the state being considered</param>
|
||||
<returns>A color to be used for the background.</returns>
|
||||
<remarks>
|
||||
</remarks>
|
||||
|
@ -70,10 +64,10 @@
|
|||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Gets the graphics context for the background of <paramref name="state"/>.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType"/></param>
|
||||
<returns>a <see cref="T:Gdk.GC"/>, the graphics context</returns>
|
||||
<remarks/>
|
||||
<summary>Gets the graphics context for the background of <paramref name="state" />.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" /></param>
|
||||
<returns>a <see cref="T:Gdk.GC" />, the graphics context</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ForegroundGC">
|
||||
|
@ -86,10 +80,10 @@
|
|||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Gets the graphics context for the foreground of <paramref name="state"/>.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType"/></param>
|
||||
<returns>a <see cref="T:Gdk.GC"/>, the graphics context</returns>
|
||||
<remarks/>
|
||||
<summary>Gets the graphics context for the foreground of <paramref name="state" />.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" /></param>
|
||||
<returns>a <see cref="T:Gdk.GC" />, the graphics context</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ApplyDefaultBackground">
|
||||
|
@ -110,14 +104,14 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Sets the default background.</summary>
|
||||
<param name="window">A <see cref="T:Gdk.Window"/></param>
|
||||
<param name="set_bg">A <see cref="T:System.Boolean"/> (TODO: explain)</param>
|
||||
<param name="state_type">A <see cref="T:Gtk.StateType"/></param>
|
||||
<param name="area">A <see cref="T:Gdk.Rectangle"/></param>
|
||||
<param name="x">A <see cref="T:System.Int32"/>, X coordinate of the upper left corner</param>
|
||||
<param name="y">A <see cref="T:System.Int32"/>, Y coordinate of the upper left corner</param>
|
||||
<param name="width">A <see cref="T:System.Int32"/>, width of the area</param>
|
||||
<param name="height">A <see cref="T:System.Int32"/>, height of the area</param>
|
||||
<param name="window">A <see cref="T:Gdk.Window" /></param>
|
||||
<param name="set_bg">A <see cref="T:System.Boolean" /> (TODO: explain)</param>
|
||||
<param name="state_type">A <see cref="T:Gtk.StateType" /></param>
|
||||
<param name="area">A <see cref="T:Gdk.Rectangle" /></param>
|
||||
<param name="x">A <see cref="T:System.Int32" />, X coordinate of the upper left corner</param>
|
||||
<param name="y">A <see cref="T:System.Int32" />, Y coordinate of the upper left corner</param>
|
||||
<param name="width">A <see cref="T:System.Int32" />, width of the area</param>
|
||||
<param name="height">A <see cref="T:System.Int32" />, height of the area</param>
|
||||
<remarks>TODO: explain this, as the underlying GTK+ isn't very well-commented either</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -132,11 +126,11 @@
|
|||
<Parameter Name="state_type" Type="Gtk.StateType" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Set the background of <paramref name="window"/> to the
|
||||
color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
||||
<param name="window">A <see cref="T:Gdk.Window"/></param>
|
||||
<param name="state_type">A <see cref="T:Gtk.StateType"/></param>
|
||||
<remarks/>
|
||||
<summary>Set the background of <paramref name="window" /> to the
|
||||
color or pixmap specified by this style for <paramref name="state" />.</summary>
|
||||
<param name="window">A <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">A <see cref="T:Gtk.StateType" /></param>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Detach">
|
||||
|
@ -148,7 +142,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Detaches this style from the window it's attached to.</summary>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="RenderIcon">
|
||||
|
@ -166,14 +160,14 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="detail" Type="System.String" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Renders the icon specified by <paramref name="source"/> at the given <paramref name="size"/> according to the given parameters and returns the result in a pixbuf.</summary>
|
||||
<param name="source">A <see cref="T:Gtk.IconSource"/></param>
|
||||
<param name="direction">A <see cref="T:Gtk.TextDirection"/></param>
|
||||
<param name="state">A <see cref="T:Gtk.StateType"/></param>
|
||||
<param name="size">A <see cref="T:Gtk.IconSize"/></param>
|
||||
<param name="widget">A <see cref="T:Gtk.Widget"/></param>
|
||||
<param name="detail">A <see cref="T:System.String"/></param>
|
||||
<returns>A <see cref="T:Gdk.Pixbuf"/></returns>
|
||||
<summary>Renders the icon specified by <paramref name="source" /> at the given <paramref name="size" /> according to the given parameters and returns the result in a pixbuf.</summary>
|
||||
<param name="source">A <see cref="T:Gtk.IconSource" /></param>
|
||||
<param name="direction">A <see cref="T:Gtk.TextDirection" /></param>
|
||||
<param name="state">A <see cref="T:Gtk.StateType" /></param>
|
||||
<param name="size">A <see cref="T:Gtk.IconSize" /></param>
|
||||
<param name="widget">A <see cref="T:Gtk.Widget" /></param>
|
||||
<param name="detail">A <see cref="T:System.String" /></param>
|
||||
<returns>A <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks>TODO: needs an example.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -200,10 +194,10 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="stock_id" Type="System.String" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Gets the icon set for the given <paramref name="stock_id"/>.</summary>
|
||||
<param name="stock_id">A <see cref="T:System.String"/></param>
|
||||
<returns>A <see cref="T:Gtk.IconSet"/></returns>
|
||||
<remarks/>
|
||||
<summary>Gets the icon set for the given <paramref name="stock_id" />.</summary>
|
||||
<param name="stock_id">A <see cref="T:System.String" /></param>
|
||||
<returns>A <see cref="T:Gtk.IconSet" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Attach">
|
||||
|
@ -284,9 +278,9 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>The Y thickness, which is used for vertical padding.</summary>
|
||||
<param name="value">A <see cref="T:System.Int32"/></param>
|
||||
<returns>A <see cref="T:System.Int32"/></returns>
|
||||
<remarks/>
|
||||
<param name="value">A <see cref="T:System.Int32" /></param>
|
||||
<returns>A <see cref="T:System.Int32" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="XThickness">
|
||||
|
@ -312,8 +306,8 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>The foreground colors</summary>
|
||||
<returns>A <see cref="T:Gdk.Color []"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:Gdk.Color []" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Backgrounds">
|
||||
|
@ -324,8 +318,8 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>The background colors.</summary>
|
||||
<returns>A <see cref="T:Gdk.Color []"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:Gdk.Color []" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Black">
|
||||
|
@ -336,8 +330,8 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>Black.</summary>
|
||||
<returns>A <see cref="T:Gdk.Color"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:Gdk.Color" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="White">
|
||||
|
@ -348,8 +342,8 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>White.</summary>
|
||||
<returns>A <see cref="T:Gdk.Color"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:Gdk.Color" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="BackgroundGCs">
|
||||
|
@ -360,8 +354,8 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>Gets the graphics context objects for the background.</summary>
|
||||
<returns>A <see cref="T:Gdk.GC []"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:Gdk.GC []" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ForegroundGCs">
|
||||
|
@ -372,8 +366,8 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>Gets the graphics context objects for the foreground.</summary>
|
||||
<returns>A <see cref="T:Gdk.GC []"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:Gdk.GC []" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="BlackGC">
|
||||
|
@ -384,8 +378,8 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>Gets a white graphics context.</summary>
|
||||
<returns>A <see cref="T:Gdk.GC"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:Gdk.GC" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="WhiteGC">
|
||||
|
@ -396,8 +390,8 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>Gets a black graphics context.</summary>
|
||||
<returns>A <see cref="T:Gdk.GC"/></returns>
|
||||
<remarks/>
|
||||
<returns>A <see cref="T:Gdk.GC" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetForegroundGC">
|
||||
|
@ -414,7 +408,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<summary>Sets the graphics context for the foreground.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to set the style for</param>
|
||||
<param name="gc">a <see cref="T:Gdk.GC" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetBackgroundGC">
|
||||
|
@ -431,7 +425,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<summary>Sets the graphics context for the background.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to set the style for</param>
|
||||
<param name="gc">a <see cref="T:Gdk.GC" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="BaseGC">
|
||||
|
@ -445,9 +439,9 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Returns the base graphics context for the widget.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to get the style for</param>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to get the GC for</param>
|
||||
<returns>a <see cref="T:Gdk.GC" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetBaseGC">
|
||||
|
@ -462,9 +456,9 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Sets the graphics context for the background.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to set the style for</param>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to set the GC for</param>
|
||||
<param name="gc">a <see cref="T:Gdk.GC" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="TextGC">
|
||||
|
@ -478,9 +472,9 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Returns the graphics context for the widget's text.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to get the style for</param>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to get the GC for</param>
|
||||
<returns>a <see cref="T:Gdk.GC" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetTextGC">
|
||||
|
@ -495,9 +489,9 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Sets the graphics context for text.</summary>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to set the style for</param>
|
||||
<param name="state">a <see cref="T:Gtk.StateType" />, the state of the widget to set the GC for</param>
|
||||
<param name="gc">a <see cref="T:Gdk.GC" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintBox">
|
||||
|
@ -532,7 +526,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintCheck">
|
||||
|
@ -555,7 +549,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="height" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Draws a check button indicator in the given rectangle on <paramref name="window"/> with the given parameters.</summary>
|
||||
<summary>Draws a check button indicator in the given rectangle on <paramref name="window" /> with the given parameters.</summary>
|
||||
<param name="style">a <see cref="T:Gtk.Style" /></param>
|
||||
<param name="window">a <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">a <see cref="T:Gtk.StateType" /></param>
|
||||
|
@ -567,7 +561,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintResizeGrip">
|
||||
|
@ -602,7 +596,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintLayout">
|
||||
|
@ -635,7 +629,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="x">a <see cref="T:System.Int32" /></param>
|
||||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="layout">a <see cref="T:Pango.Layout" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintOption">
|
||||
|
@ -671,7 +665,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintSlider">
|
||||
|
@ -708,7 +702,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<param name="orientation">a <see cref="T:Gtk.Orientation" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintDiamond">
|
||||
|
@ -731,7 +725,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="height" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Draws a diamond in the given rectangle on <paramref name="window"/> using the given parameters.</summary>
|
||||
<summary>Draws a diamond in the given rectangle on <paramref name="window" /> using the given parameters.</summary>
|
||||
<param name="style">a <see cref="T:Gtk.Style" /></param>
|
||||
<param name="window">a <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">a <see cref="T:Gtk.StateType" /></param>
|
||||
|
@ -743,7 +737,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintShadow">
|
||||
|
@ -766,7 +760,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="height" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Draws a shadow around the given rectangle in <paramref name="window"/> using the given style and state and shadow type.</summary>
|
||||
<summary>Draws a shadow around the given rectangle in <paramref name="window" /> using the given style and state and shadow type.</summary>
|
||||
<param name="style">a <see cref="T:Gtk.Style" /></param>
|
||||
<param name="window">a <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">a <see cref="T:Gtk.StateType" /></param>
|
||||
|
@ -778,7 +772,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintVline">
|
||||
|
@ -799,7 +793,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="x" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary> Draws a vertical line from (<paramref name="x"/>, <paramref name="y1_"/>) to (<paramref name="x"/>, <paramref name="y2_"/>) in <paramref name="window"/> using the given style and state.</summary>
|
||||
<summary> Draws a vertical line from (<paramref name="x" />, <paramref name="y1_" />) to (<paramref name="x" />, <paramref name="y2_" />) in <paramref name="window" /> using the given style and state.</summary>
|
||||
<param name="style">a <see cref="T:Gtk.Style" /></param>
|
||||
<param name="window">a <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">a <see cref="T:Gtk.StateType" /></param>
|
||||
|
@ -809,7 +803,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y1_">a <see cref="T:System.Int32" /></param>
|
||||
<param name="y2_">a <see cref="T:System.Int32" /></param>
|
||||
<param name="x">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintTab">
|
||||
|
@ -845,7 +839,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintFocus">
|
||||
|
@ -867,7 +861,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="height" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Draws a focus indicator around the given rectangle on <paramref name="window"/> using the given style.</summary>
|
||||
<summary>Draws a focus indicator around the given rectangle on <paramref name="window" /> using the given style.</summary>
|
||||
<param name="style">a <see cref="T:Gtk.Style" /></param>
|
||||
<param name="window">a <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">a <see cref="T:Gtk.StateType" /></param>
|
||||
|
@ -878,7 +872,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintShadowGap">
|
||||
|
@ -919,7 +913,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="gap_side">a <see cref="T:Gtk.PositionType" /></param>
|
||||
<param name="gap_x">a <see cref="T:System.Int32" /></param>
|
||||
<param name="gap_width">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintExtension">
|
||||
|
@ -956,7 +950,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<param name="gap_side">a <see cref="T:Gtk.PositionType" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintFlatBox">
|
||||
|
@ -979,7 +973,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="height" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Draws a flat box on <paramref name="window"/> with the given parameters.</summary>
|
||||
<summary>Draws a flat box on <paramref name="window" /> with the given parameters.</summary>
|
||||
<param name="style">a <see cref="T:Gtk.Style" /></param>
|
||||
<param name="window">a <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">a <see cref="T:Gtk.StateType" /></param>
|
||||
|
@ -991,7 +985,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintHandle">
|
||||
|
@ -1028,7 +1022,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<param name="orientation">a <see cref="T:Gtk.Orientation" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintArrow">
|
||||
|
@ -1053,7 +1047,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="height" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Draw an arrow at (<paramref name="x"/>, <paramref name="y"/>) using the given parameters.</summary>
|
||||
<summary>Draw an arrow at (<paramref name="x" />, <paramref name="y" />) using the given parameters.</summary>
|
||||
<param name="style">a <see cref="T:Gtk.Style" /></param>
|
||||
<param name="window">a <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">a <see cref="T:Gtk.StateType" /></param>
|
||||
|
@ -1067,7 +1061,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<param name="width">a <see cref="T:System.Int32" /></param>
|
||||
<param name="height">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintHline">
|
||||
|
@ -1088,7 +1082,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Parameter Name="y" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary> Draws a horizontal line from (<paramref name="x1"/>, <paramref name="y"/>) to (<paramref name="x2"/>, <paramref name="y"/>) in <paramref name="window"/> using the given style and state.</summary>
|
||||
<summary> Draws a horizontal line from (<paramref name="x1" />, <paramref name="y" />) to (<paramref name="x2" />, <paramref name="y" />) in <paramref name="window" /> using the given style and state.</summary>
|
||||
<param name="style">a <see cref="T:Gtk.Style" /></param>
|
||||
<param name="window">a <see cref="T:Gdk.Window" /></param>
|
||||
<param name="state_type">a <see cref="T:Gtk.StateType" /></param>
|
||||
|
@ -1098,7 +1092,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="x1">a <see cref="T:System.Int32" /></param>
|
||||
<param name="x2">a <see cref="T:System.Int32" /></param>
|
||||
<param name="y">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintBoxGap">
|
||||
|
@ -1139,7 +1133,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<param name="gap_side">a <see cref="T:Gtk.PositionType" /></param>
|
||||
<param name="gap_x">a <see cref="T:System.Int32" /></param>
|
||||
<param name="gap_width">a <see cref="T:System.Int32" /></param>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GType">
|
||||
|
@ -1179,7 +1173,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Docs>
|
||||
<summary>The colors to use for text.</summary>
|
||||
<returns>a <see cref="T:Gdk.Color[]" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="BaseColors">
|
||||
|
@ -1192,7 +1186,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<Docs>
|
||||
<summary>The base color set.</summary>
|
||||
<returns>a <see cref="T:Gdk.Color[]" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Text">
|
||||
|
@ -1208,7 +1202,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<summary>Returns the color for text in the given state.</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" /></param>
|
||||
<returns>a <see cref="T:Gdk.Color" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Base">
|
||||
|
@ -1224,7 +1218,7 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
<summary>Returns the base color for the given state.</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" /></param>
|
||||
<returns>a <see cref="T:Gdk.Color" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PaintExpander">
|
||||
|
@ -1291,5 +1285,137 @@ color or pixmap specified by this style for <paramref name="state"/>.</summary>
|
|||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="TextAAGC">
|
||||
<MemberSignature Language="C#" Value="public Gdk.GC TextAAGC (Gtk.StateType state);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.GC</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Returns the graphics context for anti-aliased text.</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" />, the state of the widget to get the GC for</param>
|
||||
<returns>a <see cref="T:Gdk.GC" /></returns>
|
||||
<remarks/>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetTextAAGC">
|
||||
<MemberSignature Language="C#" Value="public void SetTextAAGC (Gtk.StateType state, Gdk.GC gc);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
<Parameter Name="gc" Type="Gdk.GC" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Set the graphics context for anti-aliased text.</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" />, the state of the widget to set the GC for</param>
|
||||
<param name="gc">a <see cref="T:Gdk.GC" /></param>
|
||||
<remarks/>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="LightGC">
|
||||
<MemberSignature Language="C#" Value="public Gdk.GC LightGC (Gtk.StateType state);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.GC</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Returns a graphics context for light-colored drawing</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" />, the state of the widget to get the GC for</param>
|
||||
<returns>a <see cref="T:Gdk.GC" /></returns>
|
||||
<remarks/>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetLightGC">
|
||||
<MemberSignature Language="C#" Value="public void SetLightGC (Gtk.StateType state, Gdk.GC gc);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
<Parameter Name="gc" Type="Gdk.GC" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Set the graphics context for light-colored drawing</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" />, the state of the widget to set the GC for</param>
|
||||
<param name="gc">a <see cref="T:Gdk.GC" /></param>
|
||||
<remarks/>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="DarkGC">
|
||||
<MemberSignature Language="C#" Value="public Gdk.GC DarkGC (Gtk.StateType state);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.GC</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Returns a graphics context for dark-colored drawing</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" />, the state of the widget to get the GC for</param>
|
||||
<returns>a <see cref="T:Gdk.GC" /></returns>
|
||||
<remarks/>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetDarkGC">
|
||||
<MemberSignature Language="C#" Value="public void SetDarkGC (Gtk.StateType state, Gdk.GC gc);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
<Parameter Name="gc" Type="Gdk.GC" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Set the graphics context for dark-colored drawing</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" />, the state of the widget to set the GC for</param>
|
||||
<param name="gc">a <see cref="T:Gdk.GC" /></param>
|
||||
<remarks/>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="MidGC">
|
||||
<MemberSignature Language="C#" Value="public Gdk.GC MidGC (Gtk.StateType state);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gdk.GC</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Returns a graphics context for medium-colored drawing</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" />, the state of the widget to get the GC for</param>
|
||||
<returns>a <see cref="T:Gdk.GC" /></returns>
|
||||
<remarks/>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetMidGC">
|
||||
<MemberSignature Language="C#" Value="public void SetMidGC (Gtk.StateType state, Gdk.GC gc);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="state" Type="Gtk.StateType" />
|
||||
<Parameter Name="gc" Type="Gdk.GC" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Set the graphics context for medium-colored drawing</summary>
|
||||
<param name="state">a <see cref="T:System.Int32" />, the state of the widget to set the GC for</param>
|
||||
<param name="gc">a <see cref="T:Gdk.GC" /></param>
|
||||
<remarks/>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
|
@ -1,5 +1,5 @@
|
|||
<Type Name="TargetList" FullName="Gtk.TargetList">
|
||||
<TypeSignature Language="C#" Value="public sealed struct TargetList;" Maintainer="auto" />
|
||||
<TypeSignature Language="C#" Value="public class TargetList : GLib.Opaque;" Maintainer="auto" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyPublicKey>
|
||||
|
@ -10,71 +10,66 @@
|
|||
</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>A list of potential targets for a drag-and-drop operation.</summary>
|
||||
<remarks/>
|
||||
<summary>A list of potential targets for a paste or drag-and-drop operation.</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.ValueType</BaseTypeName>
|
||||
<BaseTypeName>Glib.Opaque</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces />
|
||||
<Attributes />
|
||||
<Members>
|
||||
<Member MemberName="Zero">
|
||||
<MemberSignature Language="C#" Value="public static Gtk.TargetList Zero;" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.TargetList</ReturnType>
|
||||
</ReturnValue>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public TargetList ();" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks/>
|
||||
<summary>Basic constructor</summary>
|
||||
<returns>an empty <see cref="T:Gtk.TargetList" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="New">
|
||||
<MemberSignature Language="C#" Value="public static Gtk.TargetList New (Gtk.TargetEntry targets, uint ntargets);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.TargetList</ReturnType>
|
||||
</ReturnValue>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public TargetList (Gtk.TargetEntry[] targets);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<ReturnValue />
|
||||
<Parameters>
|
||||
<Parameter Name="targets" Type="Gtk.TargetEntry" />
|
||||
<Parameter Name="ntargets" Type="System.UInt32" />
|
||||
<Parameter Name="targets" Type="Gtk.TargetEntry[]" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="targets">To be added: an object of type 'Gtk.TargetEntry'</param>
|
||||
<param name="ntargets">To be added: an object of type 'uint'</param>
|
||||
<returns>To be added: an object of type 'Gtk.TargetList'</returns>
|
||||
<remarks/>
|
||||
<summary>Constructor</summary>
|
||||
<param name="targets">an array of <see cref="T:Gtk.TargetEntry" /></param>
|
||||
<returns>a <see cref="T:Gtk.TargetList" /> initialized from <paramref name="targets" /></returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="New">
|
||||
<MemberSignature Language="C#" Value="public static Gtk.TargetList New (IntPtr raw);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.TargetList</ReturnType>
|
||||
</ReturnValue>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public TargetList (IntPtr raw);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<ReturnValue />
|
||||
<Parameters>
|
||||
<Parameter Name="raw" Type="System.IntPtr" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="raw">To be added: an object of type 'IntPtr'</param>
|
||||
<returns>To be added: an object of type 'Gtk.TargetList'</returns>
|
||||
<remarks/>
|
||||
<summary>Internal constructor</summary>
|
||||
<param name="raw">a <see cref="T:System.IntPtr" /></param>
|
||||
<returns>a <see cref="T:Gtk.TargetList" /> wrapping <paramref name="raw" /></returns>
|
||||
<remarks>
|
||||
<para>This is an internal constructor, and should not be used by user code.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Ref">
|
||||
<MemberSignature Language="C#" Value="public void Ref ();" />
|
||||
<Member MemberName="Finalize">
|
||||
<MemberSignature Language="C#" Value="protected override void Finalize ();" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks/>
|
||||
<summary>Disposes the resources associated with the object.</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Add">
|
||||
|
@ -89,26 +84,33 @@
|
|||
<Parameter Name="info" Type="System.UInt32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="target">To be added: an object of type 'Gdk.Atom'</param>
|
||||
<param name="flags">To be added: an object of type 'uint'</param>
|
||||
<param name="info">To be added: an object of type 'uint'</param>
|
||||
<remarks/>
|
||||
<summary>Add a target type to the target list</summary>
|
||||
<param name="target">the target type, as a <see cref="T:Gdk.Atom" /></param>
|
||||
<param name="flags">target flags (for a drag-and-drop target, this is a <see cref="T:Gtk.TargetFlags" /> value)</param>
|
||||
<param name="info">application-defined ID for this target type</param>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Unref">
|
||||
<MemberSignature Language="C#" Value="public void Unref ();" />
|
||||
<Member MemberName="Add">
|
||||
<MemberSignature Language="C#" Value="public void Add (string target, uint flags, uint info);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Parameters>
|
||||
<Parameter Name="target" Type="System.String" />
|
||||
<Parameter Name="flags" Type="System.UInt32" />
|
||||
<Parameter Name="info" Type="System.UInt32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks/>
|
||||
<summary>Add a target type to the target list</summary>
|
||||
<param name="target">the target type, as a string</param>
|
||||
<param name="flags">target flags (for a drag-and-drop target, this is a <see cref="T:Gtk.TargetFlags" /> value)</param>
|
||||
<param name="info">application-defined ID for this target type</param>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AddTable">
|
||||
<Member MemberName="AddTable" Deprecated="true">
|
||||
<MemberSignature Language="C#" Value="public void AddTable (Gtk.TargetEntry targets, uint ntargets);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
|
@ -119,25 +121,25 @@
|
|||
<Parameter Name="ntargets" Type="System.UInt32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="targets">To be added: an object of type 'Gtk.TargetEntry'</param>
|
||||
<param name="ntargets">To be added: an object of type 'uint'</param>
|
||||
<remarks/>
|
||||
<summary>Add an entry to the target list</summary>
|
||||
<param name="targets">a <see cref="T:Gtk.TargetEntry" /></param>
|
||||
<param name="ntargets">the "length" of <paramref name="targets" />. Must be 1.</param>
|
||||
<remarks>This auto-generated method is incorrect, and exists only for backward-compatibility. Use the overloaded version instead.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Remove">
|
||||
<MemberSignature Language="C#" Value="public void Remove (Gdk.Atom target);" />
|
||||
<Member MemberName="AddTable">
|
||||
<MemberSignature Language="C#" Value="public void AddTable (Gtk.TargetEntry[] targets);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="target" Type="Gdk.Atom" />
|
||||
<Parameter Name="targets" Type="Gtk.TargetEntry[]" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="target">To be added: an object of type 'Gdk.Atom'</param>
|
||||
<remarks/>
|
||||
<summary>Add entries to the target list</summary>
|
||||
<param name="targets">an array of <see cref="T:Gtk.TargetEntry" /></param>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Find">
|
||||
|
@ -151,24 +153,61 @@
|
|||
<Parameter Name="info" Type="System.UInt32&" RefType="out" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="target">a <see cref="T:Gdk.Atom" /></param>
|
||||
<param name="info">a <see cref="T:System.UInt32&" /></param>
|
||||
<returns>a <see cref="T:System.Boolean" /></returns>
|
||||
<remarks/>
|
||||
<summary>Find a given target type</summary>
|
||||
<param name="target">the target type to find, as a <see cref="T:Gdk.Atom" /></param>
|
||||
<param name="info">on output, will contain the target's application-defined ID</param>
|
||||
<returns>
|
||||
<see langword="true" /> if the target was found</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="RefCount">
|
||||
<MemberSignature Language="C#" Value="public uint RefCount;" />
|
||||
<MemberType>Field</MemberType>
|
||||
<Member MemberName="Find">
|
||||
<MemberSignature Language="C#" Value="public bool Find (string target, out uint info);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.UInt32</ReturnType>
|
||||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="target" Type="System.String" />
|
||||
<Parameter Name="info" Type="System.UInt32&" RefType="out" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks/>
|
||||
<summary>Find a given target type</summary>
|
||||
<param name="target">the target type to find, as a string</param>
|
||||
<param name="info">on output, will contain the target's application-defined ID</param>
|
||||
<returns>
|
||||
<see langword="true" /> if the target was found</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Remove">
|
||||
<MemberSignature Language="C#" Value="public void Remove (Gdk.Atom target);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="target" Type="Gdk.Atom" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Remove an entry from the target list</summary>
|
||||
<param name="target">the target to remove, as a <see cref="T:Gdk.Atom" /></param>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Remove">
|
||||
<MemberSignature Language="C#" Value="public void Remove (string target);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="target" Type="System.String" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Remove an entry from the target list</summary>
|
||||
<param name="target">the target to remove, as a string</param>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
|
|
Loading…
Reference in a new issue