~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkListItem.html

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 17:27:55 UTC
  • mfrom: (1.14.14)
  • Revision ID: package-import@ubuntu.com-20120905172755-14uyfpowr7elvr7m
Tags: 2.24.12-0ubuntu1
* New upstream bugfix release
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
9
9
<link rel="prev" href="GtkList.html" title="GtkList">
10
10
<link rel="next" href="GtkOldEditable.html" title="GtkOldEditable">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
48
48
 
49
49
struct              <a class="link" href="GtkListItem.html#GtkListItem-struct" title="struct GtkListItem">GtkListItem</a>;
50
50
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkListItem.html#gtk-list-item-new" title="gtk_list_item_new ()">gtk_list_item_new</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
51
 
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkListItem.html#gtk-list-item-new-with-label" title="gtk_list_item_new_with_label ()">gtk_list_item_new_with_label</a>        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
 
51
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkListItem.html#gtk-list-item-new-with-label" title="gtk_list_item_new_with_label ()">gtk_list_item_new_with_label</a>        (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);
52
52
<span class="returnvalue">void</span>                <a class="link" href="GtkListItem.html#gtk-list-item-select" title="gtk_list_item_select ()">gtk_list_item_select</a>                (<em class="parameter"><code><a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *list_item</code></em>);
53
53
<span class="returnvalue">void</span>                <a class="link" href="GtkListItem.html#gtk-list-item-deselect" title="gtk_list_item_deselect ()">gtk_list_item_deselect</a>              (<em class="parameter"><code><a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *list_item</code></em>);
54
54
</pre>
136
136
<hr>
137
137
<div class="refsect2">
138
138
<a name="gtk-list-item-new-with-label"></a><h3>gtk_list_item_new_with_label ()</h3>
139
 
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_list_item_new_with_label        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
 
139
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_list_item_new_with_label        (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre>
140
140
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
141
141
<h3 class="title">Warning</h3>
142
142
<p><code class="literal">gtk_list_item_new_with_label</code> is deprecated and should not be used in newly-written code.</p>
214
214
<div class="refsect2">
215
215
<a name="GtkListItem-end-selection"></a><h3>The <code class="literal">"end-selection"</code> signal</h3>
216
216
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *listitem,
217
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
217
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
218
218
<p>
219
219
</p>
220
220
<div class="variablelist"><table border="0" class="variablelist">
239
239
<a name="GtkListItem-extend-selection"></a><h3>The <code class="literal">"extend-selection"</code> signal</h3>
240
240
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a>  *listitem,
241
241
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
242
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        arg2,
243
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>      arg3,
244
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
242
                                                        <span class="type">gfloat</span>        arg2,
 
243
                                                        <span class="type">gboolean</span>      arg3,
 
244
                                                        <span class="type">gpointer</span>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
245
245
<p>
246
246
</p>
247
247
<div class="variablelist"><table border="0" class="variablelist">
266
266
<a name="GtkListItem-scroll-horizontal"></a><h3>The <code class="literal">"scroll-horizontal"</code> signal</h3>
267
267
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a>  *listitem,
268
268
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
269
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        arg2,
270
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
269
                                                        <span class="type">gfloat</span>        arg2,
 
270
                                                        <span class="type">gpointer</span>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
271
271
<p>
272
272
</p>
273
273
<div class="variablelist"><table border="0" class="variablelist">
292
292
<a name="GtkListItem-scroll-vertical"></a><h3>The <code class="literal">"scroll-vertical"</code> signal</h3>
293
293
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a>  *listitem,
294
294
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
295
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        arg2,
296
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
295
                                                        <span class="type">gfloat</span>        arg2,
 
296
                                                        <span class="type">gpointer</span>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
297
297
<p>
298
298
</p>
299
299
<div class="variablelist"><table border="0" class="variablelist">
317
317
<div class="refsect2">
318
318
<a name="GtkListItem-select-all"></a><h3>The <code class="literal">"select-all"</code> signal</h3>
319
319
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *listitem,
320
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
320
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
321
321
<p>
322
322
</p>
323
323
<div class="variablelist"><table border="0" class="variablelist">
341
341
<div class="refsect2">
342
342
<a name="GtkListItem-start-selection"></a><h3>The <code class="literal">"start-selection"</code> signal</h3>
343
343
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *listitem,
344
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
344
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
345
345
<p>
346
346
</p>
347
347
<div class="variablelist"><table border="0" class="variablelist">
365
365
<div class="refsect2">
366
366
<a name="GtkListItem-toggle-add-mode"></a><h3>The <code class="literal">"toggle-add-mode"</code> signal</h3>
367
367
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *listitem,
368
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
368
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
369
369
<p>
370
370
</p>
371
371
<div class="variablelist"><table border="0" class="variablelist">
389
389
<div class="refsect2">
390
390
<a name="GtkListItem-toggle-focus-row"></a><h3>The <code class="literal">"toggle-focus-row"</code> signal</h3>
391
391
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *listitem,
392
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
392
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
393
393
<p>
394
394
</p>
395
395
<div class="variablelist"><table border="0" class="variablelist">
413
413
<div class="refsect2">
414
414
<a name="GtkListItem-undo-selection"></a><h3>The <code class="literal">"undo-selection"</code> signal</h3>
415
415
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *listitem,
416
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
416
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
417
417
<p>
418
418
</p>
419
419
<div class="variablelist"><table border="0" class="variablelist">
437
437
<div class="refsect2">
438
438
<a name="GtkListItem-unselect-all"></a><h3>The <code class="literal">"unselect-all"</code> signal</h3>
439
439
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkListItem.html" title="GtkListItem"><span class="type">GtkListItem</span></a> *listitem,
440
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
440
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
441
441
<p>
442
442
</p>
443
443
<div class="variablelist"><table border="0" class="variablelist">
478
478
</div>
479
479
<div class="footer">
480
480
<hr>
481
 
          Generated by GTK-Doc V1.18</div>
 
481
          Generated by GTK-Doc V1.18.1</div>
482
482
</body>
483
483
</html>
 
 
b'\\ No newline at end of file'