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

« back to all changes in this revision

Viewing changes to docs/html/class-gtktreeviewcolumn.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.TreeViewColumn</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-gtktreeview.html" title="gtk.TreeView"><link rel="next" href="class-gtkuimanager.html" title="gtk.UIManager"></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.TreeViewColumn</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtktreeview.html">Prev</a> </td><th width="60%" align="center">The gtk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gtkuimanager.html">Next</a></td></tr></table><hr></div><div class="refentry" lang="en"><a name="class-gtktreeviewcolumn"></a><div class="titlepage"></div><div class="refnamediv"><h2>gtk.TreeViewColumn</h2><p>gtk.TreeViewColumn — a visible column in a <a class="link" href="class-gtktreeview.html" title="gtk.TreeView"><code class="classname">gtk.TreeView</code></a>
2
 
widget</p></div><div class="refsect1" lang="en"><a name="id3807118"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.TreeViewColumn</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-gtkobject.html" title="gtk.Object">gtk.Object</a></span></span>):
3
 
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#constructor-gtktreeviewcolumn" title="Constructor">gtk.TreeViewColumn</a></span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>title</code></em></span><span class="initializer">=None</span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>cell_renderer</code></em></span><span class="initializer">=None</span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--pack-start" title="gtk.TreeViewColumn.pack_start">pack_start</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>expand</code></strong></span><span class="initializer">=True</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--pack-end" title="gtk.TreeViewColumn.pack_end">pack_end</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>expand</code></strong></span><span class="initializer">=True</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--clear" title="gtk.TreeViewColumn.clear">clear</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-cell-renderers" title="gtk.TreeViewColumn.get_cell_renderers">get_cell_renderers</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--add-attribute" title="gtk.TreeViewColumn.add_attribute">add_attribute</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell_renderer</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>attribute</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>column</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-attributes" title="gtk.TreeViewColumn.set_attributes">set_attributes</a></span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>cell_renderer</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-cell-data-func" title="gtk.TreeViewColumn.set_cell_data_func">set_cell_data_func</a></span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>cell_renderer</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>func</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>func_data</code></em></span><span class="initializer">=None</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--clear-attributes" title="gtk.TreeViewColumn.clear_attributes">clear_attributes</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell_renderer</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-spacing" title="gtk.TreeViewColumn.set_spacing">set_spacing</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>spacing</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-spacing" title="gtk.TreeViewColumn.get_spacing">get_spacing</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-visible" title="gtk.TreeViewColumn.set_visible">set_visible</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>visible</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-visible" title="gtk.TreeViewColumn.get_visible">get_visible</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-resizable" title="gtk.TreeViewColumn.set_resizable">set_resizable</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>resizable</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-resizable" title="gtk.TreeViewColumn.get_resizable">get_resizable</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-sizing" title="gtk.TreeViewColumn.set_sizing">set_sizing</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>type</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-sizing" title="gtk.TreeViewColumn.get_sizing">get_sizing</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-width" title="gtk.TreeViewColumn.get_width">get_width</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-fixed-width" title="gtk.TreeViewColumn.get_fixed_width">get_fixed_width</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-fixed-width" title="gtk.TreeViewColumn.set_fixed_width">set_fixed_width</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>fixed_width</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-min-width" title="gtk.TreeViewColumn.set_min_width">set_min_width</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>min_width</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-min-width" title="gtk.TreeViewColumn.get_min_width">get_min_width</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-max-width" title="gtk.TreeViewColumn.set_max_width">set_max_width</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>max_width</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-max-width" title="gtk.TreeViewColumn.get_max_width">get_max_width</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--clicked" title="gtk.TreeViewColumn.clicked">clicked</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-title" title="gtk.TreeViewColumn.set_title">set_title</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>title</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-title" title="gtk.TreeViewColumn.get_title">get_title</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-expand" title="gtk.TreeViewColumn.set_expand">set_expand</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>expand</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-expand" title="gtk.TreeViewColumn.get_expand">get_expand</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-clickable" title="gtk.TreeViewColumn.set_clickable">set_clickable</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>active</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-clickable" title="gtk.TreeViewColumn.get_clickable">get_clickable</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-widget" title="gtk.TreeViewColumn.set_widget">set_widget</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>widget</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-widget" title="gtk.TreeViewColumn.get_widget">get_widget</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-alignment" title="gtk.TreeViewColumn.set_alignment">set_alignment</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>xalign</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-alignment" title="gtk.TreeViewColumn.get_alignment">get_alignment</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-reorderable" title="gtk.TreeViewColumn.set_reorderable">set_reorderable</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>reorderable</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-reorderable" title="gtk.TreeViewColumn.get_reorderable">get_reorderable</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-sort-column-id" title="gtk.TreeViewColumn.set_sort_column_id">set_sort_column_id</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>sort_column_id</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-sort-column-id" title="gtk.TreeViewColumn.get_sort_column_id">get_sort_column_id</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-sort-indicator" title="gtk.TreeViewColumn.set_sort_indicator">set_sort_indicator</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>setting</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-sort-indicator" title="gtk.TreeViewColumn.get_sort_indicator">get_sort_indicator</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-sort-order" title="gtk.TreeViewColumn.set_sort_order">set_sort_order</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>order</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-sort-order" title="gtk.TreeViewColumn.get_sort_order">get_sort_order</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--cell-set-cell-data" title="gtk.TreeViewColumn.cell_set_cell_data">cell_set_cell_data</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>tree_model</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>iter</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>is_expander</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>is_expanded</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--cell-get-size" title="gtk.TreeViewColumn.cell_get_size">cell_get_size</a></span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>cell_area</code></em></span><span class="initializer">=(0,0,0,0)</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--cell-is-visible" title="gtk.TreeViewColumn.cell_is_visible">cell_is_visible</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--focus-cell" title="gtk.TreeViewColumn.focus_cell">focus_cell</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--cell-get-position" title="gtk.TreeViewColumn.cell_get_position">cell_get_position</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell_renderer</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--queue-resize" title="gtk.TreeViewColumn.queue_resize">queue_resize</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-tree-view" title="gtk.TreeViewColumn.get_tree_view">get_tree_view</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" lang="en"><a name="id3808530"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
 
