2003-02-12 02:00:12 +00:00
<Type Name= "Image" FullName= "Gtk.Image" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "Jaime
 Anguiano Olarra" Value= "public class Image : Gtk.Misc" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2005-12-09 23:12:49 +00:00
<AssemblyVersion > 2.8.0.0</AssemblyVersion>
2003-02-12 02:00:12 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 02:00:12 +00:00
<Docs >
2003-07-17 06:38:40 +00:00
<summary >
<see cref= "T:Gtk.Widget" /> used to display an image. </summary>
2003-06-12 04:17:57 +00:00
<remarks >
2003-07-17 06:38:40 +00:00
<see cref= "T:Gtk.Image" /> can be used as a container for a <see cref= "T:Gdk.Pixbuf" />
2003-07-08 18:44:29 +00:00
or a <see cref= "T:Gdk.PixbufAnimation" /> to get custom interfaces.
<see cref= "T:Gtk.Image" /> cannot launch events, it is necessary to
include it inside a <see cref= "T:Gtk.EventBox" /> for that purpose.
2003-06-12 04:17:57 +00:00
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
<BaseTypeName > Gtk.Misc</BaseTypeName>
</Base>
<Interfaces >
</Interfaces>
<Members >
<Member MemberName= "SetFromIconSet" >
<MemberSignature Language= "C#" Value= "public void SetFromIconSet (Gtk.IconSet icon_set, Gtk.IconSize size);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "icon_set" Type= "Gtk.IconSet" />
<Parameter Name= "size" Type= "Gtk.IconSize" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-07-17 06:38:40 +00:00
<summary > Creates a <see cref= "T:Gtk.Image" /> displaying an <see cref= "T:Gtk.IconSet" /> .</summary>
<param name= "icon_set" > an object of type <see cref= "T:Gtk.IconSet" /> </param>
<param name= "size" > an object of type <see cref= "T:Gtk.IconSize" /> </param>
2003-06-12 04:17:57 +00:00
<remarks >
2003-07-17 06:38:40 +00:00
Creates a <see cref= "T:Gtk.Image" /> displaying an <see cref= "T:Gtk.IconSet" /> .
Sample stock sizes are <see cref= "F:Gtk.IconSize.Menu" /> , <see cref= "F:Gtk.IconSize.SmallToolbar" /> .
Instead of using this function, usually it is better to create a <see cref= "T:Gtk.IconFactory" /> , put your <see cref= "T:Gtk.IconSet" /> in the <see cref= "T:Gtk.IconFactory" /> ,
add the <see cref= "T:Gtk.IconFactory" /> to the list of default factories with <see cref= "M:Gtk.IconFactory.AddDefault()" /> , and then use <see cref= "M:Gtk.Image.SetFromStock(System.String,Gtk.IconSize)" /> .
2003-06-12 04:17:57 +00:00
This will allow themes to override the icon you ship with your application.
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "SetFromImage" >
2004-12-03 20:42:12 +00:00
<MemberSignature Language= "C#" Value= "public void SetFromImage (Gdk.Image gdk_image, Gdk.Pixmap mask);" />
2003-02-12 02:00:12 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "gdk_image" Type= "Gdk.Image" />
2004-12-03 20:42:12 +00:00
<Parameter Name= "mask" Type= "Gdk.Pixmap" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-07-17 06:38:40 +00:00
<summary > Creates a <see cref= "T:Gtk.Image" /> widget displaying an image with a mask.</summary>
<param name= "gdk_image" > an object of type <see cref= "T:Gdk.Image" /> </param>
2004-12-03 20:42:12 +00:00
<param name= "mask" > an object of type <see cref= "T:Gdk.Pixmap" /> </param>
2003-06-12 04:17:57 +00:00
<remarks >
2003-07-17 06:38:40 +00:00
Creates a <see cref= "T:Gtk.Image" /> widget displaying an image with a mask.
A <see cref= "T:Gdk.Image" /> is a client-side image buffer in the pixel format of the current display.
2003-06-12 04:17:57 +00:00
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "SetFromStock" >
<MemberSignature Language= "C#" Value= "public void SetFromStock (string stock_id, Gtk.IconSize size);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "stock_id" Type= "System.String" />
<Parameter Name= "size" Type= "Gtk.IconSize" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-07-17 06:38:40 +00:00
<summary > Creates a <see cref= "T:Gtk.Image" /> displaying a stock icon.</summary>
<param name= "stock_id" > an object of type <see cref= "T:System.String" /> </param>
<param name= "size" > an object of type <see cref= "T:Gtk.IconSize" /> </param>
2003-06-12 04:17:57 +00:00
<remarks >
2003-07-17 06:38:40 +00:00
Creates a <see cref= "T:Gtk.Image" /> displaying a stock icon.
Sample stock icon names are <see cref= "P:Gtk.Stock.Open" /> , <see cref= "P:Gtk.Stock.Ok" /> .
Sample stock sizes are <see cref= "F:Gtk.IconSize.Menu" /> , <see cref= "F:Gtk.IconSize.SmallToolbar" /> .
2003-07-08 18:44:29 +00:00
If the stock icon name is not known, a "broken image" icon will be displayed instead.
2003-07-17 06:38:40 +00:00
You can register your own stock icon names, see <see cref= "M:Gtk.IconFactory.AddDefault()" /> and <see cref= "M:Gtk.IconFactory.Add(System.String,Gtk.IconSet)" /> .
2003-06-12 04:17:57 +00:00
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "SetFromPixmap" >
2004-12-03 20:42:12 +00:00
<MemberSignature Language= "C#" Value= "public void SetFromPixmap (Gdk.Pixmap pixmap, Gdk.Pixmap mask);" />
2003-02-12 02:00:12 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "pixmap" Type= "Gdk.Pixmap" />
2004-12-03 20:42:12 +00:00
<Parameter Name= "mask" Type= "Gdk.Pixmap" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-07-17 06:38:40 +00:00
<summary > Creates a <see cref= "T:Gtk.Image" /> widget displaying an image with a mask.</summary>
<param name= "pixmap" > an object of type <see cref= "T:Gdk.Pixmap" /> </param>
2004-12-03 20:42:12 +00:00
<param name= "mask" > an object of type <see cref= "T:Gdk.Pixmap" /> </param>
2003-06-12 04:17:57 +00:00
<remarks >
2003-07-17 06:38:40 +00:00
Creates a <see cref= "T:Gtk.Image" /> widget displaying an image with a mask.
A <see cref= "T:Gdk.Image" /> is a client-side image buffer in the pixel format of the current display.
2003-06-12 04:17:57 +00:00
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Internal constructor</summary>
<param name= "raw" > Pointer to the C object.</param>
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2003-05-14 19:22:02 +00:00
<summary > Default parameterless constructor.</summary>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image (Gdk.PixbufAnimation animation);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "animation" Type= "Gdk.PixbufAnimation" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-07-17 06:38:40 +00:00
<summary > This constructor is used to create an instance of <see cref= "Gtk.Image" /> containing the <see cref= "T:Gdk.PixbufAnimation" /> passed to it.</summary>
<param name= "animation" >
2005-01-04 21:05:14 +00:00
<see cref= "T:Gdk.PixbufAnimation" />
to be displayed by the Image.
</param>
2003-07-17 06:38:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image (string filename);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "filename" Type= "System.String" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > This constructor is used to create an instance of
<see cref= "T:Gtk.Image" /> containing the image stored in the
filename whose path is given by the 'filename' parameter.</summary>
2003-07-17 06:38:40 +00:00
<param name= "filename" >
<see langword= "string" /> representing
2003-05-14 19:22:02 +00:00
the path to the image file.</param>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image (Gtk.IconSet icon_set, Gtk.IconSize size);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "icon_set" Type= "Gtk.IconSet" />
<Parameter Name= "size" Type= "Gtk.IconSize" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > This constructor is used to create an instance of
2003-07-17 06:38:40 +00:00
<see cref= "T:Gtk.Image" /> containing the <see cref= "T:Gtk.IconSet" /> and using the <see cref= "T:Gtk.IconSize" /> passed to it.</summary>
<param name= "icon_set" >
<see cref= "T:Gtk.IconSet" /> to be
2003-05-14 19:22:02 +00:00
displayed by the Image.</param>
2003-07-17 06:38:40 +00:00
<param name= "size" >
<see cref= "T:Gtk.IconSize" /> to be used by
2003-05-14 19:22:02 +00:00
the Image.</param>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
2004-12-03 20:42:12 +00:00
<MemberSignature Language= "C#" Value= "public Image (Gdk.Image image, Gdk.Pixmap mask);" />
2003-02-12 02:00:12 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "image" Type= "Gdk.Image" />
2004-12-03 20:42:12 +00:00
<Parameter Name= "mask" Type= "Gdk.Pixmap" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > This constructor is used to create an instance of
<see cref= "T:Gtk.Image" /> containing the <see cref= "T:Gdk.Image" />
2004-12-03 20:42:12 +00:00
passed to it, masked by the given <see cref= "T:Gdk.Pixmap" /> .</summary>
2003-07-17 06:38:40 +00:00
<param name= "image" >
<see cref= "T:Gdk.Image" /> to be displayed
2003-05-14 19:22:02 +00:00
by the Image.</param>
2003-07-17 06:38:40 +00:00
<param name= "mask" >
2004-12-03 20:42:12 +00:00
<see cref= "T:Gdk.Pixmap" /> mask to be used.</param>
2003-05-14 19:22:02 +00:00
<remarks />
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image (Gdk.Pixbuf pixbuf);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "pixbuf" Type= "Gdk.Pixbuf" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > This constructor is used to create an instance of
<see cref= "T:Gtk.Image" /> containing the <see cref= "T:Gdk.Pixbuf" />
passed to it.</summary>
2003-07-17 06:38:40 +00:00
<param name= "pixbuf" >
<see cref= "T:Gdk.Pixbuf" /> to be
2003-05-14 19:22:02 +00:00
displayed by the Image.</param>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
2004-12-03 20:42:12 +00:00
<MemberSignature Language= "C#" Value= "public Image (Gdk.Pixmap pixmap, Gdk.Pixmap mask);" />
2003-02-12 02:00:12 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "pixmap" Type= "Gdk.Pixmap" />
2004-12-03 20:42:12 +00:00
<Parameter Name= "mask" Type= "Gdk.Pixmap" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > This constructor is used to create an instance of
2004-12-03 20:42:12 +00:00
<see cref= "T:Gtk.Image" /> containing the <see cref= "T:Gdk.Pixmap" /> passed to it,
masked by the given <see cref= "Gdk.Pixmap" /> .</summary>
2003-07-17 06:38:40 +00:00
<param name= "pixmap" >
<see cref= "T:Gdk.Pixmap" /> displayed by
2003-05-14 19:22:02 +00:00
the Image.</param>
2003-07-17 06:38:40 +00:00
<param name= "mask" >
2004-12-03 20:42:12 +00:00
<see cref= "T:Gdk.Pixmap" /> mask used by
2003-05-14 19:22:02 +00:00
the Image.</param>
<remarks />
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image (string stock_id, Gtk.IconSize size);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "stock_id" Type= "System.String" />
<Parameter Name= "size" Type= "Gtk.IconSize" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > This constructor is used to create an instance of
2003-07-08 18:44:29 +00:00
<see cref= "T:Gtk.Image" /> containing the <see cref= "T:Gtk.Stock" />
2003-05-14 19:22:02 +00:00
represented by the <see langword= "string" /> passed to it and with the
2003-07-08 18:44:29 +00:00
size represented by the <see cref= "T:Gtk.IconSize" /> passed.</summary>
2003-07-17 06:38:40 +00:00
<param name= "stock_id" >
<see langword= "string" /> identifier
2003-07-08 18:44:29 +00:00
for the <see cref= "T:Gtk.Stock" /> .</param>
2003-07-17 06:38:40 +00:00
<param name= "size" >
<see cref= "T:Gtk.IconSize" /> used by the Image.</param>
2003-05-14 19:22:02 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "FromPixbuf" >
<MemberSignature Language= "C#" Value= "public Gdk.Pixbuf FromPixbuf { set; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Pixbuf</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-07-17 06:38:40 +00:00
<summary > Creates a <see cref= "T:Gtk.Image" /> displaying <see cref= "T:Gdk.Pixbuf" /> .</summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:Gdk.Pixbuf" /> </value>
2003-07-17 06:38:40 +00:00
<remarks > Creates a <see cref= "T:Gtk.Image" /> displaying <see cref= "T:Gdk.Pixbuf" /> .</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Animation" >
<MemberSignature Language= "C#" Value= "public Gdk.PixbufAnimation Animation { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.PixbufAnimation</ReturnType>
</ReturnValue>
<Docs >
2004-08-29 08:58:39 +00:00
<summary > Get the animation for this image.</summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:Gdk.PixbufAnimation" /> </value>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "FromAnimation" >
<MemberSignature Language= "C#" Value= "public Gdk.PixbufAnimation FromAnimation { set; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.PixbufAnimation</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-11-05 21:25:40 +00:00
<summary > Causes the Image object to display the given animation (or display nothing, if you set the animation to <see langword= "null" /> ).</summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:Gdk.PixbufAnimation" /> </value>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "FromFile" >
<MemberSignature Language= "C#" Value= "public string FromFile { set; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-09-13 05:43:28 +00:00
<summary >
2004-11-05 21:25:40 +00:00
<p > Creates a new <see cref= "T:Gtk.Image" /> displaying the file <paramref name= "filename" /> If the file
2004-09-13 05:43:28 +00:00
isn't found or can't be loaded, the resulting Image will
2004-11-05 21:25:40 +00:00
display a "broken image" icon. This function never returns <see langword= "null" /> ,
2004-09-13 05:43:28 +00:00
it always returns a valid Image widget.
If the file contains an animation, the image will contain an
animation.</p>
2004-11-05 21:25:40 +00:00
<p > If you need to detect failures to load the file, use
<see cref= "M:Gdk.Pixbuf" /> to load the file yourself, then create
2004-09-13 05:43:28 +00:00
the Image from the pixbuf. (Or for animations, use
2004-11-05 21:25:40 +00:00
<see cref= "M:Gdk.PixbufAnimation" /> ).</p>
<p > The storage type (<see cref= "P:Gtk.Image.StorageType" /> ) of the returned
2004-09-13 05:43:28 +00:00
image is not defined, it will be whatever is appropriate for
displaying the file.</p>
2004-11-05 21:25:40 +00:00
</summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:System.String" /> </value>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Stock" >
<MemberSignature Language= "C#" Value= "public string Stock { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-09-13 05:43:28 +00:00
<summary > A stock item name, if this is a stock image.</summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:System.String" /> </value>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
<AttributeName > GLib.Property(Name="stock")</AttributeName>
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "Pixbuf" >
<MemberSignature Language= "C#" Value= "public Gdk.Pixbuf Pixbuf { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Pixbuf</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > Gets or sets the <see cref= "T:Gdk.Pixbuf" />
associated to the Image.</summary>
2005-05-23 20:41:51 +00:00
<value >
<see cref= "T:Gtk.Pixbuf" /> that the Image contains.</value>
2003-05-14 19:22:02 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
<AttributeName > GLib.Property(Name="pixbuf")</AttributeName>
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "IconSize" >
<MemberSignature Language= "C#" Value= "public int IconSize { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Int32</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-09-13 05:43:28 +00:00
<summary > The size (dimension on a side) for a square icon.</summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:System.Int32" /> </value>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2005-12-09 23:12:49 +00:00
<AttributeName > GLib.Property(Name="icon-size")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "File" >
2005-12-09 23:12:49 +00:00
<MemberSignature Language= "C#" Value= "public string File { set; get; };" />
2003-02-12 02:00:12 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-09-13 05:43:28 +00:00
<summary > The file this image was loaded from.</summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:System.String" /> </value>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
<AttributeName > GLib.Property(Name="file")</AttributeName>
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "StorageType" >
<MemberSignature Language= "C#" Value= "public Gtk.ImageType StorageType { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gtk.ImageType</ReturnType>
</ReturnValue>
<Docs >
2005-01-04 21:05:14 +00:00
<summary > The type of representation being used by the
2005-04-01 14:54:12 +00:00
<see cref= "T:Gtk.Image" />
2004-09-13 05:43:28 +00:00
to store image data. If the Image has no image data,
2005-01-04 21:05:14 +00:00
the return value will be <see cref= "P:Gtk.ImageType.Empty" /> .
</summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:Gtk.ImageType" /> </value>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2005-12-09 23:12:49 +00:00
<AttributeName > GLib.Property(Name="storage-type")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "IconSet" >
<MemberSignature Language= "C#" Value= "public Gtk.IconSet IconSet { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gtk.IconSet</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > Gets or sets the <see cref= "T:Gtk.Iconset" />
associated to the Image.</summary>
2005-05-23 20:41:51 +00:00
<value >
<see cref= "T:Gtk.Iconset" /> that the Image contains.</value>
2003-05-14 19:22:02 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2005-12-09 23:12:49 +00:00
<AttributeName > GLib.Property(Name="icon-set")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "PixbufAnimation" >
<MemberSignature Language= "C#" Value= "public Gdk.PixbufAnimation PixbufAnimation { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.PixbufAnimation</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > Gets or sets the <see cref= "T:Gdk.PixbufAnimation" />
associated to the Image.</summary>
2005-05-23 20:41:51 +00:00
<value >
<see cref= "T:Gtk.PixbufAnimation" /> that the Image contains.</value>
2003-05-14 19:22:02 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2005-12-09 23:12:49 +00:00
<AttributeName > GLib.Property(Name="pixbuf-animation")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "Mask" >
<MemberSignature Language= "C#" Value= "public Gdk.Pixmap Mask { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Pixmap</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-11-05 21:25:40 +00:00
<summary > Mask bitmap to use with <see cref= "T:Gdk.Image" /> or <see cref= "T:Gdk.Pixmap" /> </summary>
2005-05-23 20:41:51 +00:00
<value > an object of type <see cref= "T:Gdk.Pixmap" /> </value>
2004-11-05 21:25:40 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
<AttributeName > GLib.Property(Name="mask")</AttributeName>
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "Pixmap" >
<MemberSignature Language= "C#" Value= "public Gdk.Pixmap Pixmap { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Pixmap</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-05-14 19:22:02 +00:00
<summary > Gets or sets the <see cref= "T:Gdk.Pixmap" />
associated to the Image.</summary>
2005-05-23 20:41:51 +00:00
<value >
<see cref= "T:Gtk.Pixmap" /> that the Image contains.</value>
2003-05-14 19:22:02 +00:00
<remarks />
2003-07-17 06:38:40 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
<AttributeName > GLib.Property(Name="pixmap")</AttributeName>
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "ImageProp" >
<MemberSignature Language= "C#" Value= "public Gdk.Image ImageProp { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Image</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-09-13 05:43:28 +00:00
<summary > Gets or sets the <see cref= "T:Gdk.Image" /> associated with the Image.</summary>
2005-05-23 20:41:51 +00:00
<value >
<see cref= "T:Gdk.Image" /> that the Image contains.</value>
2003-05-14 19:22:02 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
<AttributeName > GLib.Property(Name="image")</AttributeName>
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > GLib.GType</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-21 20:14:42 +00:00
<summary > GType Property.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:GLib.GType" /> </value>
2004-06-21 20:14:42 +00:00
<remarks > Returns the native <see cref= "T:GLib.GType" /> value for <see cref= "T:Gtk.Image" /> .</remarks>
2003-12-24 01:35:30 +00:00
</Docs>
</Member>
2003-03-07 01:30:00 +00:00
<Member MemberName= ".ctor" >
2003-12-24 01:35:30 +00:00
<MemberSignature Language= "C#" Value= "protected Image (GLib.GType gtype);" />
2003-03-07 01:30:00 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-12-24 01:35:30 +00:00
<Parameter Name= "gtype" Type= "GLib.GType" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-03-07 01:30:00 +00:00
<Docs >
2004-06-21 20:33:11 +00:00
<summary > Protected Constructor.</summary>
2003-12-24 01:35:30 +00:00
<param name= "gtype" > a <see cref= "T:GLib.GType" /> </param>
2004-06-21 20:33:11 +00:00
<remarks > Chain to this constructor if you have manually registered a native <see cref= "T:GLib.GType" /> value for your subclass.</remarks>
2003-03-07 01:30:00 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
<AttributeName > System.Obsolete(Message=null, IsError=False)</AttributeName>
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2004-11-05 21:25:40 +00:00
<Member MemberName= "Set" >
2004-12-03 20:42:12 +00:00
<MemberSignature Language= "C#" Value= "public void Set (Gdk.Image val, Gdk.Pixmap mask);" />
2004-11-05 21:25:40 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "val" Type= "Gdk.Image" />
2004-12-03 20:42:12 +00:00
<Parameter Name= "mask" Type= "Gdk.Pixmap" />
2004-11-05 21:25:40 +00:00
</Parameters>
<Docs >
2005-04-01 14:54:12 +00:00
<summary > Same functionality as <see cref= "M:Gtk.Image.SetFromImage" /> .</summary>
2004-11-05 21:25:40 +00:00
<param name= "val" > a <see cref= "T:Gdk.Image" /> </param>
2004-12-03 20:42:12 +00:00
<param name= "mask" > a <see cref= "T:Gdk.Pixmap" /> </param>
2005-04-01 14:54:12 +00:00
<remarks >
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2004-11-05 21:25:40 +00:00
</Docs>
</Member>
<Member MemberName= "Get" >
2004-12-03 20:42:12 +00:00
<MemberSignature Language= "C#" Value= "public void Get (Gdk.Image val, Gdk.Pixmap mask);" />
2004-11-05 21:25:40 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "val" Type= "Gdk.Image" />
2004-12-03 20:42:12 +00:00
<Parameter Name= "mask" Type= "Gdk.Pixmap" />
2004-11-05 21:25:40 +00:00
</Parameters>
<Docs >
2005-01-04 21:05:14 +00:00
<summary >
2005-04-01 14:54:12 +00:00
Gets the <see cref= "T:Gdk.Image" /> and mask being
displayed by the <see cref= "T:Gtk.Image" /> .
2005-01-04 21:05:14 +00:00
</summary>
2004-11-05 21:25:40 +00:00
<param name= "val" > a <see cref= "T:Gdk.Image" /> </param>
2004-12-03 20:42:12 +00:00
<param name= "mask" > a <see cref= "T:Gdk.Pixmap" /> </param>
2005-01-04 21:05:14 +00:00
<remarks >
The storage type of the image must be
2005-04-01 14:54:12 +00:00
<see cref= "T:Gtk.ImageType.Empty" /> .
or <see cref= "T:Gtk.ImageType.Image" /> .
2005-01-04 21:05:14 +00:00
(see <see cref= "P:Gtk.Image.StorageType" /> ).
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2004-11-05 21:25:40 +00:00
</Docs>
</Member>
2004-12-17 17:55:07 +00:00
<Member MemberName= "GetStock" >
<MemberSignature Language= "C#" Value= "public void GetStock (out string stock_id, out Gtk.IconSize size);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "stock_id" Type= "System.String&" RefType= "out" />
<Parameter Name= "size" Type= "Gtk.IconSize&" RefType= "out" />
</Parameters>
<Docs >
<summary > Get the stock item name and size, if this is a stock image</summary>
<param name= "stock_id" > the stock item name</param>
<param name= "size" > the stock item size, a <see cref= "T:Gtk.IconSize" /> </param>
2005-01-04 21:05:14 +00:00
<remarks >
If the <see cref= "T:Gtk.Image" /> is displaying a stock image, this method can be used to retrieve the stock item name and the size.
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2004-12-17 17:55:07 +00:00
</Docs>
</Member>
<Member MemberName= "GetIconSet" >
<MemberSignature Language= "C#" Value= "public void GetIconSet (out Gtk.IconSet icon_set, out Gtk.IconSize size);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "icon_set" Type= "Gtk.IconSet&" RefType= "out" />
<Parameter Name= "size" Type= "Gtk.IconSize&" RefType= "out" />
</Parameters>
<Docs >
<summary > Get the icon set and size, if this image is using an icon set</summary>
<param name= "icon_set" > the <see cref= "T:Gtk.IconSet" /> </param>
<param name= "size" > the icon size, a <see cref= "T:Gtk.IconSize" /> </param>
<remarks > If the <see cref= "T:Gtk.Image" /> is displaying an image from an icon set, this method can be used to retrieve the icon set and the size.</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2004-12-17 17:55:07 +00:00
</Docs>
</Member>
<Member MemberName= "GetPixmap" >
<MemberSignature Language= "C#" Value= "public void GetPixmap (out Gdk.Pixmap pixmap, out Gdk.Pixmap mask);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "pixmap" Type= "Gdk.Pixmap&" RefType= "out" />
<Parameter Name= "mask" Type= "Gdk.Pixmap&" RefType= "out" />
</Parameters>
<Docs >
<summary > Get the pixmap and mask for an image</summary>
<param name= "pixmap" > the <see cref= "T:Gdk.Pixmap" /> </param>
<param name= "mask" > the mask</param>
2004-12-29 18:36:31 +00:00
<remarks >
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2004-12-17 17:55:07 +00:00
</Docs>
</Member>
<Member MemberName= "GetImage" >
<MemberSignature Language= "C#" Value= "public void GetImage (out Gdk.Image gdk_image, out Gdk.Pixmap mask);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "gdk_image" Type= "Gdk.Image&" RefType= "out" />
<Parameter Name= "mask" Type= "Gdk.Pixmap&" RefType= "out" />
</Parameters>
<Docs >
<summary > Get the image data and mask for an image</summary>
<param name= "gdk_image" > the image data</param>
<param name= "mask" > the mask</param>
2004-12-29 18:36:31 +00:00
<remarks >
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2004-12-17 17:55:07 +00:00
</Docs>
</Member>
2005-04-01 14:54:12 +00:00
<Member MemberName= "LoadFromResource" >
<MemberSignature Language= "C#" Value= "public static Gtk.Image LoadFromResource (string resource);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Gtk.Image</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "resource" Type= "System.String" />
</Parameters>
<Docs >
<summary > Loads an image from a resource file.</summary>
<param name= "resource" > the name of the resource</param>
<returns > a <see cref= "T:Gtk.Image" /> </returns>
2005-04-21 17:10:54 +00:00
<remarks >
2005-04-01 14:54:12 +00:00
This load an image from a resource in the calling assembly. This is
equivalent to using the
<see cref= "C:Gtk.Image(System.Reflection.Assembly, System.String)" />
constructor with a <see langword= "null" /> assembly.
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2005-04-01 14:54:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image (System.IO.Stream stream);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
<Parameter Name= "stream" Type= "System.IO.Stream" />
</Parameters>
<Docs >
<summary > Loads an image from a <see cref= "T:System.IO.Stream" /> .</summary>
<param name= "stream" > a <see cref= "T:System.IO.Stream" /> </param>
<remarks >
This is equivalent to calling <see cref= "C:Gdk.Pixbuf(System.IO.Stream)" />
or <see cref= "C:Gdk.PixbufAnimation(System.IO.Stream)" /> and then creating
an <see cref= "T:Gtk.Image" /> from the resulting pixbuf.
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2005-04-01 14:54:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Image (System.Reflection.Assembly assembly, string resource);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
<Parameter Name= "assembly" Type= "System.Reflection.Assembly" />
<Parameter Name= "resource" Type= "System.String" />
</Parameters>
<Docs >
<summary > Loads an image embedded in an assembly</summary>
<param name= "assembly" > The <see cref= "T:System.Reflection.Assembly" /> that contains the image.
<para >
If the value is <see langword= "null" /> , the image will be looked up on the calling assembly.</para> </param>
<param name= "resource" > The name given as the resource in the assembly</param>
<remarks >
This is equivalent to calling
<see cref= "C:Gdk.Pixbuf(System.Reflection.Assembly,System.String)" /> or
<see cref= "C:Gdk.PixbufAnimation(System.Reflection.Assembly,System.String)" />
and then creating an <see cref= "T:Gtk.Image" /> from the resulting pixbuf.
</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2005-04-01 14:54:12 +00:00
</Docs>
</Member>
2005-04-21 17:10:54 +00:00
<Member MemberName= "IconName" >
<MemberSignature Language= "C#" Value= "public string IconName { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
<summary > To be added</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:System.String" /> </value>
2005-04-21 17:10:54 +00:00
<remarks > To be added</remarks>
2005-06-16 19:27:40 +00:00
<since version= "Gtk# 2.6" />
2005-04-21 17:10:54 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2005-12-09 23:12:49 +00:00
<AttributeName > GLib.Property(Name="icon-name")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2005-04-21 17:10:54 +00:00
<Member MemberName= "PixelSize" >
<MemberSignature Language= "C#" Value= "public int PixelSize { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
<summary > To be added</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:System.Int32" /> </value>
2005-04-21 17:10:54 +00:00
<remarks > To be added</remarks>
2005-06-16 19:27:40 +00:00
<since version= "Gtk# 2.6" />
2005-04-21 17:10:54 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2005-12-09 23:12:49 +00:00
<AttributeName > GLib.Property(Name="pixel-size")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2005-04-21 17:10:54 +00:00
<Member MemberName= "NewFromIconName" >
<MemberSignature Language= "C#" Value= "public static Gtk.Image NewFromIconName (string icon_name, Gtk.IconSize size);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Gtk.Image</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "icon_name" Type= "System.String" />
<Parameter Name= "size" Type= "Gtk.IconSize" />
</Parameters>
<Docs >
<summary > To be added</summary>
<param name= "icon_name" > a <see cref= "T:System.String" /> </param>
<param name= "size" > a <see cref= "T:System.Int32" /> </param>
<returns > a <see cref= "T:Gtk.Image" /> </returns>
<remarks > To be added</remarks>
2005-06-16 19:27:40 +00:00
<since version= "Gtk# 2.6" />
2005-04-21 17:10:54 +00:00
</Docs>
</Member>
<Member MemberName= "SetFromIconName" >
<MemberSignature Language= "C#" Value= "public void SetFromIconName (string icon_name, Gtk.IconSize size);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "icon_name" Type= "System.String" />
<Parameter Name= "size" Type= "Gtk.IconSize" />
</Parameters>
<Docs >
<summary > To be added</summary>
<param name= "icon_name" > a <see cref= "T:System.String" /> </param>
<param name= "size" > a <see cref= "T:System.Int32" /> </param>
<remarks > To be added</remarks>
2005-06-16 19:27:40 +00:00
<since version= "Gtk# 2.6" />
2005-04-21 17:10:54 +00:00
</Docs>
</Member>
2005-09-03 04:11:38 +00:00
<Member MemberName= "GetIconName" >
<MemberSignature Language= "C#" Value= "public void GetIconName (out string icon_name, out Gtk.IconSize size);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "icon_name" Type= "System.String&" RefType= "out" />
<Parameter Name= "size" Type= "Gtk.IconSize&" RefType= "out" />
</Parameters>
<Docs >
<param name= "icon_name" > To be added.</param>
<param name= "size" > To be added.</param>
<summary > To be added.</summary>
<remarks > To be added.</remarks>
</Docs>
</Member>
2005-12-09 23:12:49 +00:00
<Member MemberName= "Clear" >
<MemberSignature Language= "C#" Value= "public void Clear ();" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
<summary > Resets the image to be empty.</summary>
<remarks />
<since version= "Gtk# 2.6" />
</Docs>
</Member>
2003-02-12 02:00:12 +00:00
</Members>
2005-06-17 18:43:30 +00:00
</Type>