~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, 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="GtkItemFactory.html" title="GtkItemFactory">
10
10
<link rel="next" href="GtkListItem.html" title="GtkListItem">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (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">
51
51
struct              <a class="link" href="GtkList.html#GtkList-struct" title="struct 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><span class="type">GList</span> *items</code></em>,
55
 
                                                         <em class="parameter"><code><span class="type">gint</span> 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><span class="type">GList</span> *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><span class="type">GList</span> *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><span class="type">GList</span> *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><span class="type">GList</span> *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><span class="type">gint</span> start</code></em>,
66
 
                                                         <em class="parameter"><code><span class="type">gint</span> 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><span class="type">gint</span> 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><span class="type">gint</span> 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
 
<span class="returnvalue">gint</span>                <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><span class="type">gfloat</span> position</code></em>,
82
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> 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><span class="type">gfloat</span> 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><span class="type">gfloat</span> 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">
102
102
<a name="GtkList.object-hierarchy"></a><h2>Object Hierarchy</h2>
103
103
<pre class="synopsis">
104
 
  GObject
105
 
   +----GInitiallyUnowned
 
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>
124
124
<div class="refsect1">
125
125
<a name="GtkList.signals"></a><h2>Signals</h2>
126
126
<pre class="synopsis">
127
 
  "<a class="link" href="GtkList.html#GtkList-select-child" title='The "select-child" signal'>select-child</a>"                                   : <code class="literal">Run First</code>
128
 
  "<a class="link" href="GtkList.html#GtkList-selection-changed" title='The "selection-changed" signal'>selection-changed</a>"                              : <code class="literal">Run First</code>
129
 
  "<a class="link" href="GtkList.html#GtkList-unselect-child" title='The "unselect-child" signal'>unselect-child</a>"                                 : <code class="literal">Run First</code>
 
127
  "<a class="link" href="GtkList.html#GtkList-select-child" title='The "select-child" signal'>select-child</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
 
128
  "<a class="link" href="GtkList.html#GtkList-selection-changed" title='The "selection-changed" signal'>selection-changed</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
 
129
  "<a class="link" href="GtkList.html#GtkList-unselect-child" title='The "unselect-child" signal'>unselect-child</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
130
130
</pre>
131
131
</div>
132
132
<div class="refsect1">
178
178
<div class="refsect2">
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><span class="type">GList</span> *items</code></em>,
182
 
                                                         <em class="parameter"><code><span class="type">gint</span> 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" 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 <span class="type">GList</span> 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">
210
210
<div class="refsect2">
211
211
<a name="gtk-list-append-items"></a><h3>gtk_list_append_items ()</h3>
212
212
<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>,
213
 
                                                         <em class="parameter"><code><span class="type">GList</span> *items</code></em>);</pre>
 
213
                                                         <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>
214
214
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
215
215
<h3 class="title">Warning</h3>
216
216
<p><code class="literal">gtk_list_append_items</code> is deprecated and should not be used in newly-written code.</p>
236
236
<div class="refsect2">
237
237
<a name="gtk-list-prepend-items"></a><h3>gtk_list_prepend_items ()</h3>
238
238
<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>,
239
 
                                                         <em class="parameter"><code><span class="type">GList</span> *items</code></em>);</pre>
 
239
                                                         <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>
240
240
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
241
241
<h3 class="title">Warning</h3>
242
242
<p><code class="literal">gtk_list_prepend_items</code> is deprecated and should not be used in newly-written code.</p>
262
262
<div class="refsect2">
263
263
<a name="gtk-list-remove-items"></a><h3>gtk_list_remove_items ()</h3>
264
264
<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>,
265
 
                                                         <em class="parameter"><code><span class="type">GList</span> *items</code></em>);</pre>
 
265
                                                         <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>
266
266
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
267
267
<h3 class="title">Warning</h3>
268
268
<p><code class="literal">gtk_list_remove_items</code> is deprecated and should not be used in newly-written code.</p>
288
288
<div class="refsect2">
289
289
<a name="gtk-list-remove-items-no-unref"></a><h3>gtk_list_remove_items_no_unref ()</h3>
290
290
<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>,
291
 
                                                         <em class="parameter"><code><span class="type">GList</span> *items</code></em>);</pre>
 
291
                                                         <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>
292
292
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
293
293
<h3 class="title">Warning</h3>
294
294
<p><code class="literal">gtk_list_remove_items_no_unref</code> is deprecated and should not be used in newly-written code.</p>
315
315
<div class="refsect2">
316
316
<a name="gtk-list-clear-items"></a><h3>gtk_list_clear_items ()</h3>
317
317
<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>,
318
 
                                                         <em class="parameter"><code><span class="type">gint</span> start</code></em>,
319
 
                                                         <em class="parameter"><code><span class="type">gint</span> end</code></em>);</pre>
 
318
                                                         <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>,
 
319
                                                         <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>
