~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal

« back to all changes in this revision

Viewing changes to doc/reference/html/RBPropertyView.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-06-10 16:19:59 UTC
  • mfrom: (1.3.7)
  • mto: This revision was merged to the branch mainline in revision 215.
  • Revision ID: package-import@ubuntu.com-20120610161959-x1tju93su2c0yv7c
Tags: 2.97-1
* New upstream release.
  - New more compact header layout, including album art.
    Closes: #660483, #658717
* debian/watch: Also track odd version numbers since rhythmbox does not seem
  to follow the typical GNOME versioning scheme.
* Remove patches which have been applied upstream.
* Update librhythmbox-core5 → librhythmbox-core6 for the soname bump.
* Add explicit Build-Depends on libxml2-dev (>= 2.7.8).
* Drop artdisplay plugin. It has been removed upstream as it is no longer
  needed now that the playing track display includes album art.
* Drop Build-Depends on python-gst0.10-dev and replace Depends on
  python-gst0.10 with gir1.2-gstreamer-0.10 (required by the replaygain
  plugin).
* Drop Recommends on nautilus-sendto. The sendto plugin is for sending
  selected tracks by email or instant message from within rhythmbox. It is
  not a nautilus-sendto plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
<div class="refnamediv"><table width="100%"><tr>
40
40
<td valign="top">
41
41
<h2><span class="refentrytitle"><a name="RBPropertyView.top_of_page"></a>RBPropertyView</span></h2>
42
 
<p>RBPropertyView — a <a href="/usr/share/gtk-doc/html/gtk3/GtkTreeView.html"><span class="type">GtkTreeView</span></a> backed by a <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a></p>
 
42
<p>RBPropertyView — a <span class="type">GtkTreeView</span> backed by a <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a></p>
43
43
</td>
44
44
<td valign="top" align="right"></td>
45
45
</tr></table></div>
48
48
<pre class="synopsis">struct              <a class="link" href="RBPropertyView.html#RBPropertyView-struct" title="struct RBPropertyView">RBPropertyView</a>;
49
49
struct              <a class="link" href="RBPropertyView.html#RBPropertyViewClass" title="struct RBPropertyViewClass">RBPropertyViewClass</a>;
50
50
<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *    <a class="link" href="RBPropertyView.html#rb-property-view-new" title="rb_property_view_new ()">rb_property_view_new</a>                (<em class="parameter"><code><a class="link" href="RhythmDB.html" title="RhythmDB"><span class="type">RhythmDB</span></a> *db</code></em>,
51
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> propid</code></em>,
 
51
                                                         <em class="parameter"><code><span class="type">guint</span> propid</code></em>,
52
52
                                                         <em class="parameter"><code>const <span class="type">char</span> *title</code></em>);
53
53
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-append-column-custom" title="rb_property_view_append_column_custom ()">rb_property_view_append_column_custom</a>
54
54
                                                        (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
55
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);
 
55
                                                         <em class="parameter"><code><span class="type">GtkTreeViewColumn</span> *column</code></em>);
56
56
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-set-selection-mode" title="rb_property_view_set_selection_mode ()">rb_property_view_set_selection_mode</a> (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
57
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html#GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);
 
57
                                                         <em class="parameter"><code><span class="type">GtkSelectionMode</span> mode</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-reset" title="rb_property_view_reset ()">rb_property_view_reset</a>              (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
59
59
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-set-selection" title="rb_property_view_set_selection ()">rb_property_view_set_selection</a>      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
60
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *vals</code></em>);
61
 
<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="RBPropertyView.html#rb-property-view-get-selection" title="rb_property_view_get_selection ()">rb_property_view_get_selection</a>      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
 
60
                                                         <em class="parameter"><code>const <span class="type">GList</span> *vals</code></em>);
 
61
<span class="returnvalue">GList</span> *             <a class="link" href="RBPropertyView.html#rb-property-view-get-selection" title="rb_property_view_get_selection ()">rb_property_view_get_selection</a>      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
62
62
<a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="returnvalue">RhythmDBPropertyModel</span></a> * <a class="link" href="RBPropertyView.html#rb-property-view-get-model" title="rb_property_view_get_model ()">rb_property_view_get_model</a>      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
63
63
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-set-model" title="rb_property_view_set_model ()">rb_property_view_set_model</a>          (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
64
64
                                                         <em class="parameter"><code><a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a> *model</code></em>);
