~ubuntu-branches/ubuntu/natty/pygtk/natty-proposed

« back to all changes in this revision

Viewing changes to docs/html/class-gtkcellrendererpixbuf.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-22 16:49:42 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090622164942-19zeltp4z0u5iw72
Tags: 2.15.2-0ubuntu1
* New upstream version:
  - Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message
  - Allow pango.Context creation 
  - Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining backward
    compatibility accepting also chars 
  - Protect window obj from GC in gtk.window_get_toplevels 
  - Plug huge number of memory leaks in Pango wrappers 
  - Add gtk.gdk.WINDOWING constant 
  - Wrap gdk_pixbuf_apply_embedded_orientation 
  - Modernize constructors of seven more types 
  - Don't free a string we don't own 
  - Some docs tweaking 
* debian/control.in:
  - set vcs location
* debian/patches/02_fix_get_application_info_crash.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>gtk.CellRendererPixbuf</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="gtk-class-reference.html" title="The gtk Class Reference"><link rel="prev" href="class-gtkcellrenderercombo.html" title="gtk.CellRendererCombo"><link rel="next" href="class-gtkcellrendererprogress.html" title="gtk.CellRendererProgress"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gtk.CellRendererPixbuf</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtkcellrenderercombo.html">Prev</a> </td><th width="60%" align="center">The gtk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gtkcellrendererprogress.html">Next</a></td></tr></table><hr></div><div class="refentry" lang="en"><a name="class-gtkcellrendererpixbuf"></a><div class="titlepage"></div><div class="refnamediv"><h2>gtk.CellRendererPixbuf</h2><p>gtk.CellRendererPixbuf — an object that
2
2
    renders a pixbuf into a <a class="link" href="class-gtktreeview.html" title="gtk.TreeView"><code class="classname">gtk.TreeView</code></a>
3
 
    cell</p></div><div class="refsect1" lang="en"><a name="id3415576"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.CellRendererPixbuf</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-gtkcellrenderer.html" title="gtk.CellRenderer">gtk.CellRenderer</a></span></span>):
4
 
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gtkcellrendererpixbuf.html#constructor-gtkcellrendererpixbuf" title="Constructor">gtk.CellRendererPixbuf</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" lang="en"><a name="id3415619"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
 
3
    cell</p></div><div class="refsect1" lang="en"><a name="id3616410"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.CellRendererPixbuf</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-gtkcellrenderer.html" title="gtk.CellRenderer">gtk.CellRenderer</a></span></span>):
 
4
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gtkcellrendererpixbuf.html#constructor-gtkcellrendererpixbuf" title="Constructor">gtk.CellRendererPixbuf</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" lang="en"><a name="id3616453"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
5
5
  +-- <a class="link" href="class-gtkobject.html" title="gtk.Object">gtk.Object</a>
6
6
    +-- <a class="link" href="class-gtkcellrenderer.html" title="gtk.CellRenderer">gtk.CellRenderer</a>
7
7
      +-- <a class="link" href="class-gtkcellrendererpixbuf.html" title="gtk.CellRendererPixbuf">gtk.CellRendererPixbuf</a>
12
12
          property is available in GTK+ 2.14 and above.</td></tr><tr valign="top"><td valign="top">"icon-name"</td><td valign="top">Read-Write</td><td valign="top">The name of the themed icon to display.  This property only
13
13
          has an effect if not overridden by "stock_id" or "pixbuf"
14
14
          properties.  This property is available in GTK+ 2.8 and