2
widget</p></div><div class="refsect1" lang="en"><a name="id4008025"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.TreeViewColumn</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-gtkobject.html" title="gtk.Object">gtk.Object</a></span></span>):
 
3
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#constructor-gtktreeviewcolumn" title="Constructor">gtk.TreeViewColumn</a></span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>title</code></em></span><span class="initializer">=None</span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>cell_renderer</code></em></span><span class="initializer">=None</span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--pack-start" title="gtk.TreeViewColumn.pack_start">pack_start</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>expand</code></strong></span><span class="initializer">=True</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--pack-end" title="gtk.TreeViewColumn.pack_end">pack_end</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>expand</code></strong></span><span class="initializer">=True</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--clear" title="gtk.TreeViewColumn.clear">clear</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-cell-renderers" title="gtk.TreeViewColumn.get_cell_renderers">get_cell_renderers</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--add-attribute" title="gtk.TreeViewColumn.add_attribute">add_attribute</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell_renderer</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>attribute</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>column</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-attributes" title="gtk.TreeViewColumn.set_attributes">set_attributes</a></span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>cell_renderer</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-cell-data-func" title="gtk.TreeViewColumn.set_cell_data_func">set_cell_data_func</a></span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>cell_renderer</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>func</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>func_data</code></em></span><span class="initializer">=None</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--clear-attributes" title="gtk.TreeViewColumn.clear_attributes">clear_attributes</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell_renderer</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-spacing" title="gtk.TreeViewColumn.set_spacing">set_spacing</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>spacing</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-spacing" title="gtk.TreeViewColumn.get_spacing">get_spacing</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-visible" title="gtk.TreeViewColumn.set_visible">set_visible</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>visible</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-visible" title="gtk.TreeViewColumn.get_visible">get_visible</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-resizable" title="gtk.TreeViewColumn.set_resizable">set_resizable</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>resizable</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-resizable" title="gtk.TreeViewColumn.get_resizable">get_resizable</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-sizing" title="gtk.TreeViewColumn.set_sizing">set_sizing</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>type</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-sizing" title="gtk.TreeViewColumn.get_sizing">get_sizing</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-width" title="gtk.TreeViewColumn.get_width">get_width</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-fixed-width" title="gtk.TreeViewColumn.get_fixed_width">get_fixed_width</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-fixed-width" title="gtk.TreeViewColumn.set_fixed_width">set_fixed_width</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>fixed_width</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-min-width" title="gtk.TreeViewColumn.set_min_width">set_min_width</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>min_width</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-min-width" title="gtk.TreeViewColumn.get_min_width">get_min_width</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-max-width" title="gtk.TreeViewColumn.set_max_width">set_max_width</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>max_width</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-max-width" title="gtk.TreeViewColumn.get_max_width">get_max_width</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--clicked" title="gtk.TreeViewColumn.clicked">clicked</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-title" title="gtk.TreeViewColumn.set_title">set_title</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>title</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-title" title="gtk.TreeViewColumn.get_title">get_title</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-expand" title="gtk.TreeViewColumn.set_expand">set_expand</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>expand</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-expand" title="gtk.TreeViewColumn.get_expand">get_expand</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-clickable" title="gtk.TreeViewColumn.set_clickable">set_clickable</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>active</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-clickable" title="gtk.TreeViewColumn.get_clickable">get_clickable</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-widget" title="gtk.TreeViewColumn.set_widget">set_widget</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>widget</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-widget" title="gtk.TreeViewColumn.get_widget">get_widget</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-alignment" title="gtk.TreeViewColumn.set_alignment">set_alignment</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>xalign</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-alignment" title="gtk.TreeViewColumn.get_alignment">get_alignment</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-reorderable" title="gtk.TreeViewColumn.set_reorderable">set_reorderable</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>reorderable</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-reorderable" title="gtk.TreeViewColumn.get_reorderable">get_reorderable</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-sort-column-id" title="gtk.TreeViewColumn.set_sort_column_id">set_sort_column_id</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>sort_column_id</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-sort-column-id" title="gtk.TreeViewColumn.get_sort_column_id">get_sort_column_id</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-sort-indicator" title="gtk.TreeViewColumn.set_sort_indicator">set_sort_indicator</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>setting</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-sort-indicator" title="gtk.TreeViewColumn.get_sort_indicator">get_sort_indicator</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-sort-order" title="gtk.TreeViewColumn.set_sort_order">set_sort_order</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>order</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-sort-order" title="gtk.TreeViewColumn.get_sort_order">get_sort_order</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--cell-set-cell-data" title="gtk.TreeViewColumn.cell_set_cell_data">cell_set_cell_data</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>tree_model</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>iter</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>is_expander</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>is_expanded</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--cell-get-size" title="gtk.TreeViewColumn.cell_get_size">cell_get_size</a></span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>cell_area</code></em></span><span class="initializer">=(0,0,0,0)</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--cell-is-visible" title="gtk.TreeViewColumn.cell_is_visible">cell_is_visible</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--focus-cell" title="gtk.TreeViewColumn.focus_cell">focus_cell</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--cell-get-position" title="gtk.TreeViewColumn.cell_get_position">cell_get_position</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell_renderer</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--queue-resize" title="gtk.TreeViewColumn.queue_resize">queue_resize</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-tree-view" title="gtk.TreeViewColumn.get_tree_view">get_tree_view</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" lang="en"><a name="id4009438"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
4
4
  +-- <a class="link" href="class-gtkobject.html" title="gtk.Object">gtk.Object</a>