65
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="RBPropertyView.html#rb-property-view-get-num-properties" title="rb_property_view_get_num_properties ()">rb_property_view_get_num_properties</a> (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
 
65
<span class="returnvalue">guint</span>               <a class="link" href="RBPropertyView.html#rb-property-view-get-num-properties" title="rb_property_view_get_num_properties ()">rb_property_view_get_num_properties</a> (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
66
66
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-set-search-func" title="rb_property_view_set_search_func ()">rb_property_view_set_search_func</a>    (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
67
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3/GtkTreeView.html#GtkTreeViewSearchEqualFunc"><span class="type">GtkTreeViewSearchEqualFunc</span></a> func</code></em>,
68
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>,
69
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);
 
67
                                                         <em class="parameter"><code><span class="type">GtkTreeViewSearchEqualFunc</span> func</code></em>,
 
68
                                                         <em class="parameter"><code><span class="type">gpointer</span> func_data</code></em>,
 
69
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);
70
70
</pre>
71
71
</div>
72
72
<div class="refsect1">
73
73
<a name="RBPropertyView.object-hierarchy"></a><h2>Object Hierarchy</h2>
74
74
<pre class="synopsis">
75
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
76
 
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
77
 
         +----<a href="/usr/share/gtk-doc/html/gtk3/GtkWidget.html">GtkWidget</a>
78
 
               +----<a href="/usr/share/gtk-doc/html/gtk3/GtkContainer.html">GtkContainer</a>
79
 
                     +----<a href="/usr/share/gtk-doc/html/gtk3/GtkBin.html">GtkBin</a>
80
 
                           +----<a href="/usr/share/gtk-doc/html/gtk3/GtkScrolledWindow.html">GtkScrolledWindow</a>
 
75
  GObject
 
76
   +----GInitiallyUnowned
 
77
         +----GtkWidget
 
78
               +----GtkContainer
 
79
                     +----GtkBin
 
80
                           +----GtkScrolledWindow
81
81
                                 +----RBPropertyView
82
82
</pre>
83
83
</div>
85
85
<a name="RBPropertyView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
86
86
<p>
87
87
RBPropertyView implements
88
 
 AtkImplementorIface and  <a href="/usr/share/gtk-doc/html/gtk3/GtkBuildable.html">GtkBuildable</a>.</p>
 
88
 AtkImplementorIface and  GtkBuildable.</p>
89
89
</div>
90
90
<div class="refsect1">
91
91
<a name="RBPropertyView.properties"></a><h2>Properties</h2>
92
92
<pre class="synopsis">
93
93
  "<a class="link" href="RBPropertyView.html#RBPropertyView--db" title='The "db" property'>db</a>"                       <a class="link" href="RhythmDB.html" title="RhythmDB"><span class="type">RhythmDB</span></a>*             : Read / Write / Construct Only
94
 
  "<a class="link" href="RBPropertyView.html#RBPropertyView--draggable" title='The "draggable" property'>draggable</a>"                <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct Only
 
94
  "<a class="link" href="RBPropertyView.html#RBPropertyView--draggable" title='The "draggable" property'>draggable</a>"                <span class="type">gboolean</span>              : Read / Write / Construct Only
95
95
  "<a class="link" href="RBPropertyView.html#RBPropertyView--prop" title='The "prop" property'>prop</a>"                     <a class="link" href="RhythmDB.html#RhythmDBPropType"><span class="type">RhythmDBPropType</span></a>      : Read / Write / Construct Only
96
96
  "<a class="link" href="RBPropertyView.html#RBPropertyView--property-model" title='The "property-model" property'>property-model</a>"           <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a>*  : Read / Write
97
 
  "<a class="link" href="RBPropertyView.html#RBPropertyView--title" title='The "title" property'>title</a>"                    <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
 
97
  "<a class="link" href="RBPropertyView.html#RBPropertyView--title" title='The "title" property'>title</a>"                    <span class="type">gchar</span>*                : Read / Write / Construct Only
98
98
</pre>
99
99
</div>
100
100
<div class="refsect1">
101
101
<a name="RBPropertyView.signals"></a><h2>Signals</h2>
102
102
<pre class="synopsis">
103
 
  "<a class="link" href="RBPropertyView.html#RBPropertyView-properties-selected" title='The "properties-selected" signal'>properties-selected</a>"                            : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
104
 
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-activated" title='The "property-activated" signal'>property-activated</a>"                             : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
105
 
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-selected" title='The "property-selected" signal'>property-selected</a>"                              : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
106
 
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-selection-reset" title='The "property-selection-reset" signal'>property-selection-reset</a>"                       : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
107
 
  "<a class="link" href="RBPropertyView.html#RBPropertyView-show-popup" title='The "show-popup" signal'>show-popup</a>"                                     : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
103
  "<a class="link" href="RBPropertyView.html#RBPropertyView-properties-selected" title='The "properties-selected" signal'>properties-selected</a>"                            : <code class="literal">Run Last</code>
 
