~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-11 12:19:30 UTC
  • mfrom: (1.11.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 175.
  • Revision ID: james.westby@ubuntu.com-20100611121930-n4pklvkoqdsg12vm
Tags: 2.21.2-1
* New upstream development release:
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update for new API symbols.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/control.in:
    - Update GLib (build-) dependency to >= 2.25.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                    <a class="link" href="GtkList.html#GtkList-struct" title="GtkList">GtkList</a>;
52
52
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>*          <a class="link" href="GtkList.html#gtk-list-new" title="gtk_list_new ()">gtk_list_new</a>                        (<em class="parameter"><code><span class="type">void</span></code></em>);
53
53
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-insert-items" title="gtk_list_insert_items ()">gtk_list_insert_items</a>               (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
54
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>,
55
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
 
54
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>,
 
55
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
56
56
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-append-items" title="gtk_list_append_items ()">gtk_list_append_items</a>               (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
57
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);
 
57
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-prepend-items" title="gtk_list_prepend_items ()">gtk_list_prepend_items</a>              (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
59
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);
 
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);
60
60
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-remove-items" title="gtk_list_remove_items ()">gtk_list_remove_items</a>               (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
61
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);
 
61
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);
62
62
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-remove-items-no-unref" title="gtk_list_remove_items_no_unref ()">gtk_list_remove_items_no_unref</a>      (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
63
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);
 
63
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);
64
64
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-clear-items" title="gtk_list_clear_items ()">gtk_list_clear_items</a>                (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
65
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start</code></em>,
66
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end</code></em>);
 
65
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start</code></em>,
 
66
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end</code></em>);
67
67
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-select-item" title="gtk_list_select_item ()">gtk_list_select_item</a>                (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
68
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);
 
68
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);
69
69
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-unselect-item" title="gtk_list_unselect_item ()">gtk_list_unselect_item</a>              (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
70
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);
 
70
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);
71
71
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-select-child" title="gtk_list_select_child ()">gtk_list_select_child</a>               (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
72
72
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
73
73
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-unselect-child" title="gtk_list_unselect_child ()">gtk_list_unselect_child</a>             (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
74
74
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
75
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkList.html#gtk-list-child-position" title="gtk_list_child_position ()">gtk_list_child_position</a>             (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
 
75
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkList.html#gtk-list-child-position" title="gtk_list_child_position ()">gtk_list_child_position</a>             (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
76
76
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
77
77
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-set-selection-mode" title="gtk_list_set_selection_mode ()">gtk_list_set_selection_mode</a>         (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
78
78
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);
79
79
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-extend-selection" title="gtk_list_extend_selection ()">gtk_list_extend_selection</a>           (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
80
80
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
81
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>,
82
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_start_selection</code></em>);
 
81
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>,
 
82
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_start_selection</code></em>);
83
83
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-start-selection" title="gtk_list_start_selection ()">gtk_list_start_selection</a>            (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);
84
84
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-end-selection" title="gtk_list_end_selection ()">gtk_list_end_selection</a>              (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);
85
85
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-select-all" title="gtk_list_select_all ()">gtk_list_select_all</a>                 (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);
86
86
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-unselect-all" title="gtk_list_unselect_all ()">gtk_list_unselect_all</a>               (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);
87
87
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-scroll-horizontal" title="gtk_list_scroll_horizontal ()">gtk_list_scroll_horizontal</a>          (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
88
88
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
89
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);
 
89
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);
90
90
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-scroll-vertical" title="gtk_list_scroll_vertical ()">gtk_list_scroll_vertical</a>            (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
91
91
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
92
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);
 