5
5
    +-- <a class="link" href="class-gtktreeviewcolumn.html" title="gtk.TreeViewColumn">gtk.TreeViewColumn</a>
6
 
</pre></div><div class="refsect1" lang="en"><a name="id3808562"></a><h2>Implemented Interfaces</h2><p>
 
6
</pre></div><div class="refsect1" lang="en"><a name="id4009470"></a><h2>Implemented Interfaces</h2><p>
7
7
                        <a class="link" href="class-gtktreeviewcolumn.html" title="gtk.TreeViewColumn"><code class="classname">gtk.TreeViewColumn</code></a>
8
8
                        implements 
9
9
                        <a class="link" href="class-gtkbuildable.html" title="gtk.Buildable"><code class="classname">gtk.Buildable</code></a>
19
19
indicator</td></tr><tr valign="top"><td valign="top">"sort-order"</td><td valign="top">Read-Write</td><td valign="top">The sort direction the sort indicator should indicate:
20
20
<code class="literal">gtk.SORT_ASCENDING</code> or
21
21
<code class="literal">gtk.SORT_DESCENDING</code></td></tr><tr valign="top"><td valign="top">"spacing"</td><td valign="top">Read-Write</td><td valign="top">Space which is inserted between cells</td></tr><tr valign="top"><td valign="top">"title"</td><td valign="top">Read-Write</td><td valign="top">The title to appear in the column header</td></tr><tr valign="top"><td valign="top">"visible"</td><td valign="top">Read-Write</td><td valign="top">If <code class="literal">True</code>, display the column</td></tr><tr valign="top"><td valign="top">"widget"</td><td valign="top">Read-Write</td><td valign="top">The widget to put in the column header button instead
22
 