104
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-activated" title='The "property-activated" signal'>property-activated</a>"                             : <code class="literal">Run Last</code>
 
105
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-selected" title='The "property-selected" signal'>property-selected</a>"                              : <code class="literal">Run Last</code>
 
106
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-selection-reset" title='The "property-selection-reset" signal'>property-selection-reset</a>"                       : <code class="literal">Run Last</code>
 
107
  "<a class="link" href="RBPropertyView.html#RBPropertyView-show-popup" title='The "show-popup" signal'>show-popup</a>"                                     : <code class="literal">Run Last</code>
108
108
</pre>
109
109
</div>
110
110
<div class="refsect1">
111
111
<a name="RBPropertyView.description"></a><h2>Description</h2>
112
112
<p>
113
 
A simple <a href="/usr/share/gtk-doc/html/gtk3/GtkTreeView.html"><span class="type">GtkTreeView</span></a> that displays the contents of a <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a>.
 
113
A simple <span class="type">GtkTreeView</span> that displays the contents of a <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a>.
114
114
The first row in the tree view displays the total number of properties and entries,
115
115
in the form "All 473 artists (6241)".  Each subsequent row in the tree view 
116
116
displays a property value and the number of entries from the <a class="link" href="RhythmDBQueryModel.html" title="RhythmDBQueryModel"><span class="type">RhythmDBQueryModel</span></a>
149
149
<div class="refsect2">
150
150
<a name="rb-property-view-new"></a><h3>rb_property_view_new ()</h3>
151
151
<pre class="programlisting"><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *    rb_property_view_new                (<em class="parameter"><code><a class="link" href="RhythmDB.html" title="RhythmDB"><span class="type">RhythmDB</span></a> *db</code></em>,
152
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> propid</code></em>,
 
152
                                                         <em class="parameter"><code><span class="type">guint</span> propid</code></em>,
153
153
                                                         <em class="parameter"><code>const <span class="type">char</span> *title</code></em>);</pre>
154
154
<p>
155
155
Creates a new <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> displaying the specified property.
182
182
<a name="rb-property-view-append-column-custom"></a><h3>rb_property_view_append_column_custom ()</h3>
183
183
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_append_column_custom
184
184
                                                        (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
185
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
 
185
                                                         <em class="parameter"><code><span class="type">GtkTreeViewColumn</span> *column</code></em>);</pre>
186
186
<p>
187
187
Appends a custom created column to the view.
188
188
</p>
196
196
</tr>
197
197
<tr>
198
198
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
199
 
<td>a <a href="/usr/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html"><span class="type">GtkTreeViewColumn</span></a> to append to the view</td>
 
199
<td>a <span class="type">GtkTreeViewColumn</span> to append to the view</td>
200
200
</tr>
201
201
</tbody>
202
202
</table></div>
205
205
<div class="refsect2">
206
206
<a name="rb-property-view-set-selection-mode"></a><h3>rb_property_view_set_selection_mode ()</h3>
207
207
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_set_selection_mode (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
208
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html#GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);</pre>
 
208
                                                         <em class="parameter"><code><span class="type">GtkSelectionMode</span> mode</code></em>);</pre>
209
209
<p>
210
210
Sets the selection mode (single or multiple) for the property view&gt;
211
211
The default selection mode is single.
220
220
</tr>
221
221
<tr>
222
222
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
223
 
<td>the new <a href="/usr/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html#GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> for the property view</td>
 
223
<td>the new <span class="type">GtkSelectionMode</span> for the property view</td>
224
224
</tr>
225
225
</tbody>
226
226
</table></div>
245
245
<div class="refsect2">
246
246
<a name="rb-property-view-set-selection"></a><h3>rb_property_view_set_selection ()</h3>
247
247
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_set_selection      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
248
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *vals</code></em>);</pre>
 
248
                                                         <em class="parameter"><code>const <span class="type">GList</span> *vals</code></em>);</pre>
249
249
<p>
250
250
Replaces the selection in the property view.  All values in the list
251
251
that are present in the view will be selected, and the view will be
270
270
<hr>
271
271
<div class="refsect2">
272
272
<a name="rb-property-view-get-selection"></a><h3>rb_property_view_get_selection ()</h3>
273
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             rb_property_view_get_selection      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);</pre>
 
273
<pre class="programlisting"><span class="returnvalue">GList</span> *             rb_property_view_get_selection      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);</pre>
274
274
<p>
275
 
Returns a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing the selected property values.  The list must
 