92
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);
93
93
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-toggle-add-mode" title="gtk_list_toggle_add_mode ()">gtk_list_toggle_add_mode</a>            (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);
94
94
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-toggle-focus-row" title="gtk_list_toggle_focus_row ()">gtk_list_toggle_focus_row</a>           (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);
95
95
<span class="returnvalue">void</span>                <a class="link" href="GtkList.html#gtk-list-toggle-row" title="gtk_list_toggle_row ()">gtk_list_toggle_row</a>                 (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
101
101
<div class="refsect1" title="Object Hierarchy">
102
102
<a name="GtkList.object-hierarchy"></a><h2>Object Hierarchy</h2>
103
103
<pre class="synopsis">
104
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
105
 
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
104
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
105
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
106
106
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
107
107
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
108
108
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
178
178
<div class="refsect2" title="gtk_list_insert_items ()">
179
179
<a name="gtk-list-insert-items"></a><h3>gtk_list_insert_items ()</h3>
180
180
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_insert_items               (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
181
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>,
182
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
 
181
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>,
 
182
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
183
183
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
184
184
<h3 class="title">Warning</h3>
185
185
<p><code class="literal">gtk_list_insert_items</code> is deprecated and should not be used in newly-written code.</p>
186
186
</div>
187
187
<p>
188
 
Inserts <em class="parameter"><code>items</code></em> into the <em class="parameter"><code>list</code></em> at the position <em class="parameter"><code>position</code></em>. The <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> items
 
188
Inserts <em class="parameter"><code>items</code></em> into the <em class="parameter"><code>list</code></em> at the position <em class="parameter"><code>position</code></em>. The <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> items
189
189
must not be freed after.
190
190
</p>
191
191
<div class="variablelist"><table border="0">
213
213
<div class="refsect2" title="gtk_list_append_items ()">
214
214
<a name="gtk-list-append-items"></a><h3>gtk_list_append_items ()</h3>
215
215
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_append_items               (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
216
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
 
216
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
217
217
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
218
218
<h3 class="title">Warning</h3>
219
219
<p><code class="literal">gtk_list_append_items</code> is deprecated and should not be used in newly-written code.</p>
241
241
<div class="refsect2" title="gtk_list_prepend_items ()">
242
242
<a name="gtk-list-prepend-items"></a><h3>gtk_list_prepend_items ()</h3>
243
243
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_prepend_items              (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
244
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
 
244
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
245
245
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
246
246
<h3 class="title">Warning</h3>
247
247
<p><code class="literal">gtk_list_prepend_items</code> is deprecated and should not be used in newly-written code.</p>
269
269
<div class="refsect2" title="gtk_list_remove_items ()">
270
270
<a name="gtk-list-remove-items"></a><h3>gtk_list_remove_items ()</h3>
271
271
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_remove_items               (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
272
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
 
272
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
273
273
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
274
274
<h3 class="title">Warning</h3>
275
275
<p><code class="literal">gtk_list_remove_items</code> is deprecated and should not be used in newly-written code.</p>
297
297
<div class="refsect2" title="gtk_list_remove_items_no_unref ()">
298
298
<a name="gtk-list-remove-items-no-unref"></a><h3>gtk_list_remove_items_no_unref ()</h3>
299
299
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_remove_items_no_unref      (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
300
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
 
300
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
301
301
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
302
302
<h3 class="title">Warning</h3>
303
303
<p><code class="literal">gtk_list_remove_items_no_unref</code> is deprecated and should not be used in newly-written code.</p>
326
326
<div class="refsect2" title="gtk_list_clear_items ()">
327
327
<a name="gtk-list-clear-items"></a><h3>gtk_list_clear_items ()</h3>
328
328
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_clear_items                (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
329
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start</code></em>,
330
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end</code></em>);</pre>
 
329
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start</code></em>,
 
330
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end</code></em>);</pre>
331
331
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
332
332
<h3 class="title">Warning</h3>
333
333
<p><code class="literal">gtk_list_clear_items</code> is deprecated and should not be used in newly-written code.</p>
364
364
<div class="refsect2" title="gtk_list_select_item ()">
365
365
<a name="gtk-list-select-item"></a><h3>gtk_list_select_item ()</h3>
366
366
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_select_item                (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
367
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);</pre>
 
367
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);</pre>
368
368
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
369
369
<h3 class="title">Warning</h3>
370
370
<p><code class="literal">gtk_list_select_item</code> is deprecated and should not be used in newly-written code.</p>
393
393
<div class="refsect2" title="gtk_list_unselect_item ()">
394
394
<a name="gtk-list-unselect-item"></a><h3>gtk_list_unselect_item ()</h3>
395
395
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_unselect_item              (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
396
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);</pre>
 
396
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);</pre>
397
397
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
398
398
<h3 class="title">Warning</h3>
399
399
<p><code class="literal">gtk_list_unselect_item</code> is deprecated and should not be used in newly-written code.</p>
480
480
<hr>
481
481
<div class="refsect2" title="gtk_list_child_position ()">
482
482
<a name="gtk-list-child-position"></a><h3>gtk_list_child_position ()</h3>
483
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_list_child_position             (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
 
483
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_list_child_position             (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
484
484
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
485
485
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
486
486
<h3 class="title">Warning</h3>
579
579
<a name="gtk-list-extend-selection"></a><h3>gtk_list_extend_selection ()</h3>
580
580
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_extend_selection           (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
581
581
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
582
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>,
583
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_start_selection</code></em>);</pre>
 
582
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>,
 
583
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_start_selection</code></em>);</pre>
584
584
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
585
585
<h3 class="title">Warning</h3>
586
586
<p><code class="literal">gtk_list_extend_selection</code> is deprecated and should not be used in newly-written code.</p>
609
609
</tr>
610
610
<tr>
611
611
<td><p><span class="term"><em class="parameter"><code>auto_start_selection</code></em> :</span></p></td>
612
 
<td>if <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <a class="link" href="GtkList.html#gtk-list-start-selection" title="gtk_list_start_selection ()"><code class="function">gtk_list_start_selection()</code></a> is automatically
 
612
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <a class="link" href="GtkList.html#gtk-list-start-selection" title="gtk_list_start_selection ()"><code class="function">gtk_list_start_selection()</code></a> is automatically
613
613
carried out before extending the selection.
614
614
</td>
615
615
</tr>
705
705
<a name="gtk-list-scroll-horizontal"></a><h3>gtk_list_scroll_horizontal ()</h3>
706
706
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_scroll_horizontal          (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
707
707
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
708
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);</pre>
 
708
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);</pre>
709
709
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
710
710
<h3 class="title">Warning</h3>
711
711
<p><code class="literal">gtk_list_scroll_horizontal</code> is deprecated and should not be used in newly-written code.</p>
746
746
<a name="gtk-list-scroll-vertical"></a><h3>gtk_list_scroll_vertical ()</h3>
747
747
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_list_scroll_vertical            (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
748
748
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
749
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);</pre>
 
749
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);</pre>
750
750
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
751
751
<h3 class="title">Warning</h3>
752
752
<p><code class="literal">gtk_list_scroll_vertical</code> is deprecated and should not be used in newly-written code.</p>
915
915
<a name="GtkList-select-child"></a><h3>The <code class="literal">"select-child"</code> signal</h3>
916
916
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a>   *list,
917
917
                                                        <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
918
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run First</pre>
 
918
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run First</pre>
919
919
<p>
920
920
The child <em class="parameter"><code>widget</code></em> has just been selected.
921
921
</p>
943
943
<div class="refsect2" title='The "selection-changed" signal'>
944
944
<a name="GtkList-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
945
945
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list,
946
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)      : Run First</pre>
 
946
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)      : Run First</pre>
947
947
<p>
948
948
The selection of the widget has just changed.
949
949
</p>
967
967
<a name="GtkList-unselect-child"></a><h3>The <code class="literal">"unselect-child"</code> signal</h3>
968
968
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a>   *list,
969
969
                                                        <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
970
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run First</pre>
 
970
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : Run First</pre>
971
971
<p>
972
972
The child <em class="parameter"><code>widget</code></em> has just been unselected.
973
973
</p>