of the column title</td></tr><tr valign="top"><td valign="top">"width"</td><td valign="top">Read</td><td valign="top">The current width of the column</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" lang="en"><a name="signal-prototypes-gtktreeviewcolumn"></a><h2>gtk.TreeViewColumn 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><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term">"<a class="link" href="class-gtktreeviewcolumn.html#signal-gtktreeviewcolumn--clicked" title='The "clicked" gtk.TreeViewColumn Signal'>clicked</a>"</span></p></td><td><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>treeviewcolumn</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></td></tr></tbody></table></div><div class="refsect1" lang="en"><a name="id3809097"></a><h2>Description</h2><p>The <a class="link" href="class-gtktreeviewcolumn.html" title="gtk.TreeViewColumn"><code class="classname">gtk.TreeViewColumn</code></a>
 
22
of the column title</td></tr><tr valign="top"><td valign="top">"width"</td><td valign="top">Read</td><td valign="top">The current width of the column</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" lang="en"><a name="signal-prototypes-gtktreeviewcolumn"></a><h2>gtk.TreeViewColumn 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><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term">"<a class="link" href="class-gtktreeviewcolumn.html#signal-gtktreeviewcolumn--clicked" title='The "clicked" gtk.TreeViewColumn Signal'>clicked</a>"</span></p></td><td><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>treeviewcolumn</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></td></tr></tbody></table></div><div class="refsect1" lang="en"><a name="id4010004"></a><h2>Description</h2><p>The <a class="link" href="class-gtktreeviewcolumn.html" title="gtk.TreeViewColumn"><code class="classname">gtk.TreeViewColumn</code></a>
23
23
object is a visible column in a <a class="link" href="class-gtktreeview.html" title="gtk.TreeView"><code class="classname">gtk.TreeView</code></a>
24
24
widget. A <a class="link" href="class-gtktreeviewcolumn.html" title="gtk.TreeViewColumn"><code class="classname">gtk.TreeViewColumn</code></a>
25
25
manages the display of the header and the cells using a <a class="link" href="class-gtkcellrenderer.html" title="gtk.CellRenderer"><code class="classname">gtk.CellRenderer</code></a>.</p><p>In PyGTK 2.4 <a class="link" href="class-gtktreeviewcolumn.html" title="gtk.TreeViewColumn"><code class="classname">gtk.TreeViewColumn</code></a>
35
35
</pre><p>will retrieve the 'text' attribute values for the cell renderer
36
36
from column 0 in the treemodel and the 'foreground' attribute values from
37
37
column 1. See the <a class="link" href="class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--add-attribute" title="gtk.TreeViewColumn.add_attribute"><code class="methodname">add_attribute</code>()</a> 
38
 