275
Returns a <span class="type">GList</span> containing the selected property values.  The list must
276
276
be freed by the caller.
277
277
</p>
278
278
<div class="variablelist"><table border="0">
340
340
<hr>
341
341
<div class="refsect2">
342
342
<a name="rb-property-view-get-num-properties"></a><h3>rb_property_view_get_num_properties ()</h3>
343
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               rb_property_view_get_num_properties (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);</pre>
 
343
<pre class="programlisting"><span class="returnvalue">guint</span>               rb_property_view_get_num_properties (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);</pre>
344
344
<p>
345
345
Returns the number of property values present in the view.
346
346
</p>
363
363
<div class="refsect2">
364
364
<a name="rb-property-view-set-search-func"></a><h3>rb_property_view_set_search_func ()</h3>
365
365
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_set_search_func    (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
366
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3/GtkTreeView.html#GtkTreeViewSearchEqualFunc"><span class="type">GtkTreeViewSearchEqualFunc</span></a> func</code></em>,
367
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>,
368
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
 
366
                                                         <em class="parameter"><code><span class="type">GtkTreeViewSearchEqualFunc</span> func</code></em>,
 
367
                                                         <em class="parameter"><code><span class="type">gpointer</span> func_data</code></em>,
 
368
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
369
369
<p>
370
370
Sets the compare function for the interactive search capabilities.
371
371
The function must return FALSE when the search key string matches
407
407
<hr>
408
408
<div class="refsect2">
409
409
<a name="RBPropertyView--draggable"></a><h3>The <code class="literal">"draggable"</code> property</h3>
410
 
<pre class="programlisting">  "draggable"                <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct Only</pre>
 
410
<pre class="programlisting">  "draggable"                <span class="type">gboolean</span>              : Read / Write / Construct Only</pre>
411
411
<p>
412
412
Whether the property view acts as a data source for drag and drop operations.
413
413
</p>
433
433
<hr>
434
434
<div class="refsect2">
435
435
<a name="RBPropertyView--title"></a><h3>The <code class="literal">"title"</code> property</h3>
436
 
<pre class="programlisting">  "title"                    <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
 
436
<pre class="programlisting">  "title"                    <span class="type">gchar</span>*                : Read / Write / Construct Only</pre>
437
437
<p>
438
438
The title displayed in the header of the property view
439
439
</p>
445
445
<div class="refsect2">
446
446
<a name="RBPropertyView-properties-selected"></a><h3>The <code class="literal">"properties-selected"</code> signal</h3>
447
447
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
448
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        properties,
449
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)       : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
448
                                                        <span class="type">gpointer</span>        properties,
 
449
                                                        <span class="type">gpointer</span>        user_data)       : <code class="literal">Run Last</code></pre>
450
450
<p>
451
451
Emitted when the set of selected property values changes.  This is only
452
452
emitted for multiple selection property views.  For single-selection views,
475
475
<div class="refsect2">
476
476
<a name="RBPropertyView-property-activated"></a><h3>The <code class="literal">"property-activated"</code> signal</h3>
477
477
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
478
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>          *name,
479
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
478
                                                        <span class="type">gchar</span>          *name,
 
479
                                                        <span class="type">gpointer</span>        user_data)      : <code class="literal">Run Last</code></pre>
480
480
<p>
481
481
Emitted when a row in a property view is activated by double clicking.
482
482
</p>
503
503
<div class="refsect2">
504
504
<a name="RBPropertyView-property-selected"></a><h3>The <code class="literal">"property-selected"</code> signal</h3>
505
505
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
506
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>          *name,
507
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
506
                                                        <span class="type">gchar</span>          *name,
 
507
                                                        <span class="type">gpointer</span>        user_data)      : <code class="literal">Run Last</code></pre>
508
508
<p>
509
509
Emitted when an individual property value becomes selected.  This is only
510
510
emitted for single-selection property views.  For multiple-selection views,
533
533
<div class="refsect2">
534
534
<a name="RBPropertyView-property-selection-reset"></a><h3>The <code class="literal">"property-selection-reset"</code> signal</h3>
535
535
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
536
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
536
                                                        <span class="type">gpointer</span>        user_data)      : <code class="literal">Run Last</code></pre>
537
537
<p>
538
538
Emitted when the selection is reset.  At this point, no property values
539
539
are selected.
557
557
<div class="refsect2">
558
558
<a name="RBPropertyView-show-popup"></a><h3>The <code class="literal">"show-popup"</code> signal</h3>
559
559
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
560
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
560
                                                        <span class="type">gpointer</span>        user_data)      : <code class="literal">Run Last</code></pre>
561
561
<p>
562
562
Emitted when a popup menu should be displayed for the property view.
563
563
The source containing the property view should connect a handler to