15
 
          above.</td></tr><tr valign="top"><td valign="top">"pixbuf"</td><td valign="top">Read/Write</td><td valign="top">The pixbuf to render.</td></tr><tr valign="top"><td valign="top">"pixbuf-expander-closed"</td><td valign="top">Read/Write</td><td valign="top">Pixbuf for closed expander.</td></tr><tr valign="top"><td valign="top">"pixbuf-expander-open"</td><td valign="top">Read/Write</td><td valign="top">Pixbuf for open expander.</td></tr><tr valign="top"><td valign="top">"stock-detail"</td><td valign="top">Read/Write</td><td valign="top">Render detail to pass to the theme engine</td></tr><tr valign="top"><td valign="top">"stock-id"</td><td valign="top">Read/Write</td><td valign="top">The stock ID of the stock icon to render</td></tr><tr valign="top"><td valign="top">"stock-size"</td><td valign="top">Read/Write</td><td valign="top">The size of the rendered icon</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" lang="en"><a name="signal-prototypes-gtkcellrendererpixbuf"></a><h2>gtk.CellRendererPixbuf Signal Prototypes</h2><p><PYGTKDOCLINK HREF="signal-prototypes-gobject">gobject.GObject Signal Prototypes</PYGTKDOCLINK></p><p><a class="link" href="class-gtkobject.html#signal-prototypes-gtkobject" title="gtk.Object Signal Prototypes">gtk.Object Signal Prototypes</a></p><p><a class="link" href="class-gtkcellrenderer.html#signal-prototypes-gtkcellrenderer" title="gtk.CellRenderer Signal Prototypes">gtk.CellRenderer Signal Prototypes</a></p></div><div class="refsect1" lang="en"><a name="id3415897"></a><h2>Description</h2><p>The <a class="link" href="class-gtkcellrendererpixbuf.html" title="gtk.CellRendererPixbuf"><code class="classname">gtk.CellRendererPixbuf</code></a> 
 
15
          above.</td></tr><tr valign="top"><td valign="top">"pixbuf"</td><td valign="top">Read/Write</td><td valign="top">The pixbuf to render.</td></tr><tr valign="top"><td valign="top">"pixbuf-expander-closed"</td><td valign="top">Read/Write</td><td valign="top">Pixbuf for closed expander.</td></tr><tr valign="top"><td valign="top">"pixbuf-expander-open"</td><td valign="top">Read/Write</td><td valign="top">Pixbuf for open expander.</td></tr><tr valign="top"><td valign="top">"stock-detail"</td><td valign="top">Read/Write</td><td valign="top">Render detail to pass to the theme engine</td></tr><tr valign="top"><td valign="top">"stock-id"</td><td valign="top">Read/Write</td><td valign="top">The stock ID of the stock icon to render</td></tr><tr valign="top"><td valign="top">"stock-size"</td><td valign="top">Read/Write</td><td valign="top">The size of the rendered icon</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" lang="en"><a name="signal-prototypes-gtkcellrendererpixbuf"></a><h2>gtk.CellRendererPixbuf Signal Prototypes</h2><p><PYGTKDOCLINK HREF="signal-prototypes-gobject">gobject.GObject Signal Prototypes</PYGTKDOCLINK></p><p><a class="link" href="class-gtkobject.html#signal-prototypes-gtkobject" title="gtk.Object Signal Prototypes">gtk.Object Signal Prototypes</a></p><p><a class="link" href="class-gtkcellrenderer.html#signal-prototypes-gtkcellrenderer" title="gtk.CellRenderer Signal Prototypes">gtk.CellRenderer Signal Prototypes</a></p></div><div class="refsect1" lang="en"><a name="id3616732"></a><h2>Description</h2><p>The <a class="link" href="class-gtkcellrendererpixbuf.html" title="gtk.CellRendererPixbuf"><code class="classname">gtk.CellRendererPixbuf</code></a> 
16
16
manages the rendering of a pixbuf into a <a class="link" href="class-gtktreeview.html" title="gtk.TreeView"><code class="classname">gtk.TreeView</code></a>
17
17
cell.</p></div><div class="refsect1" lang="en"><a name="constructor-gtkcellrendererpixbuf"></a><h2>Constructor</h2><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">gtk.CellRendererPixbuf</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the new cell renderer</td></tr></tbody></table><p>Creates a new <a class="link" href="class-gtkcellrendererpixbuf.html" title="gtk.CellRendererPixbuf"><code class="classname">gtk.CellRendererPixbuf</code></a>. 
18
18
Rendering parameters are adjusted using the object properties. The object