320
320
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
321
321
<h3 class="title">Warning</h3>
322
322
<p><code class="literal">gtk_list_clear_items</code> is deprecated and should not be used in newly-written code.</p>
350
350
<div class="refsect2">
351
351
<a name="gtk-list-select-item"></a><h3>gtk_list_select_item ()</h3>
352
352
<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>,
353
 
                                                         <em class="parameter"><code><span class="type">gint</span> item</code></em>);</pre>
 
353
                                                         <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>
354
354
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
355
355
<h3 class="title">Warning</h3>
356
356
<p><code class="literal">gtk_list_select_item</code> is deprecated and should not be used in newly-written code.</p>
377
377
<div class="refsect2">
378
378
<a name="gtk-list-unselect-item"></a><h3>gtk_list_unselect_item ()</h3>
379
379
<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>,
380
 
                                                         <em class="parameter"><code><span class="type">gint</span> item</code></em>);</pre>
 
380
                                                         <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>
381
381
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
382
382
<h3 class="title">Warning</h3>
383
383
<p><code class="literal">gtk_list_unselect_item</code> is deprecated and should not be used in newly-written code.</p>
458
458
<hr>
459
459
<div class="refsect2">
460
460
<a name="gtk-list-child-position"></a><h3>gtk_list_child_position ()</h3>
461
 
<pre class="programlisting"><span class="returnvalue">gint</span>                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>,
 
461
<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>,
462
462
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
463
463
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
464
464
<h3 class="title">Warning</h3>
552
552
<a name="gtk-list-extend-selection"></a><h3>gtk_list_extend_selection ()</h3>
553
553
<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>,
554
554
                                                         <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>,
555
 
                                                         <em class="parameter"><code><span class="type">gfloat</span> position</code></em>,
556
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> auto_start_selection</code></em>);</pre>
 
555
                                                         <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>,
 
556
                                                         <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>
557
557
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
558
558
<h3 class="title">Warning</h3>
559
559
<p><code class="literal">gtk_list_extend_selection</code> is deprecated and should not be used in newly-written code.</p>
579
579
</tr>
580
580
<tr>
581
581
<td><p><span class="term"><em class="parameter"><code>auto_start_selection</code></em> :</span></p></td>
582
 
<td>if <code class="literal">TRUE</code>, <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
 
582
<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
583
583
carried out before extending the selection.</td>
584
584
</tr>
585
585
</tbody>
670
670
<a name="gtk-list-scroll-horizontal"></a><h3>gtk_list_scroll_horizontal ()</h3>
671
671
<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>,
672
672
                                                         <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>,
673
 
                                                         <em class="parameter"><code><span class="type">gfloat</span> position</code></em>);</pre>
 
673
                                                         <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>
674
674
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
675
675
<h3 class="title">Warning</h3>
676
676
<p><code class="literal">gtk_list_scroll_horizontal</code> is deprecated and should not be used in newly-written code.</p>
709
709
<a name="gtk-list-scroll-vertical"></a><h3>gtk_list_scroll_vertical ()</h3>
710
710
<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>,
711
711
                                                         <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>,
712
 
                                                         <em class="parameter"><code><span class="type">gfloat</span> position</code></em>);</pre>
 
712
                                                         <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>
713
713
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
714
714
<h3 class="title">Warning</h3>
715
715
<p><code class="literal">gtk_list_scroll_vertical</code> is deprecated and should not be used in newly-written code.</p>
870
870
<a name="GtkList-select-child"></a><h3>The <code class="literal">"select-child"</code> signal</h3>
871
871
<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,
872
872
                                                        <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
873
 
                                                        <span class="type">gpointer</span>   user_data)      : <code class="literal">Run First</code></pre>
 
873
                                                        <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-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
874
874
<p>
875
875
The child <em class="parameter"><code>widget</code></em> has just been selected.
876
876
</p>
896
896
<div class="refsect2">
897
897
<a name="GtkList-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
898
898
<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,
899
 
                                                        <span class="type">gpointer</span> user_data)      : <code class="literal">Run First</code></pre>
 
899
                                                        <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-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
900
900
<p>
901
901
The selection of the widget has just changed.
902
902
</p>
919
919
<a name="GtkList-unselect-child"></a><h3>The <code class="literal">"unselect-child"</code> signal</h3>
920
920
<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,
921
921
                                                        <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
922
 
                                                        <span class="type">gpointer</span>   user_data)      : <code class="literal">Run First</code></pre>
 
922
                                                        <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-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
923
923
<p>
924
924
The child <em class="parameter"><code>widget</code></em> has just been unselected.
925
925
</p>
967
967
</div>
968
968
<div class="footer">
969
969
<hr>
970
 
          Generated by GTK-Doc V1.17.1</div>
 
970
          Generated by GTK-Doc V1.17</div>
971
971
</body>
972
972
</html>
 
 
b'\\ No newline at end of file'