method for more detail.</p></div><div class="refsect1" lang="en"><a name="id3809378"></a><h2>Methods</h2><div class="refsect2" lang="en"><a name="method-gtktreeviewcolumn--pack-start"></a><h3>gtk.TreeViewColumn.pack_start</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">pack_start</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>expand</code></strong></span><span class="initializer">=True</span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>cell</code></strong> :</span></p></td><td>a <a class="link" href="class-gtkcellrenderer.html" title="gtk.CellRenderer"><code class="classname">gtk.CellRenderer</code></a>.</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>expand</code></strong> :</span></p></td><td>if <code class="literal">True</code>
 
38
method for more detail.</p></div><div class="refsect1" lang="en"><a name="id4010285"></a><h2>Methods</h2><div class="refsect2" lang="en"><a name="method-gtktreeviewcolumn--pack-start"></a><h3>gtk.TreeViewColumn.pack_start</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">pack_start</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>cell</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>expand</code></strong></span><span class="initializer">=True</span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>cell</code></strong> :</span></p></td><td>a <a class="link" href="class-gtkcellrenderer.html" title="gtk.CellRenderer"><code class="classname">gtk.CellRenderer</code></a>.</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>expand</code></strong> :</span></p></td><td>if <code class="literal">True</code>
39
39
<em class="parameter"><code>cell</code></em> is to be given the extra space allocated to the
40
40
cell box.</td></tr></tbody></table><p>The <code class="methodname">pack_start</code>() method packs the <a class="link" href="class-gtkcellrenderer.html" title="gtk.CellRenderer"><code class="classname">gtk.CellRenderer</code></a>
41
41
specified by <em class="parameter"><code>cell</code></em> into the beginning column. If
287
287
      <code class="literal">None</code>otherwise.</td></tr></tbody></table><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.12 and above.</p></div><p>The <code class="methodname">get_tree_view</code>() method returns
288
288
      the <a class="link" href="class-gtktreeview.html" title="gtk.TreeView"><code class="classname">gtk.TreeView</code></a>
289
289
      wherein tree_column has been inserted. If column is currently not
290
 
      inserted in any tree view, <code class="literal">None</code> is returned.</p></div></div><div class="refsect1" lang="en"><a name="id3814320"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="signal-gtktreeviewcolumn--clicked"></a><h3>The "clicked" gtk.TreeViewColumn Signal</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>treeviewcolumn</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><em class="parameter"><code>treeviewcolumn</code></em> :</span></p></td><td>the treeviewcolumn that received the
 
290
      inserted in any tree view, <code class="literal">None</code> is returned.</p></div></div><div class="refsect1" lang="en"><a name="id4015228"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="signal-gtktreeviewcolumn--clicked"></a><h3>The "clicked" gtk.TreeViewColumn Signal</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>treeviewcolumn</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><em class="parameter"><code>treeviewcolumn</code></em> :</span></p></td><td>the treeviewcolumn that received the
291
291
signal</td></tr><tr><td><p><span class="term"><em class="parameter"><code>user_param1</code></em> :</span></p></td><td>the first user parameter (if any) specified
292
292
with the <PYGTKDOCLINK HREF="method-gobject--connect"><code class="methodname">connect</code>()</PYGTKDOCLINK>
293
293
method</td></tr><tr><td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td><td>additional user parameters (if