~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 11:15:05 UTC
  • mto: (72.1.1 lenny) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20070917111505-giz9c5xltxkb5y54
Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>GtkCList</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="GTK+ Reference Manual">
8
8
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
9
9
<link rel="prev" href="DeprecatedObjects.html" title="Deprecated">
10
10
<link rel="next" href="GtkCTree.html" title="GtkCTree">
11
 
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="gtk.html" title="Part&#160;I.&#160;GTK+ Overview">
14
14
<link rel="part" href="gtkbase.html" title="Part&#160;II.&#160;GTK+ Core Reference">
68
68
<th width="100%" align="center">GTK+ Reference Manual</th>
69
69
<td><a accesskey="n" href="GtkCTree.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
70
70
</tr>
71
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id4299157" class="shortcut">Top</a>
72
 
                  &#160;|&#160;
73
 
                  <a href="#id4302488" class="shortcut">Description</a>
74
 
                  &#160;|&#160;
75
 
                  <a href="#id4302068" class="shortcut">Object Hierarchy</a>
76
 
                  &#160;|&#160;
77
 
                  <a href="#id4302129" class="shortcut">Implemented Interfaces</a>
78
 
                  &#160;|&#160;
79
 
                  <a href="#id4302159" class="shortcut">Properties</a>
80
 
                  &#160;|&#160;
81
 
                  <a href="#id4302304" class="shortcut">Signals</a></nobr></td></tr>
 
71
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id4057170" class="shortcut">Top</a>
 
72
                  &#160;|&#160;
 
73
                  <a href="#id4060526" class="shortcut">Description</a>
 
74
                  &#160;|&#160;
 
75
                  <a href="#id4060081" class="shortcut">Object Hierarchy</a>
 
76
                  &#160;|&#160;
 
77
                  <a href="#id4060142" class="shortcut">Implemented Interfaces</a>
 
78
                  &#160;|&#160;
 
79
                  <a href="#id4060172" class="shortcut">Properties</a>
 
80
                  &#160;|&#160;
 
81
                  <a href="#id4060326" class="shortcut">Signals</a></nobr></td></tr>
82
82
</table>
83
83
<div class="refentry" lang="en">
84
84
<a name="GtkCList"></a><div class="titlepage"></div>
85
85
<div class="refnamediv"><table width="100%"><tr>
86
86
<td valign="top">
87
87
<h2>
88
 
<a name="id4299157"></a><span class="refentrytitle">GtkCList</span>
 
88
<a name="id4057170"></a><span class="refentrytitle">GtkCList</span>
89
89
</h2>
90
90
<p>GtkCList &#8212; A multi-columned scrolling list widget</p>
91
91
</td>
98
98
#include &lt;gtk/gtk.h&gt;
99
99
 
100
100
 
101
 
                    <a href="GtkCList.html#GtkCList-struct">GtkCList</a>;
102
 
enum                <a href="GtkCList.html#GtkCellType">GtkCellType</a>;
103
 
enum                <a href="GtkCList.html#GtkButtonAction">GtkButtonAction</a>;
104
 
#define             <a href="GtkCList.html#GTK-CLIST-FLAGS:CAPS">GTK_CLIST_FLAGS</a>                     (clist)
105
 
#define             <a href="GtkCList.html#GTK-CLIST-SET-FLAG:CAPS">GTK_CLIST_SET_FLAG</a>                  (clist,flag)
106
 
#define             <a href="GtkCList.html#GTK-CLIST-UNSET-FLAG:CAPS">GTK_CLIST_UNSET_FLAG</a>                (clist,flag)
107
 
#define             <a href="GtkCList.html#GTK-CLIST-IN-DRAG:CAPS">GTK_CLIST_IN_DRAG</a>                   (clist)
108
 
#define             <a href="GtkCList.html#GTK-CLIST-ROW-HEIGHT-SET:CAPS">GTK_CLIST_ROW_HEIGHT_SET</a>            (clist)
109
 
#define             <a href="GtkCList.html#GTK-CLIST-SHOW-TITLES:CAPS">GTK_CLIST_SHOW_TITLES</a>               (clist)
110
 
#define             <a href="GtkCList.html#GTK-CLIST-ADD-MODE:CAPS">GTK_CLIST_ADD_MODE</a>                  (clist)
111
 
#define             <a href="GtkCList.html#GTK-CLIST-AUTO-SORT:CAPS">GTK_CLIST_AUTO_SORT</a>                 (clist)
112
 
#define             <a href="GtkCList.html#GTK-CLIST-AUTO-RESIZE-BLOCKED:CAPS">GTK_CLIST_AUTO_RESIZE_BLOCKED</a>       (clist)
113
 
#define             <a href="GtkCList.html#GTK-CLIST-REORDERABLE:CAPS">GTK_CLIST_REORDERABLE</a>               (clist)
114
 
#define             <a href="GtkCList.html#GTK-CLIST-USE-DRAG-ICONS:CAPS">GTK_CLIST_USE_DRAG_ICONS</a>            (clist)
115
 
#define             <a href="GtkCList.html#GTK-CLIST-DRAW-DRAG-LINE:CAPS">GTK_CLIST_DRAW_DRAG_LINE</a>            (clist)
116
 
#define             <a href="GtkCList.html#GTK-CLIST-DRAW-DRAG-RECT:CAPS">GTK_CLIST_DRAW_DRAG_RECT</a>            (clist)
117
 
#define             <a href="GtkCList.html#GTK-CLIST-ROW:CAPS">GTK_CLIST_ROW</a>                       (_glist_)
118
 
#define             <a href="GtkCList.html#GTK-CELL-TEXT:CAPS">GTK_CELL_TEXT</a>                       (cell)
119
 
#define             <a href="GtkCList.html#GTK-CELL-PIXMAP:CAPS">GTK_CELL_PIXMAP</a>                     (cell)
120
 
#define             <a href="GtkCList.html#GTK-CELL-PIXTEXT:CAPS">GTK_CELL_PIXTEXT</a>                    (cell)
121
 
#define             <a href="GtkCList.html#GTK-CELL-WIDGET:CAPS">GTK_CELL_WIDGET</a>                     (cell)
 
101
                    <a class="link" href="GtkCList.html#GtkCList-struct">GtkCList</a>;
 
102
enum                <a class="link" href="GtkCList.html#GtkCellType">GtkCellType</a>;
 
103
enum                <a class="link" href="GtkCList.html#GtkButtonAction">GtkButtonAction</a>;
 
104
#define             <a class="link" href="GtkCList.html#GTK-CLIST-FLAGS:CAPS">GTK_CLIST_FLAGS</a>                     (clist)
 
105
#define             <a class="link" href="GtkCList.html#GTK-CLIST-SET-FLAG:CAPS">GTK_CLIST_SET_FLAG</a>                  (clist,flag)
 
106
#define             <a class="link" href="GtkCList.html#GTK-CLIST-UNSET-FLAG:CAPS">GTK_CLIST_UNSET_FLAG</a>                (clist,flag)
 
107
#define             <a class="link" href="GtkCList.html#GTK-CLIST-IN-DRAG:CAPS">GTK_CLIST_IN_DRAG</a>                   (clist)
 
108
#define             <a class="link" href="GtkCList.html#GTK-CLIST-ROW-HEIGHT-SET:CAPS">GTK_CLIST_ROW_HEIGHT_SET</a>            (clist)
 
109
#define             <a class="link" href="GtkCList.html#GTK-CLIST-SHOW-TITLES:CAPS">GTK_CLIST_SHOW_TITLES</a>               (clist)
 
110
#define             <a class="link" href="GtkCList.html#GTK-CLIST-ADD-MODE:CAPS">GTK_CLIST_ADD_MODE</a>                  (clist)
 
111
#define             <a class="link" href="GtkCList.html#GTK-CLIST-AUTO-SORT:CAPS">GTK_CLIST_AUTO_SORT</a>                 (clist)
 
112
#define             <a class="link" href="GtkCList.html#GTK-CLIST-AUTO-RESIZE-BLOCKED:CAPS">GTK_CLIST_AUTO_RESIZE_BLOCKED</a>       (clist)
 
113
#define             <a class="link" href="GtkCList.html#GTK-CLIST-REORDERABLE:CAPS">GTK_CLIST_REORDERABLE</a>               (clist)
 
114
#define             <a class="link" href="GtkCList.html#GTK-CLIST-USE-DRAG-ICONS:CAPS">GTK_CLIST_USE_DRAG_ICONS</a>            (clist)
 
115
#define             <a class="link" href="GtkCList.html#GTK-CLIST-DRAW-DRAG-LINE:CAPS">GTK_CLIST_DRAW_DRAG_LINE</a>            (clist)
 
116
#define             <a class="link" href="GtkCList.html#GTK-CLIST-DRAW-DRAG-RECT:CAPS">GTK_CLIST_DRAW_DRAG_RECT</a>            (clist)
 
117
#define             <a class="link" href="GtkCList.html#GTK-CLIST-ROW:CAPS">GTK_CLIST_ROW</a>                       (_glist_)
 
118
#define             <a class="link" href="GtkCList.html#GTK-CELL-TEXT:CAPS">GTK_CELL_TEXT</a>                       (cell)
 
119
#define             <a class="link" href="GtkCList.html#GTK-CELL-PIXMAP:CAPS">GTK_CELL_PIXMAP</a>                     (cell)
 
120
#define             <a class="link" href="GtkCList.html#GTK-CELL-PIXTEXT:CAPS">GTK_CELL_PIXTEXT</a>                    (cell)
 
121
#define             <a class="link" href="GtkCList.html#GTK-CELL-WIDGET:CAPS">GTK_CELL_WIDGET</a>                     (cell)
122
122
<a
123
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
124
 
>gint</a>                (<a href="GtkCList.html#GtkCListCompareFunc">*GtkCListCompareFunc</a>)              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
123
href="../glib/glib-Basic-Types.html#gint"
 
124
>gint</a>                (<a class="link" href="GtkCList.html#GtkCListCompareFunc">*GtkCListCompareFunc</a>)              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
125
125
                                                         <a
126
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"
 
126
href="../glib/glib-Basic-Types.html#gconstpointer"
127
127
>gconstpointer</a> ptr1,
128
128
                                                         <a
129
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"
 
129
href="../glib/glib-Basic-Types.html#gconstpointer"
130
130
>gconstpointer</a> ptr2);
131
 
                    <a href="GtkCList.html#GtkCListColumn">GtkCListColumn</a>;
132
 
                    <a href="GtkCList.html#GtkCListRow">GtkCListRow</a>;
133
 
                    <a href="GtkCList.html#GtkCellText">GtkCellText</a>;
134
 
                    <a href="GtkCList.html#GtkCellPixmap">GtkCellPixmap</a>;
135
 
                    <a href="GtkCList.html#GtkCellPixText">GtkCellPixText</a>;
136
 
                    <a href="GtkCList.html#GtkCellWidget">GtkCellWidget</a>;
137
 
                    <a href="GtkCList.html#GtkCell">GtkCell</a>;
138
 
                    <a href="GtkCList.html#GtkCListCellInfo">GtkCListCellInfo</a>;
139
 
                    <a href="GtkCList.html#GtkCListDestInfo">GtkCListDestInfo</a>;
140
 
enum                <a href="GtkCList.html#GtkCListDragPos">GtkCListDragPos</a>;
141
 
<a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          <a href="GtkCList.html#gtk-clist-new">gtk_clist_new</a>                       (<a
142
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
131
                    <a class="link" href="GtkCList.html#GtkCListColumn">GtkCListColumn</a>;
 
132
                    <a class="link" href="GtkCList.html#GtkCListRow">GtkCListRow</a>;
 
133
                    <a class="link" href="GtkCList.html#GtkCellText">GtkCellText</a>;
 
134
                    <a class="link" href="GtkCList.html#GtkCellPixmap">GtkCellPixmap</a>;
 
135
                    <a class="link" href="GtkCList.html#GtkCellPixText">GtkCellPixText</a>;
 
136
                    <a class="link" href="GtkCList.html#GtkCellWidget">GtkCellWidget</a>;
 
137
                    <a class="link" href="GtkCList.html#GtkCell">GtkCell</a>;
 
138
                    <a class="link" href="GtkCList.html#GtkCListCellInfo">GtkCListCellInfo</a>;
 
139
                    <a class="link" href="GtkCList.html#GtkCListDestInfo">GtkCListDestInfo</a>;
 
140
enum                <a class="link" href="GtkCList.html#GtkCListDragPos">GtkCListDragPos</a>;
 
141
<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          <a class="link" href="GtkCList.html#gtk-clist-new">gtk_clist_new</a>                       (<a
 
142
href="../glib/glib-Basic-Types.html#gint"
143
143
>gint</a> columns);
144
 
<a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          <a href="GtkCList.html#gtk-clist-new-with-titles">gtk_clist_new_with_titles</a>           (<a
145
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
144
<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          <a class="link" href="GtkCList.html#gtk-clist-new-with-titles">gtk_clist_new_with_titles</a>           (<a
 
145
href="../glib/glib-Basic-Types.html#gint"
146
146
>gint</a> columns,
147
147
                                                         <a
148
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
148
href="../glib/glib-Basic-Types.html#gchar"
149
149
>gchar</a> *titles[]);
150
 
void                <a href="GtkCList.html#gtk-clist-set-shadow-type">gtk_clist_set_shadow_type</a>           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
151
 
                                                         <a href="gtk-Standard-Enumerations.html#GtkShadowType">GtkShadowType</a> type);
152
 
void                <a href="GtkCList.html#gtk-clist-set-selection-mode">gtk_clist_set_selection_mode</a>        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
153
 
                                                         <a href="gtk-Standard-Enumerations.html#GtkSelectionMode">GtkSelectionMode</a> mode);
154
 
void                <a href="GtkCList.html#gtk-clist-freeze">gtk_clist_freeze</a>                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
155
 
void                <a href="GtkCList.html#gtk-clist-thaw">gtk_clist_thaw</a>                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
156
 
void                <a href="GtkCList.html#gtk-clist-column-titles-show">gtk_clist_column_titles_show</a>        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
157
 
void                <a href="GtkCList.html#gtk-clist-column-titles-hide">gtk_clist_column_titles_hide</a>        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
158
 
void                <a href="GtkCList.html#gtk-clist-column-title-active">gtk_clist_column_title_active</a>       (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
159
 
                                                         <a
160
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
161
 
>gint</a> column);
162
 
void                <a href="GtkCList.html#gtk-clist-column-title-passive">gtk_clist_column_title_passive</a>      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
163
 
                                                         <a
164
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
165
 
>gint</a> column);
166
 
void                <a href="GtkCList.html#gtk-clist-column-titles-active">gtk_clist_column_titles_active</a>      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
167
 
void                <a href="GtkCList.html#gtk-clist-column-titles-passive">gtk_clist_column_titles_passive</a>     (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
168
 
void                <a href="GtkCList.html#gtk-clist-set-column-title">gtk_clist_set_column_title</a>          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
169
 
                                                         <a
170
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
150
void                <a class="link" href="GtkCList.html#gtk-clist-set-shadow-type">gtk_clist_set_shadow_type</a>           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
151
                                                         <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType">GtkShadowType</a> type);
 
152
void                <a class="link" href="GtkCList.html#gtk-clist-set-selection-mode">gtk_clist_set_selection_mode</a>        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
153
                                                         <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode">GtkSelectionMode</a> mode);
 
154
void                <a class="link" href="GtkCList.html#gtk-clist-freeze">gtk_clist_freeze</a>                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
155
void                <a class="link" href="GtkCList.html#gtk-clist-thaw">gtk_clist_thaw</a>                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
156
void                <a class="link" href="GtkCList.html#gtk-clist-column-titles-show">gtk_clist_column_titles_show</a>        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
157
void                <a class="link" href="GtkCList.html#gtk-clist-column-titles-hide">gtk_clist_column_titles_hide</a>        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
158
void                <a class="link" href="GtkCList.html#gtk-clist-column-title-active">gtk_clist_column_title_active</a>       (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
159
                                                         <a
 
160
href="../glib/glib-Basic-Types.html#gint"
 
161
>gint</a> column);
 
162
void                <a class="link" href="GtkCList.html#gtk-clist-column-title-passive">gtk_clist_column_title_passive</a>      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
163
                                                         <a
 
164
href="../glib/glib-Basic-Types.html#gint"
 
165
>gint</a> column);
 
166
void                <a class="link" href="GtkCList.html#gtk-clist-column-titles-active">gtk_clist_column_titles_active</a>      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
167
void                <a class="link" href="GtkCList.html#gtk-clist-column-titles-passive">gtk_clist_column_titles_passive</a>     (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
168
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-title">gtk_clist_set_column_title</a>          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
169
                                                         <a
 
170
href="../glib/glib-Basic-Types.html#gint"
171
171
>gint</a> column,
172
172
                                                         const <a
173
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
173
href="../glib/glib-Basic-Types.html#gchar"
174
174
>gchar</a> *title);
175
 
void                <a href="GtkCList.html#gtk-clist-set-column-widget">gtk_clist_set_column_widget</a>         (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
176
 
                                                         <a
177
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
178
 
>gint</a> column,
179
 
                                                         <a href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *widget);
180
 
void                <a href="GtkCList.html#gtk-clist-set-column-justification">gtk_clist_set_column_justification</a>  (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
181
 
                                                         <a
182
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
183
 
>gint</a> column,
184
 
                                                         <a href="gtk-Standard-Enumerations.html#GtkJustification">GtkJustification</a> justification);
185
 
void                <a href="GtkCList.html#gtk-clist-set-column-visibility">gtk_clist_set_column_visibility</a>     (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
186
 
                                                         <a
187
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
188
 
>gint</a> column,
189
 
                                                         <a
190
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
175
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-widget">gtk_clist_set_column_widget</a>         (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
176
                                                         <a
 
177
href="../glib/glib-Basic-Types.html#gint"
 
178
>gint</a> column,
 
179
                                                         <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *widget);
 
180
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-justification">gtk_clist_set_column_justification</a>  (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
181
                                                         <a
 
182
href="../glib/glib-Basic-Types.html#gint"
 
183
>gint</a> column,
 
184
                                                         <a class="link" href="gtk-Standard-Enumerations.html#GtkJustification">GtkJustification</a> justification);
 
185
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-visibility">gtk_clist_set_column_visibility</a>     (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
186
                                                         <a
 
187
href="../glib/glib-Basic-Types.html#gint"
 
188
>gint</a> column,
 
189
                                                         <a
 
190
href="../glib/glib-Basic-Types.html#gboolean"
191
191
>gboolean</a> visible);
192
 
void                <a href="GtkCList.html#gtk-clist-set-column-resizeable">gtk_clist_set_column_resizeable</a>     (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
192
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-resizeable">gtk_clist_set_column_resizeable</a>     (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
193
193
                                                         <a
194
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
194
href="../glib/glib-Basic-Types.html#gint"
195
195
>gint</a> column,
196
196
                                                         <a
197
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
197
href="../glib/glib-Basic-Types.html#gboolean"
198
198
>gboolean</a> resizeable);
199
 
void                <a href="GtkCList.html#gtk-clist-set-column-auto-resize">gtk_clist_set_column_auto_resize</a>    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
199
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-auto-resize">gtk_clist_set_column_auto_resize</a>    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
200
200
                                                         <a
201
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
201
href="../glib/glib-Basic-Types.html#gint"
202
202
>gint</a> column,
203
203
                                                         <a
204
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
204
href="../glib/glib-Basic-Types.html#gboolean"
205
205
>gboolean</a> auto_resize);
206
206
<a
207
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
208
 
>gint</a>                <a href="GtkCList.html#gtk-clist-optimal-column-width">gtk_clist_optimal_column_width</a>      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
207
href="../glib/glib-Basic-Types.html#gint"
 
208
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-optimal-column-width">gtk_clist_optimal_column_width</a>      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
209
209
                                                         <a
210
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
210
href="../glib/glib-Basic-Types.html#gint"
211
211
>gint</a> column);
212
 
void                <a href="GtkCList.html#gtk-clist-set-column-width">gtk_clist_set_column_width</a>          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
212
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-width">gtk_clist_set_column_width</a>          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
213
213
                                                         <a
214
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
214
href="../glib/glib-Basic-Types.html#gint"
215
215
>gint</a> column,
216
216
                                                         <a
217
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
217
href="../glib/glib-Basic-Types.html#gint"
218
218
>gint</a> width);
219
 
void                <a href="GtkCList.html#gtk-clist-set-column-min-width">gtk_clist_set_column_min_width</a>      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
219
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-min-width">gtk_clist_set_column_min_width</a>      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
220
220
                                                         <a
221
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
221
href="../glib/glib-Basic-Types.html#gint"
222
222
>gint</a> column,
223
223
                                                         <a
224
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
224
href="../glib/glib-Basic-Types.html#gint"
225
225
>gint</a> min_width);
226
 
void                <a href="GtkCList.html#gtk-clist-set-column-max-width">gtk_clist_set_column_max_width</a>      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
226
void                <a class="link" href="GtkCList.html#gtk-clist-set-column-max-width">gtk_clist_set_column_max_width</a>      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
227
227
                                                         <a
228
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
228
href="../glib/glib-Basic-Types.html#gint"
229
229
>gint</a> column,
230
230
                                                         <a
231
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
231
href="../glib/glib-Basic-Types.html#gint"
232
232
>gint</a> max_width);
233
 
void                <a href="GtkCList.html#gtk-clist-set-row-height">gtk_clist_set_row_height</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
233
void                <a class="link" href="GtkCList.html#gtk-clist-set-row-height">gtk_clist_set_row_height</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
234
234
                                                         <a
235
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
235
href="../glib/glib-Basic-Types.html#guint"
236
236
>guint</a> height);
237
 
void                <a href="GtkCList.html#gtk-clist-moveto">gtk_clist_moveto</a>                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
237
void                <a class="link" href="GtkCList.html#gtk-clist-moveto">gtk_clist_moveto</a>                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
238
238
                                                         <a
239
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
239
href="../glib/glib-Basic-Types.html#gint"
240
240
>gint</a> row,
241
241
                                                         <a
242
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
242
href="../glib/glib-Basic-Types.html#gint"
243
243
>gint</a> column,
244
244
                                                         <a
245
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
 
245
href="../glib/glib-Basic-Types.html#gfloat"
246
246
>gfloat</a> row_align,
247
247
                                                         <a
248
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
 
248
href="../glib/glib-Basic-Types.html#gfloat"
249
249
>gfloat</a> col_align);
250
 
<a href="gtk-Standard-Enumerations.html#GtkVisibility">GtkVisibility</a>       <a href="GtkCList.html#gtk-clist-row-is-visible">gtk_clist_row_is_visible</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
250
<a class="link" href="gtk-Standard-Enumerations.html#GtkVisibility">GtkVisibility</a>       <a class="link" href="GtkCList.html#gtk-clist-row-is-visible">gtk_clist_row_is_visible</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
251
251
                                                         <a
252
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
252
href="../glib/glib-Basic-Types.html#gint"
253
253
>gint</a> row);
254
 
<a href="GtkCList.html#GtkCellType">GtkCellType</a>         <a href="GtkCList.html#gtk-clist-get-cell-type">gtk_clist_get_cell_type</a>             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
254
<a class="link" href="GtkCList.html#GtkCellType">GtkCellType</a>         <a class="link" href="GtkCList.html#gtk-clist-get-cell-type">gtk_clist_get_cell_type</a>             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
255
255
                                                         <a
256
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
256
href="../glib/glib-Basic-Types.html#gint"
257
257
>gint</a> row,
258
258
                                                         <a
259
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
259
href="../glib/glib-Basic-Types.html#gint"
260
260
>gint</a> column);
261
 
void                <a href="GtkCList.html#gtk-clist-set-text">gtk_clist_set_text</a>                  (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
261
void                <a class="link" href="GtkCList.html#gtk-clist-set-text">gtk_clist_set_text</a>                  (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
262
262
                                                         <a
263
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
263
href="../glib/glib-Basic-Types.html#gint"
264
264
>gint</a> row,
265
265
                                                         <a
266
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
266
href="../glib/glib-Basic-Types.html#gint"
267
267
>gint</a> column,
268
268
                                                         const <a
269
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
269
href="../glib/glib-Basic-Types.html#gchar"
270
270
>gchar</a> *text);
271
271
<a
272
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
273
 
>gint</a>                <a href="GtkCList.html#gtk-clist-get-text">gtk_clist_get_text</a>                  (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
272
href="../glib/glib-Basic-Types.html#gint"
 
273
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-get-text">gtk_clist_get_text</a>                  (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
274
274
                                                         <a
275
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
275
href="../glib/glib-Basic-Types.html#gint"
276
276
>gint</a> row,
277
277
                                                         <a
278
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
278
href="../glib/glib-Basic-Types.html#gint"
279
279
>gint</a> column,
280
280
                                                         <a
281
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
281
href="../glib/glib-Basic-Types.html#gchar"
282
282
>gchar</a> **text);
283
 
void                <a href="GtkCList.html#gtk-clist-set-pixmap">gtk_clist_set_pixmap</a>                (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
283
void                <a class="link" href="GtkCList.html#gtk-clist-set-pixmap">gtk_clist_set_pixmap</a>                (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
284
284
                                                         <a
285
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
285
href="../glib/glib-Basic-Types.html#gint"
286
286
>gint</a> row,
287
287
                                                         <a
288
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
288
href="../glib/glib-Basic-Types.html#gint"
289
289
>gint</a> column,
290
290
                                                         <a
291
291
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
294
294
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"
295
295
>GdkBitmap</a> *mask);
296
296
<a
297
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
298
 
>gint</a>                <a href="GtkCList.html#gtk-clist-get-pixmap">gtk_clist_get_pixmap</a>                (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
297
href="../glib/glib-Basic-Types.html#gint"
 
298
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-get-pixmap">gtk_clist_get_pixmap</a>                (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
299
299
                                                         <a
300
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
300
href="../glib/glib-Basic-Types.html#gint"
301
301
>gint</a> row,
302
302
                                                         <a
303
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
303
href="../glib/glib-Basic-Types.html#gint"
304
304
>gint</a> column,
305
305
                                                         <a
306
306
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
308
308
                                                         <a
309
309
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"
310
310
>GdkBitmap</a> **mask);
311
 
void                <a href="GtkCList.html#gtk-clist-set-pixtext">gtk_clist_set_pixtext</a>               (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
311
void                <a class="link" href="GtkCList.html#gtk-clist-set-pixtext">gtk_clist_set_pixtext</a>               (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
312
312
                                                         <a
313
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
313
href="../glib/glib-Basic-Types.html#gint"
314
314
>gint</a> row,
315
315
                                                         <a
316
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
316
href="../glib/glib-Basic-Types.html#gint"
317
317
>gint</a> column,
318
318
                                                         const <a
319
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
319
href="../glib/glib-Basic-Types.html#gchar"
320
320
>gchar</a> *text,
321
321
                                                         <a
322
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
 
322
href="../glib/glib-Basic-Types.html#guint8"
323
323
>guint8</a> spacing,
324
324
                                                         <a
325
325
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
328
328
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"
329
329
>GdkBitmap</a> *mask);
330
330
<a
331
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
332
 
>gint</a>                <a href="GtkCList.html#gtk-clist-get-pixtext">gtk_clist_get_pixtext</a>               (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
331
href="../glib/glib-Basic-Types.html#gint"
 
332
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-get-pixtext">gtk_clist_get_pixtext</a>               (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
333
333
                                                         <a
334
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
334
href="../glib/glib-Basic-Types.html#gint"
335
335
>gint</a> row,
336
336
                                                         <a
337
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
337
href="../glib/glib-Basic-Types.html#gint"
338
338
>gint</a> column,
339
339
                                                         <a
340
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
340
href="../glib/glib-Basic-Types.html#gchar"
341
341
>gchar</a> **text,
342
342
                                                         <a
343
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
 
343
href="../glib/glib-Basic-Types.html#guint8"
344
344
>guint8</a> *spacing,
345
345
                                                         <a
346
346
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
348
348
                                                         <a
349
349
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"
350
350
>GdkBitmap</a> **mask);
351
 
void                <a href="GtkCList.html#gtk-clist-set-foreground">gtk_clist_set_foreground</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
352
 
                                                         <a
353
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
354
 
>gint</a> row,
355
 
                                                         const <a
356
 
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
357
 
>GdkColor</a> *color);
358
 
void                <a href="GtkCList.html#gtk-clist-set-background">gtk_clist_set_background</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
359
 
                                                         <a
360
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
361
 
>gint</a> row,
362
 
                                                         const <a
363
 
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
364
 
>GdkColor</a> *color);
365
 
void                <a href="GtkCList.html#gtk-clist-set-cell-style">gtk_clist_set_cell_style</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
366
 
                                                         <a
367
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
368
 
>gint</a> row,
369
 
                                                         <a
370
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
351
void                <a class="link" href="GtkCList.html#gtk-clist-set-foreground">gtk_clist_set_foreground</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
352
                                                         <a
 
353
href="../glib/glib-Basic-Types.html#gint"
 
354
>gint</a> row,
 
355
                                                         const <a
 
356
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
 
357
>GdkColor</a> *color);
 
358
void                <a class="link" href="GtkCList.html#gtk-clist-set-background">gtk_clist_set_background</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
359
                                                         <a
 
360
href="../glib/glib-Basic-Types.html#gint"
 
361
>gint</a> row,
 
362
                                                         const <a
 
363
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
 
364
>GdkColor</a> *color);
 
365
void                <a class="link" href="GtkCList.html#gtk-clist-set-cell-style">gtk_clist_set_cell_style</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
366
                                                         <a
 
367
href="../glib/glib-Basic-Types.html#gint"
 
368
>gint</a> row,
 
369
                                                         <a
 
370
href="../glib/glib-Basic-Types.html#gint"
371
371
>gint</a> column,
372
 
                                                         <a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);
373
 
<a href="GtkStyle.html" title="Styles">GtkStyle</a>*           <a href="GtkCList.html#gtk-clist-get-cell-style">gtk_clist_get_cell_style</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
372
                                                         <a class="link" href="GtkStyle.html" title="Styles">GtkStyle</a> *style);
 
373
<a class="link" href="GtkStyle.html" title="Styles">GtkStyle</a>*           <a class="link" href="GtkCList.html#gtk-clist-get-cell-style">gtk_clist_get_cell_style</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
374
374
                                                         <a
375
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
375
href="../glib/glib-Basic-Types.html#gint"
376
376
>gint</a> row,
377
377
                                                         <a
378
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
378
href="../glib/glib-Basic-Types.html#gint"
379
379
>gint</a> column);
380
 
void                <a href="GtkCList.html#gtk-clist-set-row-style">gtk_clist_set_row_style</a>             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
380
void                <a class="link" href="GtkCList.html#gtk-clist-set-row-style">gtk_clist_set_row_style</a>             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
381
381
                                                         <a
382
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
382
href="../glib/glib-Basic-Types.html#gint"
383
383
>gint</a> row,
384
 
                                                         <a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);
385
 
<a href="GtkStyle.html" title="Styles">GtkStyle</a>*           <a href="GtkCList.html#gtk-clist-get-row-style">gtk_clist_get_row_style</a>             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
384
                                                         <a class="link" href="GtkStyle.html" title="Styles">GtkStyle</a> *style);
 
385
<a class="link" href="GtkStyle.html" title="Styles">GtkStyle</a>*           <a class="link" href="GtkCList.html#gtk-clist-get-row-style">gtk_clist_get_row_style</a>             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
386
386
                                                         <a
387
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
387
href="../glib/glib-Basic-Types.html#gint"
388
388
>gint</a> row);
389
 
void                <a href="GtkCList.html#gtk-clist-set-shift">gtk_clist_set_shift</a>                 (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
389
void                <a class="link" href="GtkCList.html#gtk-clist-set-shift">gtk_clist_set_shift</a>                 (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
390
390
                                                         <a
391
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
391
href="../glib/glib-Basic-Types.html#gint"
392
392
>gint</a> row,
393
393
                                                         <a
394
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
394
href="../glib/glib-Basic-Types.html#gint"
395
395
>gint</a> column,
396
396
                                                         <a
397
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
397
href="../glib/glib-Basic-Types.html#gint"
398
398
>gint</a> vertical,
399
399
                                                         <a
400
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
400
href="../glib/glib-Basic-Types.html#gint"
401
401
>gint</a> horizontal);
402
 
void                <a href="GtkCList.html#gtk-clist-set-selectable">gtk_clist_set_selectable</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
402
void                <a class="link" href="GtkCList.html#gtk-clist-set-selectable">gtk_clist_set_selectable</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
403
403
                                                         <a
404
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
404
href="../glib/glib-Basic-Types.html#gint"
405
405
>gint</a> row,
406
406
                                                         <a
407
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
407
href="../glib/glib-Basic-Types.html#gboolean"
408
408
>gboolean</a> selectable);
409
409
<a
410
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
411
 
>gboolean</a>            <a href="GtkCList.html#gtk-clist-get-selectable">gtk_clist_get_selectable</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
412
 
                                                         <a
413
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
414
 
>gint</a> row);
415
 
<a
416
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
417
 
>gint</a>                <a href="GtkCList.html#gtk-clist-prepend">gtk_clist_prepend</a>                   (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
418
 
                                                         <a
419
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
420
 
>gchar</a> *text[]);
421
 
<a
422
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
423
 
>gint</a>                <a href="GtkCList.html#gtk-clist-append">gtk_clist_append</a>                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
424
 
                                                         <a
425
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
426
 
>gchar</a> *text[]);
427
 
<a
428
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
429
 
>gint</a>                <a href="GtkCList.html#gtk-clist-insert">gtk_clist_insert</a>                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
430
 
                                                         <a
431
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
432
 
>gint</a> row,
433
 
                                                         <a
434
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
435
 
>gchar</a> *text[]);
436
 
void                <a href="GtkCList.html#gtk-clist-remove">gtk_clist_remove</a>                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
437
 
                                                         <a
438
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
439
 
>gint</a> row);
440
 
void                <a href="GtkCList.html#gtk-clist-set-row-data">gtk_clist_set_row_data</a>              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
441
 
                                                         <a
442
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
443
 
>gint</a> row,
444
 
                                                         <a
445
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
410
href="../glib/glib-Basic-Types.html#gboolean"
 
411
>gboolean</a>            <a class="link" href="GtkCList.html#gtk-clist-get-selectable">gtk_clist_get_selectable</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
412
                                                         <a
 
413
href="../glib/glib-Basic-Types.html#gint"
 
414
>gint</a> row);
 
415
<a
 
416
href="../glib/glib-Basic-Types.html#gint"
 
417
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-prepend">gtk_clist_prepend</a>                   (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
418
                                                         <a
 
419
href="../glib/glib-Basic-Types.html#gchar"
 
420
>gchar</a> *text[]);
 
421
<a
 
422
href="../glib/glib-Basic-Types.html#gint"
 
423
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-append">gtk_clist_append</a>                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
424
                                                         <a
 
425
href="../glib/glib-Basic-Types.html#gchar"
 
426
>gchar</a> *text[]);
 
427
<a
 
428
href="../glib/glib-Basic-Types.html#gint"
 
429
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-insert">gtk_clist_insert</a>                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
430
                                                         <a
 
431
href="../glib/glib-Basic-Types.html#gint"
 
432
>gint</a> row,
 
433
                                                         <a
 
434
href="../glib/glib-Basic-Types.html#gchar"
 
435
>gchar</a> *text[]);
 
436
void                <a class="link" href="GtkCList.html#gtk-clist-remove">gtk_clist_remove</a>                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
437
                                                         <a
 
438
href="../glib/glib-Basic-Types.html#gint"
 
439
>gint</a> row);
 
440
void                <a class="link" href="GtkCList.html#gtk-clist-set-row-data">gtk_clist_set_row_data</a>              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
441
                                                         <a
 
442
href="../glib/glib-Basic-Types.html#gint"
 
443
>gint</a> row,
 
444
                                                         <a
 
445
href="../glib/glib-Basic-Types.html#gpointer"
446
446
>gpointer</a> data);
447
 
void                <a href="GtkCList.html#gtk-clist-set-row-data-full">gtk_clist_set_row_data_full</a>         (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
447
void                <a class="link" href="GtkCList.html#gtk-clist-set-row-data-full">gtk_clist_set_row_data_full</a>         (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
448
448
                                                         <a
449
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
449
href="../glib/glib-Basic-Types.html#gint"
450
450
>gint</a> row,
451
451
                                                         <a
452
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
452
href="../glib/glib-Basic-Types.html#gpointer"
453
453
>gpointer</a> data,
454
 
                                                         <a href="gtk-Types.html#GtkDestroyNotify">GtkDestroyNotify</a> destroy);
 
454
                                                         <a class="link" href="gtk-Types.html#GtkDestroyNotify">GtkDestroyNotify</a> destroy);
455
455
<a
456
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
457
 
>gpointer</a>            <a href="GtkCList.html#gtk-clist-get-row-data">gtk_clist_get_row_data</a>              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
456
href="../glib/glib-Basic-Types.html#gpointer"
 
457
>gpointer</a>            <a class="link" href="GtkCList.html#gtk-clist-get-row-data">gtk_clist_get_row_data</a>              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
458
458
                                                         <a
459
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
459
href="../glib/glib-Basic-Types.html#gint"
460
460
>gint</a> row);
461
461
<a
462
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
463
 
>gint</a>                <a href="GtkCList.html#gtk-clist-find-row-from-data">gtk_clist_find_row_from_data</a>        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
462
href="../glib/glib-Basic-Types.html#gint"
 
463
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-find-row-from-data">gtk_clist_find_row_from_data</a>        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
464
464
                                                         <a
465
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
465
href="../glib/glib-Basic-Types.html#gpointer"
466
466
>gpointer</a> data);
467
 
void                <a href="GtkCList.html#gtk-clist-select-row">gtk_clist_select_row</a>                (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
468
 
                                                         <a
469
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
470
 
>gint</a> row,
471
 
                                                         <a
472
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
473
 
>gint</a> column);
474
 
void                <a href="GtkCList.html#gtk-clist-unselect-row">gtk_clist_unselect_row</a>              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
475
 
                                                         <a
476
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
477
 
>gint</a> row,
478
 
                                                         <a
479
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
480
 
>gint</a> column);
481
 
void                <a href="GtkCList.html#gtk-clist-undo-selection">gtk_clist_undo_selection</a>            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
482
 
void                <a href="GtkCList.html#gtk-clist-clear">gtk_clist_clear</a>                     (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
467
void                <a class="link" href="GtkCList.html#gtk-clist-select-row">gtk_clist_select_row</a>                (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
468
                                                         <a
 
469
href="../glib/glib-Basic-Types.html#gint"
 
470
>gint</a> row,
 
471
                                                         <a
 
472
href="../glib/glib-Basic-Types.html#gint"
 
473
>gint</a> column);
 
474
void                <a class="link" href="GtkCList.html#gtk-clist-unselect-row">gtk_clist_unselect_row</a>              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
475
                                                         <a
 
476
href="../glib/glib-Basic-Types.html#gint"
 
477
>gint</a> row,
 
478
                                                         <a
 
479
href="../glib/glib-Basic-Types.html#gint"
 
480
>gint</a> column);
 
481
void                <a class="link" href="GtkCList.html#gtk-clist-undo-selection">gtk_clist_undo_selection</a>            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
482
void                <a class="link" href="GtkCList.html#gtk-clist-clear">gtk_clist_clear</a>                     (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
483
483
<a
484
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
485
 
>gint</a>                <a href="GtkCList.html#gtk-clist-get-selection-info">gtk_clist_get_selection_info</a>        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
484
href="../glib/glib-Basic-Types.html#gint"
 
485
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-get-selection-info">gtk_clist_get_selection_info</a>        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
486
486
                                                         <a
487
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
487
href="../glib/glib-Basic-Types.html#gint"
488
488
>gint</a> x,
489
489
                                                         <a
490
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
490
href="../glib/glib-Basic-Types.html#gint"
491
491
>gint</a> y,
492
492
                                                         <a
493
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
493
href="../glib/glib-Basic-Types.html#gint"
494
494
>gint</a> *row,
495
495
                                                         <a
496
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
496
href="../glib/glib-Basic-Types.html#gint"
497
497
>gint</a> *column);
498
 
void                <a href="GtkCList.html#gtk-clist-select-all">gtk_clist_select_all</a>                (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
499
 
void                <a href="GtkCList.html#gtk-clist-unselect-all">gtk_clist_unselect_all</a>              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
500
 
void                <a href="GtkCList.html#gtk-clist-swap-rows">gtk_clist_swap_rows</a>                 (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
498
void                <a class="link" href="GtkCList.html#gtk-clist-select-all">gtk_clist_select_all</a>                (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
499
void                <a class="link" href="GtkCList.html#gtk-clist-unselect-all">gtk_clist_unselect_all</a>              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
500
void                <a class="link" href="GtkCList.html#gtk-clist-swap-rows">gtk_clist_swap_rows</a>                 (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
501
501
                                                         <a
502
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
502
href="../glib/glib-Basic-Types.html#gint"
503
503
>gint</a> row1,
504
504
                                                         <a
505
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
505
href="../glib/glib-Basic-Types.html#gint"
506
506
>gint</a> row2);
507
 
void                <a href="GtkCList.html#gtk-clist-set-compare-func">gtk_clist_set_compare_func</a>          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
508
 
                                                         <a href="GtkCList.html#GtkCListCompareFunc">GtkCListCompareFunc</a> cmp_func);
509
 
void                <a href="GtkCList.html#gtk-clist-set-sort-column">gtk_clist_set_sort_column</a>           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
507
void                <a class="link" href="GtkCList.html#gtk-clist-set-compare-func">gtk_clist_set_compare_func</a>          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
508
                                                         <a class="link" href="GtkCList.html#GtkCListCompareFunc">GtkCListCompareFunc</a> cmp_func);
 
509
void                <a class="link" href="GtkCList.html#gtk-clist-set-sort-column">gtk_clist_set_sort_column</a>           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
510
510
                                                         <a
511
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
511
href="../glib/glib-Basic-Types.html#gint"
512
512
>gint</a> column);
513
 
void                <a href="GtkCList.html#gtk-clist-set-sort-type">gtk_clist_set_sort_type</a>             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
514
 
                                                         <a href="gtk-Standard-Enumerations.html#GtkSortType">GtkSortType</a> sort_type);
515
 
void                <a href="GtkCList.html#gtk-clist-sort">gtk_clist_sort</a>                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
516
 
void                <a href="GtkCList.html#gtk-clist-set-auto-sort">gtk_clist_set_auto_sort</a>             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
513
void                <a class="link" href="GtkCList.html#gtk-clist-set-sort-type">gtk_clist_set_sort_type</a>             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
514
                                                         <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType">GtkSortType</a> sort_type);
 
515
void                <a class="link" href="GtkCList.html#gtk-clist-sort">gtk_clist_sort</a>                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
516
void                <a class="link" href="GtkCList.html#gtk-clist-set-auto-sort">gtk_clist_set_auto_sort</a>             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
517
517
                                                         <a
518
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
518
href="../glib/glib-Basic-Types.html#gboolean"
519
519
>gboolean</a> auto_sort);
520
520
<a
521
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
522
 
>gint</a>                <a href="GtkCList.html#gtk-clist-columns-autosize">gtk_clist_columns_autosize</a>          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
521
href="../glib/glib-Basic-Types.html#gint"
 
522
>gint</a>                <a class="link" href="GtkCList.html#gtk-clist-columns-autosize">gtk_clist_columns_autosize</a>          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
523
523
<a
524
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
525
 
>gchar</a>*              <a href="GtkCList.html#gtk-clist-get-column-title">gtk_clist_get_column_title</a>          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
526
 
                                                         <a
527
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
528
 
>gint</a> column);
529
 
<a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          <a href="GtkCList.html#gtk-clist-get-column-widget">gtk_clist_get_column_widget</a>         (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
530
 
                                                         <a
531
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
532
 
>gint</a> column);
533
 
<a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a>*      <a href="GtkCList.html#gtk-clist-get-hadjustment">gtk_clist_get_hadjustment</a>           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
534
 
<a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a>*      <a href="GtkCList.html#gtk-clist-get-vadjustment">gtk_clist_get_vadjustment</a>           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
535
 
void                <a href="GtkCList.html#gtk-clist-row-move">gtk_clist_row_move</a>                  (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
536
 
                                                         <a
537
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
524
href="../glib/glib-Basic-Types.html#gchar"
 
525
>gchar</a>*              <a class="link" href="GtkCList.html#gtk-clist-get-column-title">gtk_clist_get_column_title</a>          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
526
                                                         <a
 
527
href="../glib/glib-Basic-Types.html#gint"
 
528
>gint</a> column);
 
529
<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          <a class="link" href="GtkCList.html#gtk-clist-get-column-widget">gtk_clist_get_column_widget</a>         (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
530
                                                         <a
 
531
href="../glib/glib-Basic-Types.html#gint"
 
532
>gint</a> column);
 
533
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a>*      <a class="link" href="GtkCList.html#gtk-clist-get-hadjustment">gtk_clist_get_hadjustment</a>           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
534
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a>*      <a class="link" href="GtkCList.html#gtk-clist-get-vadjustment">gtk_clist_get_vadjustment</a>           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);
 
535
void                <a class="link" href="GtkCList.html#gtk-clist-row-move">gtk_clist_row_move</a>                  (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
536
                                                         <a
 
537
href="../glib/glib-Basic-Types.html#gint"
538
538
>gint</a> source_row,
539
539
                                                         <a
540
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
540
href="../glib/glib-Basic-Types.html#gint"
541
541
>gint</a> dest_row);
542
 
void                <a href="GtkCList.html#gtk-clist-set-button-actions">gtk_clist_set_button_actions</a>        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
542
void                <a class="link" href="GtkCList.html#gtk-clist-set-button-actions">gtk_clist_set_button_actions</a>        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
543
543
                                                         <a
544
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
544
href="../glib/glib-Basic-Types.html#guint"
545
545
>guint</a> button,
546
546
                                                         <a
547
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
 
547
href="../glib/glib-Basic-Types.html#guint8"
548
548
>guint8</a> button_actions);
549
 
void                <a href="GtkCList.html#gtk-clist-set-hadjustment">gtk_clist_set_hadjustment</a>           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
550
 
                                                         <a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *adjustment);
551
 
void                <a href="GtkCList.html#gtk-clist-set-reorderable">gtk_clist_set_reorderable</a>           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
549
void                <a class="link" href="GtkCList.html#gtk-clist-set-hadjustment">gtk_clist_set_hadjustment</a>           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
550
                                                         <a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *adjustment);
 
551
void                <a class="link" href="GtkCList.html#gtk-clist-set-reorderable">gtk_clist_set_reorderable</a>           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
552
552
                                                         <a
553
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
553
href="../glib/glib-Basic-Types.html#gboolean"
554
554
>gboolean</a> reorderable);
555
 
void                <a href="GtkCList.html#gtk-clist-set-use-drag-icons">gtk_clist_set_use_drag_icons</a>        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
555
void                <a class="link" href="GtkCList.html#gtk-clist-set-use-drag-icons">gtk_clist_set_use_drag_icons</a>        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
556
556
                                                         <a
557
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
557
href="../glib/glib-Basic-Types.html#gboolean"
558
558
>gboolean</a> use_icons);
559
 
void                <a href="GtkCList.html#gtk-clist-set-vadjustment">gtk_clist_set_vadjustment</a>           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
560
 
                                                         <a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *adjustment);
 
559
void                <a class="link" href="GtkCList.html#gtk-clist-set-vadjustment">gtk_clist_set_vadjustment</a>           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
560
                                                         <a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *adjustment);
561
561
 
562
562
 
563
563
</pre>
564
564
</div>
565
565
<div class="refsect1" lang="en">
566
 
<a name="id4302068"></a><h2>Object Hierarchy</h2>
 
566
<a name="id4060081"></a><h2>Object Hierarchy</h2>
567
567
<pre class="synopsis">
568
568
 
569
569
  <a
570
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
570
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
571
571
>GObject</a>
572
572
   +----<a
573
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
573
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
574
574
>GInitiallyUnowned</a>
575
 
         +----<a href="GtkObject.html" title="GtkObject">GtkObject</a>
576
 
               +----<a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
577
 
                     +----<a href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
 
575
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
 
576
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
 
577
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
578
578
                           +----GtkCList
579
 
                                 +----<a href="GtkCTree.html" title="GtkCTree">GtkCTree</a>
 
579
                                 +----<a class="link" href="GtkCTree.html" title="GtkCTree">GtkCTree</a>
580
580
</pre>
581
581
</div>
582
582
<div class="refsect1" lang="en">
583
 
<a name="id4302129"></a><h2>Implemented Interfaces</h2>
 
583
<a name="id4060142"></a><h2>Implemented Interfaces</h2>
584
584
<p>
585
585
GtkCList implements
586
 
 <a href="gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  AtkImplementorIface.</p>
 
586
 <a class="link" href="gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  AtkImplementorIface.</p>
587
587
</div>
588
588
<div class="refsect1" lang="en">
589
 
<a name="id4302159"></a><h2>Properties</h2>
 
589
<a name="id4060172"></a><h2>Properties</h2>
590
590
<pre class="synopsis">
591
591
 
592
 
  <a href="GtkCList.html#GtkCList--n-columns">n-columns</a>                <a
593
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
592
  "<a class="link" href="GtkCList.html#GtkCList--n-columns">n-columns</a>"                <a
 
593
href="../glib/glib-Basic-Types.html#guint"
594
594
>guint</a>                 : Read / Write / Construct Only
595
 
  <a href="GtkCList.html#GtkCList--reorderable">reorderable</a>              <a
596
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
595
  "<a class="link" href="GtkCList.html#GtkCList--reorderable">reorderable</a>"              <a
 
596
href="../glib/glib-Basic-Types.html#gboolean"
597
597
>gboolean</a>              : Read / Write
598
 
  <a href="GtkCList.html#GtkCList--row-height">row-height</a>               <a
599
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
598
  "<a class="link" href="GtkCList.html#GtkCList--row-height">row-height</a>"               <a
 
599
href="../glib/glib-Basic-Types.html#guint"
600
600
>guint</a>                 : Read / Write
601
 
  <a href="GtkCList.html#GtkCList--selection-mode">selection-mode</a>           <a href="gtk-Standard-Enumerations.html#GtkSelectionMode">GtkSelectionMode</a>      : Read / Write
602
 
  <a href="GtkCList.html#GtkCList--shadow-type">shadow-type</a>              <a href="gtk-Standard-Enumerations.html#GtkShadowType">GtkShadowType</a>         : Read / Write
603
 
  <a href="GtkCList.html#GtkCList--sort-type">sort-type</a>                <a href="gtk-Standard-Enumerations.html#GtkSortType">GtkSortType</a>           : Read / Write
604
 
  <a href="GtkCList.html#GtkCList--titles-active">titles-active</a>            <a
605
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
601
  "<a class="link" href="GtkCList.html#GtkCList--selection-mode">selection-mode</a>"           <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode">GtkSelectionMode</a>      : Read / Write
 
602
  "<a class="link" href="GtkCList.html#GtkCList--shadow-type">shadow-type</a>"              <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType">GtkShadowType</a>         : Read / Write
 
603
  "<a class="link" href="GtkCList.html#GtkCList--sort-type">sort-type</a>"                <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType">GtkSortType</a>           : Read / Write
 
604
  "<a class="link" href="GtkCList.html#GtkCList--titles-active">titles-active</a>"            <a
 
605
href="../glib/glib-Basic-Types.html#gboolean"
606
606
>gboolean</a>              : Read / Write
607
 
  <a href="GtkCList.html#GtkCList--use-drag-icons">use-drag-icons</a>           <a
608
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
607
  "<a class="link" href="GtkCList.html#GtkCList--use-drag-icons">use-drag-icons</a>"           <a
 
608
href="../glib/glib-Basic-Types.html#gboolean"
609
609
>gboolean</a>              : Read / Write
610
610
</pre>
611
611
</div>
612
612
<div class="refsect1" lang="en">
613
 
<a name="id4302304"></a><h2>Signals</h2>
 
613
<a name="id4060326"></a><h2>Signals</h2>
614
614
<pre class="synopsis">
615
615
 
616
 
  <a href="GtkCList.html#GtkCList-abort-column-resize">abort-column-resize</a>                            : Run Last / Action
617
 
  <a href="GtkCList.html#GtkCList-click-column">click-column</a>                                   : Run First
618
 
  <a href="GtkCList.html#GtkCList-end-selection">end-selection</a>                                  : Run Last / Action
619
 
  <a href="GtkCList.html#GtkCList-extend-selection">extend-selection</a>                               : Run Last / Action
620
 
  <a href="GtkCList.html#GtkCList-resize-column">resize-column</a>                                  : Run Last
621
 
  <a href="GtkCList.html#GtkCList-row-move">row-move</a>                                       : Run Last
622
 
  <a href="GtkCList.html#GtkCList-scroll-horizontal">scroll-horizontal</a>                              : Run Last / Action
623
 
  <a href="GtkCList.html#GtkCList-scroll-vertical">scroll-vertical</a>                                : Run Last / Action
624
 
  <a href="GtkCList.html#GtkCList-select-all">select-all</a>                                     : Run Last / Action
625
 
  <a href="GtkCList.html#GtkCList-select-row">select-row</a>                                     : Run First
626
 
  <a href="GtkCList.html#GtkCList-set-scroll-adjustments">set-scroll-adjustments</a>                         : Run Last
627
 
  <a href="GtkCList.html#GtkCList-start-selection">start-selection</a>                                : Run Last / Action
628
 
  <a href="GtkCList.html#GtkCList-toggle-add-mode">toggle-add-mode</a>                                : Run Last / Action
629
 
  <a href="GtkCList.html#GtkCList-toggle-focus-row">toggle-focus-row</a>                               : Run Last / Action
630
 
  <a href="GtkCList.html#GtkCList-undo-selection">undo-selection</a>                                 : Run Last / Action
631
 
  <a href="GtkCList.html#GtkCList-unselect-all">unselect-all</a>                                   : Run Last / Action
632
 
  <a href="GtkCList.html#GtkCList-unselect-row">unselect-row</a>                                   : Run First
 
616
  "<a class="link" href="GtkCList.html#GtkCList-abort-column-resize">abort-column-resize</a>"                            : Run Last / Action
 
617
  "<a class="link" href="GtkCList.html#GtkCList-click-column">click-column</a>"                                   : Run First
 
618
  "<a class="link" href="GtkCList.html#GtkCList-end-selection">end-selection</a>"                                  : Run Last / Action
 
619
  "<a class="link" href="GtkCList.html#GtkCList-extend-selection">extend-selection</a>"                               : Run Last / Action
 
620
  "<a class="link" href="GtkCList.html#GtkCList-resize-column">resize-column</a>"                                  : Run Last
 
621
  "<a class="link" href="GtkCList.html#GtkCList-row-move">row-move</a>"                                       : Run Last
 
622
  "<a class="link" href="GtkCList.html#GtkCList-scroll-horizontal">scroll-horizontal</a>"                              : Run Last / Action
 
623
  "<a class="link" href="GtkCList.html#GtkCList-scroll-vertical">scroll-vertical</a>"                                : Run Last / Action
 
624
  "<a class="link" href="GtkCList.html#GtkCList-select-all">select-all</a>"                                     : Run Last / Action
 
625
  "<a class="link" href="GtkCList.html#GtkCList-select-row">select-row</a>"                                     : Run First
 
626
  "<a class="link" href="GtkCList.html#GtkCList-set-scroll-adjustments">set-scroll-adjustments</a>"                         : Run Last
 
627
  "<a class="link" href="GtkCList.html#GtkCList-start-selection">start-selection</a>"                                : Run Last / Action
 
628
  "<a class="link" href="GtkCList.html#GtkCList-toggle-add-mode">toggle-add-mode</a>"                                : Run Last / Action
 
629
  "<a class="link" href="GtkCList.html#GtkCList-toggle-focus-row">toggle-focus-row</a>"                               : Run Last / Action
 
630
  "<a class="link" href="GtkCList.html#GtkCList-undo-selection">undo-selection</a>"                                 : Run Last / Action
 
631
  "<a class="link" href="GtkCList.html#GtkCList-unselect-all">unselect-all</a>"                                   : Run Last / Action
 
632
  "<a class="link" href="GtkCList.html#GtkCList-unselect-row">unselect-row</a>"                                   : Run First
633
633
</pre>
634
634
</div>
635
635
<div class="refsect1" lang="en">
636
 
<a name="id4302488"></a><h2>Description</h2>
 
636
<a name="id4060526"></a><h2>Description</h2>
637
637
<p>
638
 
The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget is a very useful multi-columned scrolling list.  
 
638
The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget is a very useful multi-columned scrolling list.  
639
639
It can display data in nicely aligned vertical columns, with titles 
640
640
at the top of the list.
641
641
</p>
642
642
<p>
643
643
GtkCList has been deprecated since GTK+ 2.0 and should not be used
644
 
in newly written code. Use <a href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> instead.
 
644
in newly written code. Use <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> instead.
645
645
</p>
646
646
</div>
647
647
<div class="refsect1" lang="en">
648
 
<a name="id4302526"></a><h2>Details</h2>
 
648
<a name="id4060564"></a><h2>Details</h2>
649
649
<div class="refsect2" lang="en">
650
 
<a name="id4302536"></a><h3>
 
650
<a name="id4060574"></a><h3>
651
651
<a name="GtkCList-struct"></a>GtkCList</h3>
652
 
<a class="indexterm" name="id4302548"></a><pre class="programlisting">typedef struct _GtkCList GtkCList;</pre>
 
652
<a class="indexterm" name="id4060586"></a><pre class="programlisting">typedef struct _GtkCList GtkCList;</pre>
653
653
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
654
654
<h3 class="title">Warning</h3>
655
655
<p><code class="literal">GtkCList</code> is deprecated and should not be used in newly-written code.</p>
656
656
</div>
657
657
<p>
658
 
This is the embodiment of the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget.  This structure contains
 
658
This is the embodiment of the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget.  This structure contains
659
659
only private data, and should be accessed only via the CList API.
660
660
</p>
661
661
</div>
662
662
<hr>
663
663
<div class="refsect2" lang="en">
664
 
<a name="id4302585"></a><h3>
 
664
<a name="id4060623"></a><h3>
665
665
<a name="GtkCellType"></a>enum GtkCellType</h3>
666
 
<a class="indexterm" name="id4302600"></a><pre class="programlisting">typedef enum
 
666
<a class="indexterm" name="id4060638"></a><pre class="programlisting">typedef enum
667
667
{
668
668
  GTK_CELL_EMPTY,
669
669
  GTK_CELL_TEXT,
678
678
</div>
679
679
<p>
680
680
Identifies the type of element in the current cell of the CList.  Cells can
681
 
contain text, pixmaps, or both. Unfortunately support for <a href="GtkCList.html#GTK-CELL-WIDGET:CAPS"><code class="literal">GTK_CELL_WIDGET</code></a>
 
681
contain text, pixmaps, or both. Unfortunately support for <a class="link" href="GtkCList.html#GTK-CELL-WIDGET:CAPS"><code class="literal">GTK_CELL_WIDGET</code></a>
682
682
was never completed.
683
683
</p>
684
684
</div>
685
685
<hr>
686
686
<div class="refsect2" lang="en">
687
 
<a name="id4302643"></a><h3>
 
687
<a name="id4060680"></a><h3>
688
688
<a name="GtkButtonAction"></a>enum GtkButtonAction</h3>
689
 
<a class="indexterm" name="id4302659"></a><pre class="programlisting">typedef enum
 
689
<a class="indexterm" name="id4060696"></a><pre class="programlisting">typedef enum
690
690
{
691
691
  GTK_BUTTON_IGNORED = 0,
692
692
  GTK_BUTTON_SELECTS = 1 &lt;&lt; 0,
705
705
</div>
706
706
<hr>
707
707
<div class="refsect2" lang="en">
708
 
<a name="id4302692"></a><h3>
 
708
<a name="id4060730"></a><h3>
709
709
<a name="GTK-CLIST-FLAGS:CAPS"></a>GTK_CLIST_FLAGS()</h3>
710
 
<a class="indexterm" name="id4302708"></a><pre class="programlisting">#define GTK_CLIST_FLAGS(clist)             (GTK_CLIST (clist)-&gt;flags)
 
710
<a class="indexterm" name="id4060746"></a><pre class="programlisting">#define GTK_CLIST_FLAGS(clist)             (GTK_CLIST (clist)-&gt;flags)
711
711
</pre>
712
712
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
713
713
<h3 class="title">Warning</h3>
719
719
<div class="variablelist"><table border="0">
720
720
<col align="left" valign="top">
721
721
<tbody><tr>
722
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
723
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget from which to get the flags
 
722
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
723
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget from which to get the flags
724
724
 
725
725
 
726
726
</td>
729
729
</div>
730
730
<hr>
731
731
<div class="refsect2" lang="en">
732
 
<a name="id4302765"></a><h3>
 
732
<a name="id4060803"></a><h3>
733
733
<a name="GTK-CLIST-SET-FLAG:CAPS"></a>GTK_CLIST_SET_FLAG()</h3>
734
 
<a class="indexterm" name="id4302780"></a><pre class="programlisting">#define GTK_CLIST_SET_FLAG(clist,flag)     (GTK_CLIST_FLAGS (clist) |= (GTK_ ## flag))
 
734
<a class="indexterm" name="id4060818"></a><pre class="programlisting">#define GTK_CLIST_SET_FLAG(clist,flag)     (GTK_CLIST_FLAGS (clist) |= (GTK_ ## flag))
735
735
</pre>
736
736
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
737
737
<h3 class="title">Warning</h3>
744
744
<col align="left" valign="top">
745
745
<tbody>
746
746
<tr>
747
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
748
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to affect.
 
747
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
748
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to affect.
749
749
</td>
750
750
</tr>
751
751
<tr>
752
 
<td><span class="term"><em class="parameter"><code>flag</code></em>&#160;:</span></td>
753
 
<td>A single <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> flag to set.  NOTE: Do not add the GTK_ prefix.
 
752
<td><p><span class="term"><em class="parameter"><code>flag</code></em>&#160;:</span></p></td>
 
753
<td>A single <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> flag to set.  NOTE: Do not add the GTK_ prefix.
754
754
 
755
755
 
756
756
</td>
760
760
</div>
761
761
<hr>
762
762
<div class="refsect2" lang="en">
763
 
<a name="id4302859"></a><h3>
 
763
<a name="id4060896"></a><h3>
764
764
<a name="GTK-CLIST-UNSET-FLAG:CAPS"></a>GTK_CLIST_UNSET_FLAG()</h3>
765
 
<a class="indexterm" name="id4302874"></a><pre class="programlisting">#define GTK_CLIST_UNSET_FLAG(clist,flag)   (GTK_CLIST_FLAGS (clist) &amp;= ~(GTK_ ## flag))
 
765
<a class="indexterm" name="id4060912"></a><pre class="programlisting">#define GTK_CLIST_UNSET_FLAG(clist,flag)   (GTK_CLIST_FLAGS (clist) &amp;= ~(GTK_ ## flag))
766
766
</pre>
767
767
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
768
768
<h3 class="title">Warning</h3>
775
775
<col align="left" valign="top">
776
776
<tbody>
777
777
<tr>
778
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
779
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to affect.
 
778
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
779
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to affect.
780
780
</td>
781
781
</tr>
782
782
<tr>
783
 
<td><span class="term"><em class="parameter"><code>flag</code></em>&#160;:</span></td>
784
 
<td>A single <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> flag to clear.  NOTE: Do not add the GTK_ prefix.
 
783
<td><p><span class="term"><em class="parameter"><code>flag</code></em>&#160;:</span></p></td>
 
784
<td>A single <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> flag to clear.  NOTE: Do not add the GTK_ prefix.
785
785
 
786
786
 
787
787
</td>
791
791
</div>
792
792
<hr>
793
793
<div class="refsect2" lang="en">
794
 
<a name="id4302954"></a><h3>
 
794
<a name="id4060992"></a><h3>
795
795
<a name="GTK-CLIST-IN-DRAG:CAPS"></a>GTK_CLIST_IN_DRAG()</h3>
796
 
<a class="indexterm" name="id4302970"></a><pre class="programlisting">#define GTK_CLIST_IN_DRAG(clist)           (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_IN_DRAG)
 
796
<a class="indexterm" name="id4061008"></a><pre class="programlisting">#define GTK_CLIST_IN_DRAG(clist)           (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_IN_DRAG)
797
797
</pre>
798
798
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
799
799
<h3 class="title">Warning</h3>
800
800
<p><code class="literal">GTK_CLIST_IN_DRAG</code> is deprecated and should not be used in newly-written code.</p>
801
801
</div>
802
802
<p>
803
 
A macro to check whether the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> is in "drag mode."
 
803
A macro to check whether the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> is in "drag mode."
804
804
</p>
805
805
<div class="variablelist"><table border="0">
806
806
<col align="left" valign="top">
807
807
<tbody><tr>
808
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
809
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
 
808
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
809
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
810
810
 
811
811
 
812
812
</td>
815
815
</div>
816
816
<hr>
817
817
<div class="refsect2" lang="en">
818
 
<a name="id4303034"></a><h3>
 
818
<a name="id4061072"></a><h3>
819
819
<a name="GTK-CLIST-ROW-HEIGHT-SET:CAPS"></a>GTK_CLIST_ROW_HEIGHT_SET()</h3>
820
 
<a class="indexterm" name="id4303051"></a><pre class="programlisting">#define GTK_CLIST_ROW_HEIGHT_SET(clist)    (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_ROW_HEIGHT_SET)
 
820
<a class="indexterm" name="id4061089"></a><pre class="programlisting">#define GTK_CLIST_ROW_HEIGHT_SET(clist)    (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_ROW_HEIGHT_SET)
821
821
</pre>
822
822
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
823
823
<h3 class="title">Warning</h3>
824
824
<p><code class="literal">GTK_CLIST_ROW_HEIGHT_SET</code> is deprecated and should not be used in newly-written code.</p>
825
825
</div>
826
826
<p>
827
 
A macro to check whether the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>'s row height is set.
 
827
A macro to check whether the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>'s row height is set.
828
828
</p>
829
829
<div class="variablelist"><table border="0">
830
830
<col align="left" valign="top">
831
831
<tbody><tr>
832
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
833
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
 
832
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
833
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
834
834
 
835
835
 
836
836
</td>
839
839
</div>
840
840
<hr>
841
841
<div class="refsect2" lang="en">
842
 
<a name="id4303115"></a><h3>
 
842
<a name="id4061153"></a><h3>
843
843
<a name="GTK-CLIST-SHOW-TITLES:CAPS"></a>GTK_CLIST_SHOW_TITLES()</h3>
844
 
<a class="indexterm" name="id4303131"></a><pre class="programlisting">#define GTK_CLIST_SHOW_TITLES(clist)       (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_SHOW_TITLES)
 
844
<a class="indexterm" name="id4061169"></a><pre class="programlisting">#define GTK_CLIST_SHOW_TITLES(clist)       (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_SHOW_TITLES)
845
845
</pre>
846
846
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
847
847
<h3 class="title">Warning</h3>
854
854
<div class="variablelist"><table border="0">
855
855
<col align="left" valign="top">
856
856
<tbody><tr>
857
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
858
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
 
857
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
858
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
859
859
 
860
860
 
861
861
</td>
864
864
</div>
865
865
<hr>
866
866
<div class="refsect2" lang="en">
867
 
<a name="id4303189"></a><h3>
 
867
<a name="id4061226"></a><h3>
868
868
<a name="GTK-CLIST-ADD-MODE:CAPS"></a>GTK_CLIST_ADD_MODE()</h3>
869
 
<a class="indexterm" name="id4303204"></a><pre class="programlisting">#define GTK_CLIST_ADD_MODE(clist)          (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_ADD_MODE)
 
869
<a class="indexterm" name="id4061242"></a><pre class="programlisting">#define GTK_CLIST_ADD_MODE(clist)          (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_ADD_MODE)
870
870
</pre>
871
871
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
872
872
<h3 class="title">Warning</h3>
878
878
<div class="variablelist"><table border="0">
879
879
<col align="left" valign="top">
880
880
<tbody><tr>
881
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
882
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
 
881
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
882
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
883
883
 
884
884
 
885
885
</td>
888
888
</div>
889
889
<hr>
890
890
<div class="refsect2" lang="en">
891
 
<a name="id4303261"></a><h3>
 
891
<a name="id4061299"></a><h3>
892
892
<a name="GTK-CLIST-AUTO-SORT:CAPS"></a>GTK_CLIST_AUTO_SORT()</h3>
893
 
<a class="indexterm" name="id4303277"></a><pre class="programlisting">#define GTK_CLIST_AUTO_SORT(clist)         (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_AUTO_SORT)
 
893
<a class="indexterm" name="id4061315"></a><pre class="programlisting">#define GTK_CLIST_AUTO_SORT(clist)         (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_AUTO_SORT)
894
894
</pre>
895
895
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
896
896
<h3 class="title">Warning</h3>
903
903
<div class="variablelist"><table border="0">
904
904
<col align="left" valign="top">
905
905
<tbody><tr>
906
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
907
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
 
906
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
907
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
908
908
 
909
909
 
910
910
</td>
913
913
</div>
914
914
<hr>
915
915
<div class="refsect2" lang="en">
916
 
<a name="id4303334"></a><h3>
 
916
<a name="id4061372"></a><h3>
917
917
<a name="GTK-CLIST-AUTO-RESIZE-BLOCKED:CAPS"></a>GTK_CLIST_AUTO_RESIZE_BLOCKED()</h3>
918
 
<a class="indexterm" name="id4303350"></a><pre class="programlisting">#define GTK_CLIST_AUTO_RESIZE_BLOCKED(clist) (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_AUTO_RESIZE_BLOCKED)
 
918
<a class="indexterm" name="id4061388"></a><pre class="programlisting">#define GTK_CLIST_AUTO_RESIZE_BLOCKED(clist) (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_AUTO_RESIZE_BLOCKED)
919
919
</pre>
920
920
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
921
921
<h3 class="title">Warning</h3>
927
927
<div class="variablelist"><table border="0">
928
928
<col align="left" valign="top">
929
929
<tbody><tr>
930
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
931
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
 
930
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
931
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
932
932
 
933
933
 
934
934
</td>
937
937
</div>
938
938
<hr>
939
939
<div class="refsect2" lang="en">
940
 
<a name="id4303408"></a><h3>
 
940
<a name="id4061446"></a><h3>
941
941
<a name="GTK-CLIST-REORDERABLE:CAPS"></a>GTK_CLIST_REORDERABLE()</h3>
942
 
<a class="indexterm" name="id4303424"></a><pre class="programlisting">#define GTK_CLIST_REORDERABLE(clist)       (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_REORDERABLE)
 
942
<a class="indexterm" name="id4061461"></a><pre class="programlisting">#define GTK_CLIST_REORDERABLE(clist)       (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_REORDERABLE)
943
943
</pre>
944
944
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
945
945
<h3 class="title">Warning</h3>
951
951
<div class="variablelist"><table border="0">
952
952
<col align="left" valign="top">
953
953
<tbody><tr>
954
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
955
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
 
954
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
955
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
956
956
 
957
957
 
958
958
</td>
961
961
</div>
962
962
<hr>
963
963
<div class="refsect2" lang="en">
964
 
<a name="id4303481"></a><h3>
 
964
<a name="id4061519"></a><h3>
965
965
<a name="GTK-CLIST-USE-DRAG-ICONS:CAPS"></a>GTK_CLIST_USE_DRAG_ICONS()</h3>
966
 
<a class="indexterm" name="id4303498"></a><pre class="programlisting">#define GTK_CLIST_USE_DRAG_ICONS(clist)    (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_USE_DRAG_ICONS)
 
966
<a class="indexterm" name="id4061535"></a><pre class="programlisting">#define GTK_CLIST_USE_DRAG_ICONS(clist)    (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_USE_DRAG_ICONS)
967
967
</pre>
968
968
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
969
969
<h3 class="title">Warning</h3>
975
975
<div class="variablelist"><table border="0">
976
976
<col align="left" valign="top">
977
977
<tbody><tr>
978
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
979
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
 
978
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
979
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
980
980
 
981
981
 
982
982
</td>
985
985
</div>
986
986
<hr>
987
987
<div class="refsect2" lang="en">
988
 
<a name="id4303555"></a><h3>
 
988
<a name="id4061593"></a><h3>
989
989
<a name="GTK-CLIST-DRAW-DRAG-LINE:CAPS"></a>GTK_CLIST_DRAW_DRAG_LINE()</h3>
990
 
<a class="indexterm" name="id4303570"></a><pre class="programlisting">#define GTK_CLIST_DRAW_DRAG_LINE(clist)    (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_DRAW_DRAG_LINE)
 
990
<a class="indexterm" name="id4061608"></a><pre class="programlisting">#define GTK_CLIST_DRAW_DRAG_LINE(clist)    (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_DRAW_DRAG_LINE)
991
991
</pre>
992
992
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
993
993
<h3 class="title">Warning</h3>
999
999
<div class="variablelist"><table border="0">
1000
1000
<col align="left" valign="top">
1001
1001
<tbody><tr>
1002
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1003
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
 
1002
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1003
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
1004
1004
 
1005
1005
 
1006
1006
</td>
1009
1009
</div>
1010
1010
<hr>
1011
1011
<div class="refsect2" lang="en">
1012
 
<a name="id4303628"></a><h3>
 
1012
<a name="id4061666"></a><h3>
1013
1013
<a name="GTK-CLIST-DRAW-DRAG-RECT:CAPS"></a>GTK_CLIST_DRAW_DRAG_RECT()</h3>
1014
 
<a class="indexterm" name="id4303644"></a><pre class="programlisting">#define GTK_CLIST_DRAW_DRAG_RECT(clist)    (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_DRAW_DRAG_RECT)
 
1014
<a class="indexterm" name="id4061681"></a><pre class="programlisting">#define GTK_CLIST_DRAW_DRAG_RECT(clist)    (GTK_CLIST_FLAGS (clist) &amp; GTK_CLIST_DRAW_DRAG_RECT)
1015
1015
</pre>
1016
1016
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1017
1017
<h3 class="title">Warning</h3>
1023
1023
<div class="variablelist"><table border="0">
1024
1024
<col align="left" valign="top">
1025
1025
<tbody><tr>
1026
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1027
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
 
1026
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1027
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.
1028
1028
 
1029
1029
 
1030
1030
</td>
1033
1033
</div>
1034
1034
<hr>
1035
1035
<div class="refsect2" lang="en">
1036
 
<a name="id4303701"></a><h3>
 
1036
<a name="id4061739"></a><h3>
1037
1037
<a name="GTK-CLIST-ROW:CAPS"></a>GTK_CLIST_ROW()</h3>
1038
 
<a class="indexterm" name="id4303716"></a><pre class="programlisting">#define GTK_CLIST_ROW(_glist_) ((GtkCListRow *)((_glist_)-&gt;data))
 
1038
<a class="indexterm" name="id4061754"></a><pre class="programlisting">#define GTK_CLIST_ROW(_glist_) ((GtkCListRow *)((_glist_)-&gt;data))
1039
1039
</pre>
1040
1040
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1041
1041
<h3 class="title">Warning</h3>
1047
1047
<div class="variablelist"><table border="0">
1048
1048
<col align="left" valign="top">
1049
1049
<tbody><tr>
1050
 
<td><span class="term"><em class="parameter"><code>_glist_</code></em>&#160;:</span></td>
 
1050
<td><p><span class="term"><em class="parameter"><code>_glist_</code></em>&#160;:</span></p></td>
1051
1051
<td>The GList element to convert.
1052
1052
 
1053
1053
 
1057
1057
</div>
1058
1058
<hr>
1059
1059
<div class="refsect2" lang="en">
1060
 
<a name="id4303765"></a><h3>
 
1060
<a name="id4061802"></a><h3>
1061
1061
<a name="GTK-CELL-TEXT:CAPS"></a>GTK_CELL_TEXT()</h3>
1062
 
<a class="indexterm" name="id4303780"></a><pre class="programlisting">#define GTK_CELL_TEXT(cell)     (((GtkCellText *) &amp;(cell)))
 
1062
<a class="indexterm" name="id4061818"></a><pre class="programlisting">#define GTK_CELL_TEXT(cell)     (((GtkCellText *) &amp;(cell)))
1063
1063
</pre>
1064
1064
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1065
1065
<h3 class="title">Warning</h3>
1066
1066
<p><code class="literal">GTK_CELL_TEXT</code> is deprecated and should not be used in newly-written code.</p>
1067
1067
</div>
1068
1068
<p>
1069
 
A macro to cast a generic <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellText pointer.
 
1069
A macro to cast a generic <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellText pointer.
1070
1070
</p>
1071
1071
<div class="variablelist"><table border="0">
1072
1072
<col align="left" valign="top">
1073
1073
<tbody><tr>
1074
 
<td><span class="term"><em class="parameter"><code>cell</code></em>&#160;:</span></td>
1075
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to convert.
 
1074
<td><p><span class="term"><em class="parameter"><code>cell</code></em>&#160;:</span></p></td>
 
1075
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to convert.
1076
1076
 
1077
1077
 
1078
1078
</td>
1081
1081
</div>
1082
1082
<hr>
1083
1083
<div class="refsect2" lang="en">
1084
 
<a name="id4303844"></a><h3>
 
1084
<a name="id4061882"></a><h3>
1085
1085
<a name="GTK-CELL-PIXMAP:CAPS"></a>GTK_CELL_PIXMAP()</h3>
1086
 
<a class="indexterm" name="id4303860"></a><pre class="programlisting">#define GTK_CELL_PIXMAP(cell)   (((GtkCellPixmap *) &amp;(cell)))
 
1086
<a class="indexterm" name="id4061898"></a><pre class="programlisting">#define GTK_CELL_PIXMAP(cell)   (((GtkCellPixmap *) &amp;(cell)))
1087
1087
</pre>
1088
1088
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1089
1089
<h3 class="title">Warning</h3>
1090
1090
<p><code class="literal">GTK_CELL_PIXMAP</code> is deprecated and should not be used in newly-written code.</p>
1091
1091
</div>
1092
1092
<p>
1093
 
A macro to cast a generic <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellPixmap pointer.
 
1093
A macro to cast a generic <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellPixmap pointer.
1094
1094
</p>
1095
1095
<div class="variablelist"><table border="0">
1096
1096
<col align="left" valign="top">
1097
1097
<tbody><tr>
1098
 
<td><span class="term"><em class="parameter"><code>cell</code></em>&#160;:</span></td>
1099
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to convert.
 
1098
<td><p><span class="term"><em class="parameter"><code>cell</code></em>&#160;:</span></p></td>
 
1099
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to convert.
1100
1100
 
1101
1101
 
1102
1102
</td>
1105
1105
</div>
1106
1106
<hr>
1107
1107
<div class="refsect2" lang="en">
1108
 
<a name="id4303924"></a><h3>
 
1108
<a name="id4061962"></a><h3>
1109
1109
<a name="GTK-CELL-PIXTEXT:CAPS"></a>GTK_CELL_PIXTEXT()</h3>
1110
 
<a class="indexterm" name="id4303940"></a><pre class="programlisting">#define GTK_CELL_PIXTEXT(cell)  (((GtkCellPixText *) &amp;(cell)))
 
1110
<a class="indexterm" name="id4061978"></a><pre class="programlisting">#define GTK_CELL_PIXTEXT(cell)  (((GtkCellPixText *) &amp;(cell)))
1111
1111
</pre>
1112
1112
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1113
1113
<h3 class="title">Warning</h3>
1114
1114
<p><code class="literal">GTK_CELL_PIXTEXT</code> is deprecated and should not be used in newly-written code.</p>
1115
1115
</div>
1116
1116
<p>
1117
 
A macro to cast a generic <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellPixText pointer.
 
1117
A macro to cast a generic <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellPixText pointer.
1118
1118
</p>
1119
1119
<div class="variablelist"><table border="0">
1120
1120
<col align="left" valign="top">
1121
1121
<tbody><tr>
1122
 
<td><span class="term"><em class="parameter"><code>cell</code></em>&#160;:</span></td>
1123
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to convert.
 
1122
<td><p><span class="term"><em class="parameter"><code>cell</code></em>&#160;:</span></p></td>
 
1123
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to convert.
1124
1124
 
1125
1125
 
1126
1126
</td>
1129
1129
</div>
1130
1130
<hr>
1131
1131
<div class="refsect2" lang="en">
1132
 
<a name="id4304005"></a><h3>
 
1132
<a name="id4062042"></a><h3>
1133
1133
<a name="GTK-CELL-WIDGET:CAPS"></a>GTK_CELL_WIDGET()</h3>
1134
 
<a class="indexterm" name="id4304021"></a><pre class="programlisting">#define GTK_CELL_WIDGET(cell)   (((GtkCellWidget *) &amp;(cell)))
 
1134
<a class="indexterm" name="id4062058"></a><pre class="programlisting">#define GTK_CELL_WIDGET(cell)   (((GtkCellWidget *) &amp;(cell)))
1135
1135
</pre>
1136
1136
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1137
1137
<h3 class="title">Warning</h3>
1138
1138
<p><code class="literal">GTK_CELL_WIDGET</code> is deprecated and should not be used in newly-written code.</p>
1139
1139
</div>
1140
1140
<p>
1141
 
A macro to cast a generic <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellWidget pointer.
 
1141
A macro to cast a generic <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellWidget pointer.
1142
1142
</p>
1143
1143
<div class="variablelist"><table border="0">
1144
1144
<col align="left" valign="top">
1145
1145
<tbody><tr>
1146
 
<td><span class="term"><em class="parameter"><code>cell</code></em>&#160;:</span></td>
1147
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to convert.
 
1146
<td><p><span class="term"><em class="parameter"><code>cell</code></em>&#160;:</span></p></td>
 
1147
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to convert.
1148
1148
 
1149
1149
 
1150
1150
</td>
1153
1153
</div>
1154
1154
<hr>
1155
1155
<div class="refsect2" lang="en">
1156
 
<a name="id4304085"></a><h3>
 
1156
<a name="id4062122"></a><h3>
1157
1157
<a name="GtkCListCompareFunc"></a>GtkCListCompareFunc ()</h3>
1158
 
<a class="indexterm" name="id4304100"></a><pre class="programlisting"><a
1159
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1160
 
>gint</a>                (*GtkCListCompareFunc)              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1158
<a class="indexterm" name="id4062138"></a><pre class="programlisting"><a
 
1159
href="../glib/glib-Basic-Types.html#gint"
 
1160
>gint</a>                (*GtkCListCompareFunc)              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1161
1161
                                                         <a
1162
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"
 
1162
href="../glib/glib-Basic-Types.html#gconstpointer"
1163
1163
>gconstpointer</a> ptr1,
1164
1164
                                                         <a
1165
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"
 
1165
href="../glib/glib-Basic-Types.html#gconstpointer"
1166
1166
>gconstpointer</a> ptr2);</pre>
1167
1167
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1168
1168
<h3 class="title">Warning</h3>
1175
1175
<col align="left" valign="top">
1176
1176
<tbody>
1177
1177
<tr>
1178
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1179
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> that is affected.
 
1178
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1179
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> that is affected.
1180
1180
</td>
1181
1181
</tr>
1182
1182
<tr>
1183
 
<td><span class="term"><em class="parameter"><code>ptr1</code></em>&#160;:</span></td>
 
1183
<td><p><span class="term"><em class="parameter"><code>ptr1</code></em>&#160;:</span></p></td>
1184
1184
<td>A <a
1185
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"
 
1185
href="../glib/glib-Basic-Types.html#gconstpointer"
1186
1186
><span class="type">gconstpointer</span></a> to the first node to compare.
1187
1187
</td>
1188
1188
</tr>
1189
1189
<tr>
1190
 
<td><span class="term"><em class="parameter"><code>ptr2</code></em>&#160;:</span></td>
 
1190
<td><p><span class="term"><em class="parameter"><code>ptr2</code></em>&#160;:</span></p></td>
1191
1191
<td>A <a
1192
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"
 
1192
href="../glib/glib-Basic-Types.html#gconstpointer"
1193
1193
><span class="type">gconstpointer</span></a> to the second node to compare.
1194
1194
</td>
1195
1195
</tr>
1196
1196
<tr>
1197
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
1197
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1198
1198
<td>0 if the nodes are equal, less than 0 if the first node should
1199
1199
come before the second, and greater than 1 if the second come before the
1200
1200
first.
1207
1207
</div>
1208
1208
<hr>
1209
1209
<div class="refsect2" lang="en">
1210
 
<a name="id4304242"></a><h3>
 
1210
<a name="id4062279"></a><h3>
1211
1211
<a name="GtkCListColumn"></a>GtkCListColumn</h3>
1212
 
<a class="indexterm" name="id4304257"></a><pre class="programlisting">typedef struct {
 
1212
<a class="indexterm" name="id4062295"></a><pre class="programlisting">typedef struct {
1213
1213
  gchar *title;
1214
1214
  GdkRectangle area;
1215
1215
  
1233
1233
<p><code class="literal">GtkCListColumn</code> is deprecated and should not be used in newly-written code.</p>
1234
1234
</div>
1235
1235
<p>
1236
 
A structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of information
 
1236
A structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of information
1237
1237
about its columns.
1238
1238
</p>
1239
1239
</div>
1240
1240
<hr>
1241
1241
<div class="refsect2" lang="en">
1242
 
<a name="id4304300"></a><h3>
 
1242
<a name="id4062337"></a><h3>
1243
1243
<a name="GtkCListRow"></a>GtkCListRow</h3>
1244
 
<a class="indexterm" name="id4304314"></a><pre class="programlisting">typedef struct {
 
1244
<a class="indexterm" name="id4062352"></a><pre class="programlisting">typedef struct {
1245
1245
  GtkCell *cell;
1246
1246
  GtkStateType state;
1247
1247
  
1263
1263
<p><code class="literal">GtkCListRow</code> is deprecated and should not be used in newly-written code.</p>
1264
1264
</div>
1265
1265
<p>
1266
 
A structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of information
 
1266
A structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of information
1267
1267
about its rows.
1268
1268
</p>
1269
1269
</div>
1270
1270
<hr>
1271
1271
<div class="refsect2" lang="en">
1272
 
<a name="id4304355"></a><h3>
 
1272
<a name="id4062393"></a><h3>
1273
1273
<a name="GtkCellText"></a>GtkCellText</h3>
1274
 
<a class="indexterm" name="id4304370"></a><pre class="programlisting">typedef struct {
 
1274
<a class="indexterm" name="id4062408"></a><pre class="programlisting">typedef struct {
1275
1275
  GtkCellType type;
1276
1276
  
1277
1277
  gint16 vertical;
1287
1287
<p><code class="literal">GtkCellText</code> is deprecated and should not be used in newly-written code.</p>
1288
1288
</div>
1289
1289
<p>
1290
 
A structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cells
 
1290
A structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cells
1291
1291
that contain text.
1292
1292
</p>
1293
1293
</div>
1294
1294
<hr>
1295
1295
<div class="refsect2" lang="en">
1296
 
<a name="id4304417"></a><h3>
 
1296
<a name="id4062454"></a><h3>
1297
1297
<a name="GtkCellPixmap"></a>GtkCellPixmap</h3>
1298
 
<a class="indexterm" name="id4304432"></a><pre class="programlisting">typedef struct {
 
1298
<a class="indexterm" name="id4062469"></a><pre class="programlisting">typedef struct {
1299
1299
  GtkCellType type;
1300
1300
  
1301
1301
  gint16 vertical;
1312
1312
<p><code class="literal">GtkCellPixmap</code> is deprecated and should not be used in newly-written code.</p>
1313
1313
</div>
1314
1314
<p>
1315
 
A structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cells
 
1315
A structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cells
1316
1316
that contain a GdkPixmap.
1317
1317
</p>
1318
1318
</div>
1319
1319
<hr>
1320
1320
<div class="refsect2" lang="en">
1321
 
<a name="id4304479"></a><h3>
 
1321
<a name="id4062517"></a><h3>
1322
1322
<a name="GtkCellPixText"></a>GtkCellPixText</h3>
1323
 
<a class="indexterm" name="id4304494"></a><pre class="programlisting">typedef struct {
 
1323
<a class="indexterm" name="id4062532"></a><pre class="programlisting">typedef struct {
1324
1324
  GtkCellType type;
1325
1325
  
1326
1326
  gint16 vertical;
1339
1339
<p><code class="literal">GtkCellPixText</code> is deprecated and should not be used in newly-written code.</p>
1340
1340
</div>
1341
1341
<p>
1342
 
A structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cells
 
1342
A structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cells
1343
1343
that contain a combination of text and a GdkPixmap.
1344
1344
</p>
1345
1345
</div>
1346
1346
<hr>
1347
1347
<div class="refsect2" lang="en">
1348
 
<a name="id4304543"></a><h3>
 
1348
<a name="id4062580"></a><h3>
1349
1349
<a name="GtkCellWidget"></a>GtkCellWidget</h3>
1350
 
<a class="indexterm" name="id4304558"></a><pre class="programlisting">typedef struct {
 
1350
<a class="indexterm" name="id4062595"></a><pre class="programlisting">typedef struct {
1351
1351
  GtkCellType type;
1352
1352
  
1353
1353
  gint16 vertical;
1363
1363
<p><code class="literal">GtkCellWidget</code> is deprecated and should not be used in newly-written code.</p>
1364
1364
</div>
1365
1365
<p>
1366
 
A structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cells
 
1366
A structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cells
1367
1367
that contain another widget.
1368
1368
</p>
1369
1369
</div>
1370
1370
<hr>
1371
1371
<div class="refsect2" lang="en">
1372
 
<a name="id4304605"></a><h3>
 
1372
<a name="id4062643"></a><h3>
1373
1373
<a name="GtkCell"></a>GtkCell</h3>
1374
 
<a class="indexterm" name="id4304620"></a><pre class="programlisting">typedef struct {
 
1374
<a class="indexterm" name="id4062657"></a><pre class="programlisting">typedef struct {
1375
1375
  GtkCellType type;
1376
1376
  
1377
1377
  gint16 vertical;
1403
1403
<p><code class="literal">GtkCell</code> is deprecated and should not be used in newly-written code.</p>
1404
1404
</div>
1405
1405
<p>
1406
 
A generic structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of the
 
1406
A generic structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track of the
1407
1407
contents of each of its cells.
1408
1408
</p>
1409
1409
</div>
1410
1410
<hr>
1411
1411
<div class="refsect2" lang="en">
1412
 
<a name="id4304663"></a><h3>
 
1412
<a name="id4062700"></a><h3>
1413
1413
<a name="GtkCListCellInfo"></a>GtkCListCellInfo</h3>
1414
 
<a class="indexterm" name="id4304678"></a><pre class="programlisting">typedef struct {
 
1414
<a class="indexterm" name="id4062715"></a><pre class="programlisting">typedef struct {
1415
1415
  gint row;
1416
1416
  gint column;
1417
1417
} GtkCListCellInfo;
1421
1421
<p><code class="literal">GtkCListCellInfo</code> is deprecated and should not be used in newly-written code.</p>
1422
1422
</div>
1423
1423
<p>
1424
 
A simple structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track
 
1424
A simple structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to keep track
1425
1425
of the location of a cell.
1426
1426
</p>
1427
1427
</div>
1428
1428
<hr>
1429
1429
<div class="refsect2" lang="en">
1430
 
<a name="id4304716"></a><h3>
 
1430
<a name="id4062753"></a><h3>
1431
1431
<a name="GtkCListDestInfo"></a>GtkCListDestInfo</h3>
1432
 
<a class="indexterm" name="id4304731"></a><pre class="programlisting">typedef struct {
 
1432
<a class="indexterm" name="id4062768"></a><pre class="programlisting">typedef struct {
1433
1433
  GtkCListCellInfo cell;
1434
1434
  GtkCListDragPos  insert_pos;
1435
1435
} GtkCListDestInfo;
1439
1439
<p><code class="literal">GtkCListDestInfo</code> is deprecated and should not be used in newly-written code.</p>
1440
1440
</div>
1441
1441
<p>
1442
 
A simple structure that the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to track 
 
1442
A simple structure that the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget uses to track 
1443
1443
a cell for a drag operation.
1444
1444
</p>
1445
1445
</div>
1446
1446
<hr>
1447
1447
<div class="refsect2" lang="en">
1448
 
<a name="id4304769"></a><h3>
 
1448
<a name="id4062807"></a><h3>
1449
1449
<a name="GtkCListDragPos"></a>enum GtkCListDragPos</h3>
1450
 
<a class="indexterm" name="id4304785"></a><pre class="programlisting">typedef enum
 
1450
<a class="indexterm" name="id4062823"></a><pre class="programlisting">typedef enum
1451
1451
{
1452
1452
  GTK_CLIST_DRAG_NONE,
1453
1453
  GTK_CLIST_DRAG_BEFORE,
1465
1465
</div>
1466
1466
<hr>
1467
1467
<div class="refsect2" lang="en">
1468
 
<a name="id4304815"></a><h3>
 
1468
<a name="id4062852"></a><h3>
1469
1469
<a name="gtk-clist-new"></a>gtk_clist_new ()</h3>
1470
 
<a class="indexterm" name="id4304830"></a><pre class="programlisting"><a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_clist_new                       (<a
1471
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1470
<a class="indexterm" name="id4062868"></a><pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_clist_new                       (<a
 
1471
href="../glib/glib-Basic-Types.html#gint"
1472
1472
>gint</a> columns);</pre>
1473
1473
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1474
1474
<h3 class="title">Warning</h3>
1475
1475
<p><code class="literal">gtk_clist_new</code> is deprecated and should not be used in newly-written code.</p>
1476
1476
</div>
1477
1477
<p>
1478
 
Creates a new <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget for use.
 
1478
Creates a new <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget for use.
1479
1479
</p>
1480
1480
<div class="variablelist"><table border="0">
1481
1481
<col align="left" valign="top">
1482
1482
<tbody>
1483
1483
<tr>
1484
 
<td><span class="term"><em class="parameter"><code>columns</code></em>&#160;:</span></td>
1485
 
<td>The number of columns the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> should have.
 
1484
<td><p><span class="term"><em class="parameter"><code>columns</code></em>&#160;:</span></p></td>
 
1485
<td>The number of columns the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> should have.
1486
1486
</td>
1487
1487
</tr>
1488
1488
<tr>
1489
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
1489
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1490
1490
<td>A pointer to a new GtkCList object.
1491
1491
 
1492
1492
 
1497
1497
</div>
1498
1498
<hr>
1499
1499
<div class="refsect2" lang="en">
1500
 
<a name="id4304917"></a><h3>
 
1500
<a name="id4062954"></a><h3>
1501
1501
<a name="gtk-clist-new-with-titles"></a>gtk_clist_new_with_titles ()</h3>
1502
 
<a class="indexterm" name="id4304932"></a><pre class="programlisting"><a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_clist_new_with_titles           (<a
1503
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1502
<a class="indexterm" name="id4062970"></a><pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_clist_new_with_titles           (<a
 
1503
href="../glib/glib-Basic-Types.html#gint"
1504
1504
>gint</a> columns,
1505
1505
                                                         <a
1506
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
1506
href="../glib/glib-Basic-Types.html#gchar"
1507
1507
>gchar</a> *titles[]);</pre>
1508
1508
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1509
1509
<h3 class="title">Warning</h3>
1510
1510
<p><code class="literal">gtk_clist_new_with_titles</code> is deprecated and should not be used in newly-written code.</p>
1511
1511
</div>
1512
1512
<p>
1513
 
Creates a new <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget with column titles for use.
 
1513
Creates a new <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget with column titles for use.
1514
1514
</p>
1515
1515
<div class="variablelist"><table border="0">
1516
1516
<col align="left" valign="top">
1517
1517
<tbody>
1518
1518
<tr>
1519
 
<td><span class="term"><em class="parameter"><code>columns</code></em>&#160;:</span></td>
1520
 
<td>The number of columns the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> should have.
 
1519
<td><p><span class="term"><em class="parameter"><code>columns</code></em>&#160;:</span></p></td>
 
1520
<td>The number of columns the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> should have.
1521
1521
</td>
1522
1522
</tr>
1523
1523
<tr>
1524
 
<td><span class="term"><em class="parameter"><code>titles</code></em>&#160;:</span></td>
 
1524
<td><p><span class="term"><em class="parameter"><code>titles</code></em>&#160;:</span></p></td>
1525
1525
<td>A string array of titles for the widget.  There should be
1526
1526
enough strings in the array for the specified number of columns.
1527
1527
</td>
1528
1528
</tr>
1529
1529
<tr>
1530
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
1530
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1531
1531
<td>A pointer to a new GtkCList object.
1532
1532
 
1533
1533
 
1538
1538
</div>
1539
1539
<hr>
1540
1540
<div class="refsect2" lang="en">
1541
 
<a name="id4305043"></a><h3>
 
1541
<a name="id4063080"></a><h3>
1542
1542
<a name="gtk-clist-set-shadow-type"></a>gtk_clist_set_shadow_type ()</h3>
1543
 
<a class="indexterm" name="id4305059"></a><pre class="programlisting">void                gtk_clist_set_shadow_type           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1544
 
                                                         <a href="gtk-Standard-Enumerations.html#GtkShadowType">GtkShadowType</a> type);</pre>
 
1543
<a class="indexterm" name="id4063097"></a><pre class="programlisting">void                gtk_clist_set_shadow_type           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1544
                                                         <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType">GtkShadowType</a> type);</pre>
1545
1545
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1546
1546
<h3 class="title">Warning</h3>
1547
1547
<p><code class="literal">gtk_clist_set_shadow_type</code> is deprecated and should not be used in newly-written code.</p>
1548
1548
</div>
1549
1549
<p>
1550
1550
Sets the shadow type for the specified CList.  Changing this value
1551
 
will cause the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to update its visuals.
 
1551
will cause the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to update its visuals.
1552
1552
</p>
1553
1553
<div class="variablelist"><table border="0">
1554
1554
<col align="left" valign="top">
1555
1555
<tbody>
1556
1556
<tr>
1557
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1558
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1557
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1558
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1559
1559
</td>
1560
1560
</tr>
1561
1561
<tr>
1562
 
<td><span class="term"><em class="parameter"><code>type</code></em>&#160;:</span></td>
 
1562
<td><p><span class="term"><em class="parameter"><code>type</code></em>&#160;:</span></p></td>
1563
1563
<td>The GtkShadowType desired.
1564
1564
 
1565
1565
 
1570
1570
</div>
1571
1571
<hr>
1572
1572
<div class="refsect2" lang="en">
1573
 
<a name="id4305158"></a><h3>
 
1573
<a name="id4063196"></a><h3>
1574
1574
<a name="gtk-clist-set-selection-mode"></a>gtk_clist_set_selection_mode ()</h3>
1575
 
<a class="indexterm" name="id4305174"></a><pre class="programlisting">void                gtk_clist_set_selection_mode        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1576
 
                                                         <a href="gtk-Standard-Enumerations.html#GtkSelectionMode">GtkSelectionMode</a> mode);</pre>
 
1575
<a class="indexterm" name="id4063212"></a><pre class="programlisting">void                gtk_clist_set_selection_mode        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1576
                                                         <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode">GtkSelectionMode</a> mode);</pre>
1577
1577
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1578
1578
<h3 class="title">Warning</h3>
1579
1579
<p><code class="literal">gtk_clist_set_selection_mode</code> is deprecated and should not be used in newly-written code.</p>
1583
1583
set whether only one or more than one item can be selected at a time
1584
1584
in the widget.  Note that setting the widget's selection mode to one
1585
1585
of GTK_SELECTION_BROWSE or GTK_SELECTION_SINGLE will cause all the
1586
 
items in the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to become deselected.
 
1586
items in the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to become deselected.
1587
1587
</p>
1588
1588
<div class="variablelist"><table border="0">
1589
1589
<col align="left" valign="top">
1590
1590
<tbody>
1591
1591
<tr>
1592
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1593
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1592
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1593
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1594
1594
</td>
1595
1595
</tr>
1596
1596
<tr>
1597
 
<td><span class="term"><em class="parameter"><code>mode</code></em>&#160;:</span></td>
 
1597
<td><p><span class="term"><em class="parameter"><code>mode</code></em>&#160;:</span></p></td>
1598
1598
<td>The GtkSelectionMode type to set for this CList.
1599
1599
 
1600
1600
 
1605
1605
</div>
1606
1606
<hr>
1607
1607
<div class="refsect2" lang="en">
1608
 
<a name="id4305278"></a><h3>
 
1608
<a name="id4063315"></a><h3>
1609
1609
<a name="gtk-clist-freeze"></a>gtk_clist_freeze ()</h3>
1610
 
<a class="indexterm" name="id4305293"></a><pre class="programlisting">void                gtk_clist_freeze                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
1610
<a class="indexterm" name="id4063330"></a><pre class="programlisting">void                gtk_clist_freeze                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
1611
1611
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1612
1612
<h3 class="title">Warning</h3>
1613
1613
<p><code class="literal">gtk_clist_freeze</code> is deprecated and should not be used in newly-written code.</p>
1614
1614
</div>
1615
1615
<p>
1616
 
Causes the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to stop updating its visuals until a matching call to
1617
 
<a href="GtkCList.html#gtk-clist-thaw"><code class="function">gtk_clist_thaw()</code></a> is made.  This function is useful if a lot of changes
 
1616
Causes the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to stop updating its visuals until a matching call to
 
1617
<a class="link" href="GtkCList.html#gtk-clist-thaw"><code class="function">gtk_clist_thaw()</code></a> is made.  This function is useful if a lot of changes
1618
1618
will be made to the widget that may cause a lot of visual updating to
1619
 
occur.  Note that calls to <a href="GtkCList.html#gtk-clist-freeze"><code class="function">gtk_clist_freeze()</code></a> can be nested.  
 
1619
occur.  Note that calls to <a class="link" href="GtkCList.html#gtk-clist-freeze"><code class="function">gtk_clist_freeze()</code></a> can be nested.  
1620
1620
</p>
1621
1621
<div class="variablelist"><table border="0">
1622
1622
<col align="left" valign="top">
1623
1623
<tbody><tr>
1624
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1625
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to freeze.
 
1624
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1625
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to freeze.
1626
1626
 
1627
1627
 
1628
1628
</td>
1631
1631
</div>
1632
1632
<hr>
1633
1633
<div class="refsect2" lang="en">
1634
 
<a name="id4305393"></a><h3>
 
1634
<a name="id4063430"></a><h3>
1635
1635
<a name="gtk-clist-thaw"></a>gtk_clist_thaw ()</h3>
1636
 
<a class="indexterm" name="id4305408"></a><pre class="programlisting">void                gtk_clist_thaw                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
1636
<a class="indexterm" name="id4063446"></a><pre class="programlisting">void                gtk_clist_thaw                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
1637
1637
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1638
1638
<h3 class="title">Warning</h3>
1639
1639
<p><code class="literal">gtk_clist_thaw</code> is deprecated and should not be used in newly-written code.</p>
1640
1640
</div>
1641
1641
<p>
1642
 
Causes the specified <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to allow visual updates.
 
1642
Causes the specified <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to allow visual updates.
1643
1643
</p>
1644
1644
<div class="variablelist"><table border="0">
1645
1645
<col align="left" valign="top">
1646
1646
<tbody><tr>
1647
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1648
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to thaw.
 
1647
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1648
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to thaw.
1649
1649
 
1650
1650
 
1651
1651
</td>
1654
1654
</div>
1655
1655
<hr>
1656
1656
<div class="refsect2" lang="en">
1657
 
<a name="id4305484"></a><h3>
 
1657
<a name="id4063522"></a><h3>
1658
1658
<a name="gtk-clist-column-titles-show"></a>gtk_clist_column_titles_show ()</h3>
1659
 
<a class="indexterm" name="id4305499"></a><pre class="programlisting">void                gtk_clist_column_titles_show        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
1659
<a class="indexterm" name="id4063537"></a><pre class="programlisting">void                gtk_clist_column_titles_show        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
1660
1660
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1661
1661
<h3 class="title">Warning</h3>
1662
1662
<p><code class="literal">gtk_clist_column_titles_show</code> is deprecated and should not be used in newly-written code.</p>
1663
1663
</div>
1664
1664
<p>
1665
 
This function causes the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to show its column titles, if
 
1665
This function causes the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to show its column titles, if
1666
1666
they are not already showing.
1667
1667
</p>
1668
1668
<div class="variablelist"><table border="0">
1669
1669
<col align="left" valign="top">
1670
1670
<tbody><tr>
1671
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1672
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1671
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1672
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1673
1673
 
1674
1674
 
1675
1675
</td>
1678
1678
</div>
1679
1679
<hr>
1680
1680
<div class="refsect2" lang="en">
1681
 
<a name="id4305576"></a><h3>
 
1681
<a name="id4063614"></a><h3>
1682
1682
<a name="gtk-clist-column-titles-hide"></a>gtk_clist_column_titles_hide ()</h3>
1683
 
<a class="indexterm" name="id4305592"></a><pre class="programlisting">void                gtk_clist_column_titles_hide        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
1683
<a class="indexterm" name="id4063630"></a><pre class="programlisting">void                gtk_clist_column_titles_hide        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
1684
1684
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1685
1685
<h3 class="title">Warning</h3>
1686
1686
<p><code class="literal">gtk_clist_column_titles_hide</code> is deprecated and should not be used in newly-written code.</p>
1687
1687
</div>
1688
1688
<p>
1689
 
Causes the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to hide its column titles, if they are currently
 
1689
Causes the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to hide its column titles, if they are currently
1690
1690
showing.
1691
1691
</p>
1692
1692
<div class="variablelist"><table border="0">
1693
1693
<col align="left" valign="top">
1694
1694
<tbody><tr>
1695
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1696
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1695
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1696
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1697
1697
 
1698
1698
 
1699
1699
</td>
1702
1702
</div>
1703
1703
<hr>
1704
1704
<div class="refsect2" lang="en">
1705
 
<a name="id4305669"></a><h3>
 
1705
<a name="id4063707"></a><h3>
1706
1706
<a name="gtk-clist-column-title-active"></a>gtk_clist_column_title_active ()</h3>
1707
 
<a class="indexterm" name="id4305685"></a><pre class="programlisting">void                gtk_clist_column_title_active       (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1707
<a class="indexterm" name="id4063723"></a><pre class="programlisting">void                gtk_clist_column_title_active       (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1708
1708
                                                         <a
1709
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1709
href="../glib/glib-Basic-Types.html#gint"
1710
1710
>gint</a> column);</pre>
1711
1711
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1712
1712
<h3 class="title">Warning</h3>
1713
1713
<p><code class="literal">gtk_clist_column_title_active</code> is deprecated and should not be used in newly-written code.</p>
1714
1714
</div>
1715
1715
<p>
1716
 
Sets the specified column in the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to become selectable.  You can
 
1716
Sets the specified column in the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to become selectable.  You can
1717
1717
then respond to events from the user clicking on a title button, and take
1718
1718
appropriate action.
1719
1719
</p>
1721
1721
<col align="left" valign="top">
1722
1722
<tbody>
1723
1723
<tr>
1724
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1725
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1724
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1725
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1726
1726
</td>
1727
1727
</tr>
1728
1728
<tr>
1729
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1729
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1730
1730
<td>The column to make active, counting from 0.
1731
1731
 
1732
1732
 
1737
1737
</div>
1738
1738
<hr>
1739
1739
<div class="refsect2" lang="en">
1740
 
<a name="id4305786"></a><h3>
 
1740
<a name="id4063823"></a><h3>
1741
1741
<a name="gtk-clist-column-title-passive"></a>gtk_clist_column_title_passive ()</h3>
1742
 
<a class="indexterm" name="id4305802"></a><pre class="programlisting">void                gtk_clist_column_title_passive      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1742
<a class="indexterm" name="id4063839"></a><pre class="programlisting">void                gtk_clist_column_title_passive      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1743
1743
                                                         <a
1744
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1744
href="../glib/glib-Basic-Types.html#gint"
1745
1745
>gint</a> column);</pre>
1746
1746
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1747
1747
<h3 class="title">Warning</h3>
1755
1755
<col align="left" valign="top">
1756
1756
<tbody>
1757
1757
<tr>
1758
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1759
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1758
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1759
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1760
1760
</td>
1761
1761
</tr>
1762
1762
<tr>
1763
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1763
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1764
1764
<td>The column to make passive, counting from 0.
1765
1765
 
1766
1766
 
1771
1771
</div>
1772
1772
<hr>
1773
1773
<div class="refsect2" lang="en">
1774
 
<a name="id4305894"></a><h3>
 
1774
<a name="id4063932"></a><h3>
1775
1775
<a name="gtk-clist-column-titles-active"></a>gtk_clist_column_titles_active ()</h3>
1776
 
<a class="indexterm" name="id4305910"></a><pre class="programlisting">void                gtk_clist_column_titles_active      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
1776
<a class="indexterm" name="id4063948"></a><pre class="programlisting">void                gtk_clist_column_titles_active      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
1777
1777
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1778
1778
<h3 class="title">Warning</h3>
1779
1779
<p><code class="literal">gtk_clist_column_titles_active</code> is deprecated and should not be used in newly-written code.</p>
1780
1780
</div>
1781
1781
<p>
1782
1782
Causes all column title buttons to become active.  This is the same
1783
 
as calling <a href="GtkCList.html#gtk-clist-column-title-active"><code class="function">gtk_clist_column_title_active()</code></a> for each column.
 
1783
as calling <a class="link" href="GtkCList.html#gtk-clist-column-title-active"><code class="function">gtk_clist_column_title_active()</code></a> for each column.
1784
1784
</p>
1785
1785
<div class="variablelist"><table border="0">
1786
1786
<col align="left" valign="top">
1787
1787
<tbody><tr>
1788
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1789
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1788
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1789
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1790
1790
 
1791
1791
 
1792
1792
</td>
1795
1795
</div>
1796
1796
<hr>
1797
1797
<div class="refsect2" lang="en">
1798
 
<a name="id4305991"></a><h3>
 
1798
<a name="id4064028"></a><h3>
1799
1799
<a name="gtk-clist-column-titles-passive"></a>gtk_clist_column_titles_passive ()</h3>
1800
 
<a class="indexterm" name="id4306007"></a><pre class="programlisting">void                gtk_clist_column_titles_passive     (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
1800
<a class="indexterm" name="id4064044"></a><pre class="programlisting">void                gtk_clist_column_titles_passive     (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
1801
1801
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1802
1802
<h3 class="title">Warning</h3>
1803
1803
<p><code class="literal">gtk_clist_column_titles_passive</code> is deprecated and should not be used in newly-written code.</p>
1804
1804
</div>
1805
1805
<p>
1806
1806
Causes all column title buttons to become passive.  This is the same
1807
 
as calling <a href="GtkCList.html#gtk-clist-column-title-passive"><code class="function">gtk_clist_column_title_passive()</code></a> for each column.
 
1807
as calling <a class="link" href="GtkCList.html#gtk-clist-column-title-passive"><code class="function">gtk_clist_column_title_passive()</code></a> for each column.
1808
1808
</p>
1809
1809
<div class="variablelist"><table border="0">
1810
1810
<col align="left" valign="top">
1811
1811
<tbody><tr>
1812
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1813
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1812
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1813
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1814
1814
 
1815
1815
 
1816
1816
</td>
1819
1819
</div>
1820
1820
<hr>
1821
1821
<div class="refsect2" lang="en">
1822
 
<a name="id4306087"></a><h3>
 
1822
<a name="id4064125"></a><h3>
1823
1823
<a name="gtk-clist-set-column-title"></a>gtk_clist_set_column_title ()</h3>
1824
 
<a class="indexterm" name="id4306104"></a><pre class="programlisting">void                gtk_clist_set_column_title          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1824
<a class="indexterm" name="id4064141"></a><pre class="programlisting">void                gtk_clist_set_column_title          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1825
1825
                                                         <a
1826
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1826
href="../glib/glib-Basic-Types.html#gint"
1827
1827
>gint</a> column,
1828
1828
                                                         const <a
1829
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
1829
href="../glib/glib-Basic-Types.html#gchar"
1830
1830
>gchar</a> *title);</pre>
1831
1831
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1832
1832
<h3 class="title">Warning</h3>
1839
1839
<col align="left" valign="top">
1840
1840
<tbody>
1841
1841
<tr>
1842
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1843
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1842
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1843
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1844
1844
</td>
1845
1845
</tr>
1846
1846
<tr>
1847
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1847
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1848
1848
<td>The column whose title should be changed.
1849
1849
</td>
1850
1850
</tr>
1851
1851
<tr>
1852
 
<td><span class="term"><em class="parameter"><code>title</code></em>&#160;:</span></td>
 
1852
<td><p><span class="term"><em class="parameter"><code>title</code></em>&#160;:</span></p></td>
1853
1853
<td>A string to be the column's title.
1854
1854
 
1855
1855
 
1860
1860
</div>
1861
1861
<hr>
1862
1862
<div class="refsect2" lang="en">
1863
 
<a name="id4306216"></a><h3>
 
1863
<a name="id4064253"></a><h3>
1864
1864
<a name="gtk-clist-set-column-widget"></a>gtk_clist_set_column_widget ()</h3>
1865
 
<a class="indexterm" name="id4306232"></a><pre class="programlisting">void                gtk_clist_set_column_widget         (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1865
<a class="indexterm" name="id4064269"></a><pre class="programlisting">void                gtk_clist_set_column_widget         (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1866
1866
                                                         <a
1867
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1867
href="../glib/glib-Basic-Types.html#gint"
1868
1868
>gint</a> column,
1869
 
                                                         <a href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *widget);</pre>
 
1869
                                                         <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *widget);</pre>
1870
1870
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1871
1871
<h3 class="title">Warning</h3>
1872
1872
<p><code class="literal">gtk_clist_set_column_widget</code> is deprecated and should not be used in newly-written code.</p>
1880
1880
<col align="left" valign="top">
1881
1881
<tbody>
1882
1882
<tr>
1883
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1884
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1883
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1884
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1885
1885
</td>
1886
1886
</tr>
1887
1887
<tr>
1888
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1888
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1889
1889
<td>The column whose title should be a widget.
1890
1890
</td>
1891
1891
</tr>
1892
1892
<tr>
1893
 
<td><span class="term"><em class="parameter"><code>widget</code></em>&#160;:</span></td>
 
1893
<td><p><span class="term"><em class="parameter"><code>widget</code></em>&#160;:</span></p></td>
1894
1894
<td>A pointer to a previously create widget.
1895
1895
 
1896
1896
 
1901
1901
</div>
1902
1902
<hr>
1903
1903
<div class="refsect2" lang="en">
1904
 
<a name="id4306346"></a><h3>
 
1904
<a name="id4064383"></a><h3>
1905
1905
<a name="gtk-clist-set-column-justification"></a>gtk_clist_set_column_justification ()</h3>
1906
 
<a class="indexterm" name="id4306363"></a><pre class="programlisting">void                gtk_clist_set_column_justification  (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1906
<a class="indexterm" name="id4064400"></a><pre class="programlisting">void                gtk_clist_set_column_justification  (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1907
1907
                                                         <a
1908
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1908
href="../glib/glib-Basic-Types.html#gint"
1909
1909
>gint</a> column,
1910
 
                                                         <a href="gtk-Standard-Enumerations.html#GtkJustification">GtkJustification</a> justification);</pre>
 
1910
                                                         <a class="link" href="gtk-Standard-Enumerations.html#GtkJustification">GtkJustification</a> justification);</pre>
1911
1911
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1912
1912
<h3 class="title">Warning</h3>
1913
1913
<p><code class="literal">gtk_clist_set_column_justification</code> is deprecated and should not be used in newly-written code.</p>
1920
1920
<col align="left" valign="top">
1921
1921
<tbody>
1922
1922
<tr>
1923
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1924
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1923
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1924
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1925
1925
</td>
1926
1926
</tr>
1927
1927
<tr>
1928
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1928
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1929
1929
<td>The column which should be affected.
1930
1930
</td>
1931
1931
</tr>
1932
1932
<tr>
1933
 
<td><span class="term"><em class="parameter"><code>justification</code></em>&#160;:</span></td>
 
1933
<td><p><span class="term"><em class="parameter"><code>justification</code></em>&#160;:</span></p></td>
1934
1934
<td>A GtkJustification value for the column.
1935
1935
 
1936
1936
 
1941
1941
</div>
1942
1942
<hr>
1943
1943
<div class="refsect2" lang="en">
1944
 
<a name="id4306476"></a><h3>
 
1944
<a name="id4064513"></a><h3>
1945
1945
<a name="gtk-clist-set-column-visibility"></a>gtk_clist_set_column_visibility ()</h3>
1946
 
<a class="indexterm" name="id4306492"></a><pre class="programlisting">void                gtk_clist_set_column_visibility     (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1946
<a class="indexterm" name="id4064529"></a><pre class="programlisting">void                gtk_clist_set_column_visibility     (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1947
1947
                                                         <a
1948
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1948
href="../glib/glib-Basic-Types.html#gint"
1949
1949
>gint</a> column,
1950
1950
                                                         <a
1951
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
1951
href="../glib/glib-Basic-Types.html#gboolean"
1952
1952
>gboolean</a> visible);</pre>
1953
1953
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1954
1954
<h3 class="title">Warning</h3>
1955
1955
<p><code class="literal">gtk_clist_set_column_visibility</code> is deprecated and should not be used in newly-written code.</p>
1956
1956
</div>
1957
1957
<p>
1958
 
Allows you to set whether a specified column in the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> should
 
1958
Allows you to set whether a specified column in the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> should
1959
1959
be hidden or shown.  Note that at least one column must always be
1960
1960
showing, so attempting to hide the last visible column will be
1961
1961
ignored.
1964
1964
<col align="left" valign="top">
1965
1965
<tbody>
1966
1966
<tr>
1967
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
1968
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
1967
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
1968
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
1969
1969
</td>
1970
1970
</tr>
1971
1971
<tr>
1972
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1972
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1973
1973
<td>The column to set visibility.
1974
1974
</td>
1975
1975
</tr>
1976
1976
<tr>
1977
 
<td><span class="term"><em class="parameter"><code>visible</code></em>&#160;:</span></td>
 
1977
<td><p><span class="term"><em class="parameter"><code>visible</code></em>&#160;:</span></p></td>
1978
1978
<td>
1979
1979
<a
1980
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
1980
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
1981
1981
><code class="literal">TRUE</code></a> or <a
1982
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
1982
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
1983
1983
><code class="literal">FALSE</code></a>.
1984
1984
 
1985
1985
 
1990
1990
</div>
1991
1991
<hr>
1992
1992
<div class="refsect2" lang="en">
1993
 
<a name="id4306634"></a><h3>
 
1993
<a name="id4064671"></a><h3>
1994
1994
<a name="gtk-clist-set-column-resizeable"></a>gtk_clist_set_column_resizeable ()</h3>
1995
 
<a class="indexterm" name="id4306650"></a><pre class="programlisting">void                gtk_clist_set_column_resizeable     (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
1995
<a class="indexterm" name="id4064687"></a><pre class="programlisting">void                gtk_clist_set_column_resizeable     (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
1996
1996
                                                         <a
1997
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
1997
href="../glib/glib-Basic-Types.html#gint"
1998
1998
>gint</a> column,
1999
1999
                                                         <a
2000
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
2000
href="../glib/glib-Basic-Types.html#gboolean"
2001
2001
>gboolean</a> resizeable);</pre>
2002
2002
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2003
2003
<h3 class="title">Warning</h3>
2008
2008
by the user.  Note that turning on resizeability for the column will
2009
2009
automatically shut off auto-resizing, but turning off resizeability
2010
2010
will NOT turn on auto-resizing.  This must be done manually via a
2011
 
call to <a href="GtkCList.html#gtk-clist-set-column-auto-resize"><code class="function">gtk_clist_set_column_auto_resize()</code></a>.
 
2011
call to <a class="link" href="GtkCList.html#gtk-clist-set-column-auto-resize"><code class="function">gtk_clist_set_column_auto_resize()</code></a>.
2012
2012
</p>
2013
2013
<div class="variablelist"><table border="0">
2014
2014
<col align="left" valign="top">
2015
2015
<tbody>
2016
2016
<tr>
2017
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2018
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2017
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2018
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2019
2019
</td>
2020
2020
</tr>
2021
2021
<tr>
2022
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2022
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2023
2023
<td>The column on which to set resizeability.
2024
2024
</td>
2025
2025
</tr>
2026
2026
<tr>
2027
 
<td><span class="term"><em class="parameter"><code>resizeable</code></em>&#160;:</span></td>
 
2027
<td><p><span class="term"><em class="parameter"><code>resizeable</code></em>&#160;:</span></p></td>
2028
2028
<td>
2029
2029
<a
2030
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
2030
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
2031
2031
><code class="literal">TRUE</code></a> or <a
2032
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
2032
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
2033
2033
><code class="literal">FALSE</code></a>.
2034
2034
 
2035
2035
 
2040
2040
</div>
2041
2041
<hr>
2042
2042
<div class="refsect2" lang="en">
2043
 
<a name="id4306796"></a><h3>
 
2043
<a name="id4064834"></a><h3>
2044
2044
<a name="gtk-clist-set-column-auto-resize"></a>gtk_clist_set_column_auto_resize ()</h3>
2045
 
<a class="indexterm" name="id4306812"></a><pre class="programlisting">void                gtk_clist_set_column_auto_resize    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2045
<a class="indexterm" name="id4064850"></a><pre class="programlisting">void                gtk_clist_set_column_auto_resize    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2046
2046
                                                         <a
2047
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2047
href="../glib/glib-Basic-Types.html#gint"
2048
2048
>gint</a> column,
2049
2049
                                                         <a
2050
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
2050
href="../glib/glib-Basic-Types.html#gboolean"
2051
2051
>gboolean</a> auto_resize);</pre>
2052
2052
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2053
2053
<h3 class="title">Warning</h3>
2062
2062
<col align="left" valign="top">
2063
2063
<tbody>
2064
2064
<tr>
2065
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2066
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2065
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2066
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2067
2067
</td>
2068
2068
</tr>
2069
2069
<tr>
2070
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2070
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2071
2071
<td>The column on which to set auto-resizing.
2072
2072
</td>
2073
2073
</tr>
2074
2074
<tr>
2075
 
<td><span class="term"><em class="parameter"><code>auto_resize</code></em>&#160;:</span></td>
 
2075
<td><p><span class="term"><em class="parameter"><code>auto_resize</code></em>&#160;:</span></p></td>
2076
2076
<td>
2077
2077
<a
2078
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
2078
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
2079
2079
><code class="literal">TRUE</code></a> or <a
2080
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
2080
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
2081
2081
><code class="literal">FALSE</code></a>.
2082
2082
 
2083
2083
 
2088
2088
</div>
2089
2089
<hr>
2090
2090
<div class="refsect2" lang="en">
2091
 
<a name="id4306946"></a><h3>
 
2091
<a name="id4064984"></a><h3>
2092
2092
<a name="gtk-clist-optimal-column-width"></a>gtk_clist_optimal_column_width ()</h3>
2093
 
<a class="indexterm" name="id4306962"></a><pre class="programlisting"><a
2094
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
2095
 
>gint</a>                gtk_clist_optimal_column_width      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2093
<a class="indexterm" name="id4065000"></a><pre class="programlisting"><a
 
2094
href="../glib/glib-Basic-Types.html#gint"
 
2095
>gint</a>                gtk_clist_optimal_column_width      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2096
2096
                                                         <a
2097
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2097
href="../glib/glib-Basic-Types.html#gint"
2098
2098
>gint</a> column);</pre>
2099
2099
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2100
2100
<h3 class="title">Warning</h3>
2108
2108
<col align="left" valign="top">
2109
2109
<tbody>
2110
2110
<tr>
2111
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2112
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
 
2111
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2112
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
2113
2113
</td>
2114
2114
</tr>
2115
2115
<tr>
2116
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2116
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2117
2117
<td>The column to check.
2118
2118
</td>
2119
2119
</tr>
2120
2120
<tr>
2121
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
2121
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
2122
2122
<td>The required width in pixels for the column.
2123
2123
 
2124
2124
 
2129
2129
</div>
2130
2130
<hr>
2131
2131
<div class="refsect2" lang="en">
2132
 
<a name="id4307064"></a><h3>
 
2132
<a name="id4065102"></a><h3>
2133
2133
<a name="gtk-clist-set-column-width"></a>gtk_clist_set_column_width ()</h3>
2134
 
<a class="indexterm" name="id4307081"></a><pre class="programlisting">void                gtk_clist_set_column_width          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2134
<a class="indexterm" name="id4065118"></a><pre class="programlisting">void                gtk_clist_set_column_width          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2135
2135
                                                         <a
2136
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2136
href="../glib/glib-Basic-Types.html#gint"
2137
2137
>gint</a> column,
2138
2138
                                                         <a
2139
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2139
href="../glib/glib-Basic-Types.html#gint"
2140
2140
>gint</a> width);</pre>
2141
2141
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2142
2142
<h3 class="title">Warning</h3>
2143
2143
<p><code class="literal">gtk_clist_set_column_width</code> is deprecated and should not be used in newly-written code.</p>
2144
2144
</div>
2145
2145
<p>
2146
 
Causes the column specified for the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to be set to
 
2146
Causes the column specified for the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to be set to
2147
2147
a specified width.
2148
2148
</p>
2149
2149
<div class="variablelist"><table border="0">
2150
2150
<col align="left" valign="top">
2151
2151
<tbody>
2152
2152
<tr>
2153
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2154
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2153
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2154
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2155
2155
</td>
2156
2156
</tr>
2157
2157
<tr>
2158
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2158
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2159
2159
<td>The column to set the width.
2160
2160
</td>
2161
2161
</tr>
2162
2162
<tr>
2163
 
<td><span class="term"><em class="parameter"><code>width</code></em>&#160;:</span></td>
 
2163
<td><p><span class="term"><em class="parameter"><code>width</code></em>&#160;:</span></p></td>
2164
2164
<td>The width, in pixels.
2165
2165
 
2166
2166
 
2171
2171
</div>
2172
2172
<hr>
2173
2173
<div class="refsect2" lang="en">
2174
 
<a name="id4307200"></a><h3>
 
2174
<a name="id4065238"></a><h3>
2175
2175
<a name="gtk-clist-set-column-min-width"></a>gtk_clist_set_column_min_width ()</h3>
2176
 
<a class="indexterm" name="id4307216"></a><pre class="programlisting">void                gtk_clist_set_column_min_width      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2176
<a class="indexterm" name="id4065254"></a><pre class="programlisting">void                gtk_clist_set_column_min_width      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2177
2177
                                                         <a
2178
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2178
href="../glib/glib-Basic-Types.html#gint"
2179
2179
>gint</a> column,
2180
2180
                                                         <a
2181
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2181
href="../glib/glib-Basic-Types.html#gint"
2182
2182
>gint</a> min_width);</pre>
2183
2183
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2184
2184
<h3 class="title">Warning</h3>
2192
2192
<col align="left" valign="top">
2193
2193
<tbody>
2194
2194
<tr>
2195
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2196
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2195
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2196
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2197
2197
</td>
2198
2198
</tr>
2199
2199
<tr>
2200
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2200
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2201
2201
<td>The column to set the minimum width.
2202
2202
</td>
2203
2203
</tr>
2204
2204
<tr>
2205
 
<td><span class="term"><em class="parameter"><code>min_width</code></em>&#160;:</span></td>
 
2205
<td><p><span class="term"><em class="parameter"><code>min_width</code></em>&#160;:</span></p></td>
2206
2206
<td>The width, in pixels.
2207
2207
 
2208
2208
 
2213
2213
</div>
2214
2214
<hr>
2215
2215
<div class="refsect2" lang="en">
2216
 
<a name="id4307330"></a><h3>
 
2216
<a name="id4065368"></a><h3>
2217
2217
<a name="gtk-clist-set-column-max-width"></a>gtk_clist_set_column_max_width ()</h3>
2218
 
<a class="indexterm" name="id4307346"></a><pre class="programlisting">void                gtk_clist_set_column_max_width      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2218
<a class="indexterm" name="id4065384"></a><pre class="programlisting">void                gtk_clist_set_column_max_width      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2219
2219
                                                         <a
2220
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2220
href="../glib/glib-Basic-Types.html#gint"
2221
2221
>gint</a> column,
2222
2222
                                                         <a
2223
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2223
href="../glib/glib-Basic-Types.html#gint"
2224
2224
>gint</a> max_width);</pre>
2225
2225
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2226
2226
<h3 class="title">Warning</h3>
2234
2234
<col align="left" valign="top">
2235
2235
<tbody>
2236
2236
<tr>
2237
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2238
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2237
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2238
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2239
2239
</td>
2240
2240
</tr>
2241
2241
<tr>
2242
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2242
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2243
2243
<td>The column to set the maximum width.
2244
2244
</td>
2245
2245
</tr>
2246
2246
<tr>
2247
 
<td><span class="term"><em class="parameter"><code>max_width</code></em>&#160;:</span></td>
 
2247
<td><p><span class="term"><em class="parameter"><code>max_width</code></em>&#160;:</span></p></td>
2248
2248
<td>The width, in pixels.
2249
2249
 
2250
2250
 
2255
2255
</div>
2256
2256
<hr>
2257
2257
<div class="refsect2" lang="en">
2258
 
<a name="id4307460"></a><h3>
 
2258
<a name="id4065498"></a><h3>
2259
2259
<a name="gtk-clist-set-row-height"></a>gtk_clist_set_row_height ()</h3>
2260
 
<a class="indexterm" name="id4307476"></a><pre class="programlisting">void                gtk_clist_set_row_height            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2260
<a class="indexterm" name="id4065513"></a><pre class="programlisting">void                gtk_clist_set_row_height            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2261
2261
                                                         <a
2262
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
2262
href="../glib/glib-Basic-Types.html#guint"
2263
2263
>guint</a> height);</pre>
2264
2264
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2265
2265
<h3 class="title">Warning</h3>
2266
2266
<p><code class="literal">gtk_clist_set_row_height</code> is deprecated and should not be used in newly-written code.</p>
2267
2267
</div>
2268
2268
<p>
2269
 
Causes the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to have a specified height for its 
2270
 
rows.  Setting the row height to 0 allows the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to adjust
 
2269
Causes the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to have a specified height for its 
 
2270
rows.  Setting the row height to 0 allows the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to adjust
2271
2271
automatically to data in the row.
2272
2272
</p>
2273
2273
<div class="variablelist"><table border="0">
2274
2274
<col align="left" valign="top">
2275
2275
<tbody>
2276
2276
<tr>
2277
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2278
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2277
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2278
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2279
2279
</td>
2280
2280
</tr>
2281
2281
<tr>
2282
 
<td><span class="term"><em class="parameter"><code>height</code></em>&#160;:</span></td>
 
2282
<td><p><span class="term"><em class="parameter"><code>height</code></em>&#160;:</span></p></td>
2283
2283
<td>The height, in pixels.
2284
2284
 
2285
2285
 
2290
2290
</div>
2291
2291
<hr>
2292
2292
<div class="refsect2" lang="en">
2293
 
<a name="id4307583"></a><h3>
 
2293
<a name="id4065621"></a><h3>
2294
2294
<a name="gtk-clist-moveto"></a>gtk_clist_moveto ()</h3>
2295
 
<a class="indexterm" name="id4307598"></a><pre class="programlisting">void                gtk_clist_moveto                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2295
<a class="indexterm" name="id4065636"></a><pre class="programlisting">void                gtk_clist_moveto                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2296
2296
                                                         <a
2297
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2297
href="../glib/glib-Basic-Types.html#gint"
2298
2298
>gint</a> row,
2299
2299
                                                         <a
2300
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2300
href="../glib/glib-Basic-Types.html#gint"
2301
2301
>gint</a> column,
2302
2302
                                                         <a
2303
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
 
2303
href="../glib/glib-Basic-Types.html#gfloat"
2304
2304
>gfloat</a> row_align,
2305
2305
                                                         <a
2306
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
 
2306
href="../glib/glib-Basic-Types.html#gfloat"
2307
2307
>gfloat</a> col_align);</pre>
2308
2308
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2309
2309
<h3 class="title">Warning</h3>
2317
2317
<col align="left" valign="top">
2318
2318
<tbody>
2319
2319
<tr>
2320
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2321
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2320
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2321
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2322
2322
</td>
2323
2323
</tr>
2324
2324
<tr>
2325
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2325
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2326
2326
<td>The row to which to move.
2327
2327
</td>
2328
2328
</tr>
2329
2329
<tr>
2330
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2330
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2331
2331
<td>The column to which to move.
2332
2332
</td>
2333
2333
</tr>
2334
2334
<tr>
2335
 
<td><span class="term"><em class="parameter"><code>row_align</code></em>&#160;:</span></td>
 
2335
<td><p><span class="term"><em class="parameter"><code>row_align</code></em>&#160;:</span></p></td>
2336
2336
<td>A value between 0 and 1 that describes the positioning of 
2337
2337
the row in relation to the viewable area of the CList's contents.
2338
2338
</td>
2339
2339
</tr>
2340
2340
<tr>
2341
 
<td><span class="term"><em class="parameter"><code>col_align</code></em>&#160;:</span></td>
 
2341
<td><p><span class="term"><em class="parameter"><code>col_align</code></em>&#160;:</span></p></td>
2342
2342
<td>A value between 0 and 1 that describes the positioning of 
2343
2343
the column in relation to the viewable area of the CList's contents.
2344
2344
 
2350
2350
</div>
2351
2351
<hr>
2352
2352
<div class="refsect2" lang="en">
2353
 
<a name="id4307758"></a><h3>
 
2353
<a name="id4065796"></a><h3>
2354
2354
<a name="gtk-clist-row-is-visible"></a>gtk_clist_row_is_visible ()</h3>
2355
 
<a class="indexterm" name="id4307774"></a><pre class="programlisting"><a href="gtk-Standard-Enumerations.html#GtkVisibility">GtkVisibility</a>       gtk_clist_row_is_visible            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2355
<a class="indexterm" name="id4065811"></a><pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkVisibility">GtkVisibility</a>       gtk_clist_row_is_visible            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2356
2356
                                                         <a
2357
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2357
href="../glib/glib-Basic-Types.html#gint"
2358
2358
>gint</a> row);</pre>
2359
2359
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2360
2360
<h3 class="title">Warning</h3>
2367
2367
<col align="left" valign="top">
2368
2368
<tbody>
2369
2369
<tr>
2370
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2371
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2370
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2371
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2372
2372
</td>
2373
2373
</tr>
2374
2374
<tr>
2375
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2375
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2376
2376
<td>The row to query.
2377
2377
</td>
2378
2378
</tr>
2379
2379
<tr>
2380
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
2381
 
<td>A <a href="gtk-Standard-Enumerations.html#GtkVisibility"><span class="type">GtkVisibility</span></a> value that tells you how the row is visible.
 
2380
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2381
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkVisibility"><span class="type">GtkVisibility</span></a> value that tells you how the row is visible.
2382
2382
 
2383
2383
 
2384
2384
</td>
2388
2388
</div>
2389
2389
<hr>
2390
2390
<div class="refsect2" lang="en">
2391
 
<a name="id4307883"></a><h3>
 
2391
<a name="id4065920"></a><h3>
2392
2392
<a name="gtk-clist-get-cell-type"></a>gtk_clist_get_cell_type ()</h3>
2393
 
<a class="indexterm" name="id4307898"></a><pre class="programlisting"><a href="GtkCList.html#GtkCellType">GtkCellType</a>         gtk_clist_get_cell_type             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2393
<a class="indexterm" name="id4065936"></a><pre class="programlisting"><a class="link" href="GtkCList.html#GtkCellType">GtkCellType</a>         gtk_clist_get_cell_type             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2394
2394
                                                         <a
2395
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2395
href="../glib/glib-Basic-Types.html#gint"
2396
2396
>gint</a> row,
2397
2397
                                                         <a
2398
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2398
href="../glib/glib-Basic-Types.html#gint"
2399
2399
>gint</a> column);</pre>
2400
2400
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2401
2401
<h3 class="title">Warning</h3>
2408
2408
<col align="left" valign="top">
2409
2409
<tbody>
2410
2410
<tr>
2411
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2412
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2411
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2412
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2413
2413
</td>
2414
2414
</tr>
2415
2415
<tr>
2416
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2416
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2417
2417
<td>The row of the cell.
2418
2418
</td>
2419
2419
</tr>
2420
2420
<tr>
2421
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2421
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2422
2422
<td>The column of the cell.
2423
2423
</td>
2424
2424
</tr>
2425
2425
<tr>
2426
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
2427
 
<td>A <a href="GtkCList.html#GtkCellType"><span class="type">GtkCellType</span></a> value describing the cell.
 
2426
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2427
<td>A <a class="link" href="GtkCList.html#GtkCellType"><span class="type">GtkCellType</span></a> value describing the cell.
2428
2428
 
2429
2429
 
2430
2430
</td>
2434
2434
</div>
2435
2435
<hr>
2436
2436
<div class="refsect2" lang="en">
2437
 
<a name="id4308028"></a><h3>
 
2437
<a name="id4066066"></a><h3>
2438
2438
<a name="gtk-clist-set-text"></a>gtk_clist_set_text ()</h3>
2439
 
<a class="indexterm" name="id4308044"></a><pre class="programlisting">void                gtk_clist_set_text                  (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2439
<a class="indexterm" name="id4066082"></a><pre class="programlisting">void                gtk_clist_set_text                  (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2440
2440
                                                         <a
2441
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2441
href="../glib/glib-Basic-Types.html#gint"
2442
2442
>gint</a> row,
2443
2443
                                                         <a
2444
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2444
href="../glib/glib-Basic-Types.html#gint"
2445
2445
>gint</a> column,
2446
2446
                                                         const <a
2447
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
2447
href="../glib/glib-Basic-Types.html#gchar"
2448
2448
>gchar</a> *text);</pre>
2449
2449
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2450
2450
<h3 class="title">Warning</h3>
2457
2457
<col align="left" valign="top">
2458
2458
<tbody>
2459
2459
<tr>
2460
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2461
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2460
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2461
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2462
2462
</td>
2463
2463
</tr>
2464
2464
<tr>
2465
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2465
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2466
2466
<td>The row of the cell.
2467
2467
</td>
2468
2468
</tr>
2469
2469
<tr>
2470
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2470
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2471
2471
<td>The column of the cell.
2472
2472
</td>
2473
2473
</tr>
2474
2474
<tr>
2475
 
<td><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></td>
 
2475
<td><p><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></p></td>
2476
2476
<td>The text to set in the cell.
2477
2477
 
2478
2478
 
2483
2483
</div>
2484
2484
<hr>
2485
2485
<div class="refsect2" lang="en">
2486
 
<a name="id4308177"></a><h3>
 
2486
<a name="id4066215"></a><h3>
2487
2487
<a name="gtk-clist-get-text"></a>gtk_clist_get_text ()</h3>
2488
 
<a class="indexterm" name="id4308193"></a><pre class="programlisting"><a
2489
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
2490
 
>gint</a>                gtk_clist_get_text                  (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2488
<a class="indexterm" name="id4066231"></a><pre class="programlisting"><a
 
2489
href="../glib/glib-Basic-Types.html#gint"
 
2490
>gint</a>                gtk_clist_get_text                  (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2491
2491
                                                         <a
2492
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2492
href="../glib/glib-Basic-Types.html#gint"
2493
2493
>gint</a> row,
2494
2494
                                                         <a
2495
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2495
href="../glib/glib-Basic-Types.html#gint"
2496
2496
>gint</a> column,
2497
2497
                                                         <a
2498
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
2498
href="../glib/glib-Basic-Types.html#gchar"
2499
2499
>gchar</a> **text);</pre>
2500
2500
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2501
2501
<h3 class="title">Warning</h3>
2508
2508
<col align="left" valign="top">
2509
2509
<tbody>
2510
2510
<tr>
2511
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2512
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2511
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2512
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2513
2513
</td>
2514
2514
</tr>
2515
2515
<tr>
2516
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2516
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2517
2517
<td>The row to query.
2518
2518
</td>
2519
2519
</tr>
2520
2520
<tr>
2521
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2521
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2522
2522
<td>The column to query.
2523
2523
</td>
2524
2524
</tr>
2525
2525
<tr>
2526
 
<td><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></td>
 
2526
<td><p><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></p></td>
2527
2527
<td>A pointer to a pointer to store the text.
2528
2528
</td>
2529
2529
</tr>
2530
2530
<tr>
2531
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
2531
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
2532
2532
<td>1 if the cell's text could be retrieved, 0 otherwise.
2533
2533
 
2534
2534
 
2539
2539
</div>
2540
2540
<hr>
2541
2541
<div class="refsect2" lang="en">
2542
 
<a name="id4308337"></a><h3>
 
2542
<a name="id4066375"></a><h3>
2543
2543
<a name="gtk-clist-set-pixmap"></a>gtk_clist_set_pixmap ()</h3>
2544
 
<a class="indexterm" name="id4308353"></a><pre class="programlisting">void                gtk_clist_set_pixmap                (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2544
<a class="indexterm" name="id4066390"></a><pre class="programlisting">void                gtk_clist_set_pixmap                (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2545
2545
                                                         <a
2546
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2546
href="../glib/glib-Basic-Types.html#gint"
2547
2547
>gint</a> row,
2548
2548
                                                         <a
2549
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2549
href="../glib/glib-Basic-Types.html#gint"
2550
2550
>gint</a> column,
2551
2551
                                                         <a
2552
2552
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
2565
2565
<col align="left" valign="top">
2566
2566
<tbody>
2567
2567
<tr>
2568
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2569
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2568
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2569
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2570
2570
</td>
2571
2571
</tr>
2572
2572
<tr>
2573
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2573
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2574
2574
<td>The row of the cell.
2575
2575
</td>
2576
2576
</tr>
2577
2577
<tr>
2578
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2578
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2579
2579
<td>The column of the cell.
2580
2580
</td>
2581
2581
</tr>
2582
2582
<tr>
2583
 
<td><span class="term"><em class="parameter"><code>pixmap</code></em>&#160;:</span></td>
 
2583
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em>&#160;:</span></p></td>
2584
2584
<td>A pointer to a <a
2585
2585
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
2586
2586
><span class="type">GdkPixmap</span></a> to place in the cell.
2587
2587
</td>
2588
2588
</tr>
2589
2589
<tr>
2590
 
<td><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></td>
 
2590
<td><p><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></p></td>
2591
2591
<td>A pointer to a <a
2592
2592
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"
2593
2593
><span class="type">GdkBitmap</span></a> mask for the cell.
2600
2600
</div>
2601
2601
<hr>
2602
2602
<div class="refsect2" lang="en">
2603
 
<a name="id4308524"></a><h3>
 
2603
<a name="id4066562"></a><h3>
2604
2604
<a name="gtk-clist-get-pixmap"></a>gtk_clist_get_pixmap ()</h3>
2605
 
<a class="indexterm" name="id4308540"></a><pre class="programlisting"><a
2606
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
2607
 
>gint</a>                gtk_clist_get_pixmap                (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2605
<a class="indexterm" name="id4066578"></a><pre class="programlisting"><a
 
2606
href="../glib/glib-Basic-Types.html#gint"
 
2607
>gint</a>                gtk_clist_get_pixmap                (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2608
2608
                                                         <a
2609
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2609
href="../glib/glib-Basic-Types.html#gint"
2610
2610
>gint</a> row,
2611
2611
                                                         <a
2612
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2612
href="../glib/glib-Basic-Types.html#gint"
2613
2613
>gint</a> column,
2614
2614
                                                         <a
2615
2615
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
2628
2628
<col align="left" valign="top">
2629
2629
<tbody>
2630
2630
<tr>
2631
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2632
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2631
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2632
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2633
2633
</td>
2634
2634
</tr>
2635
2635
<tr>
2636
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2636
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2637
2637
<td>The row of the cell.
2638
2638
</td>
2639
2639
</tr>
2640
2640
<tr>
2641
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2641
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2642
2642
<td>The column of the cell.
2643
2643
</td>
2644
2644
</tr>
2645
2645
<tr>
2646
 
<td><span class="term"><em class="parameter"><code>pixmap</code></em>&#160;:</span></td>
 
2646
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em>&#160;:</span></p></td>
2647
2647
<td>A pointer to a pointer to store the cell's <a
2648
2648
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
2649
2649
><span class="type">GdkPixmap</span></a>.
2650
2650
</td>
2651
2651
</tr>
2652
2652
<tr>
2653
 
<td><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></td>
 
2653
<td><p><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></p></td>
2654
2654
<td>A pointer to a pointer to store the cell's <a
2655
2655
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"
2656
2656
><span class="type">GdkBitmap</span></a> mask.
2657
2657
</td>
2658
2658
</tr>
2659
2659
<tr>
2660
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
2660
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
2661
2661
<td>1 if the cell's pixmap could be retrieved, 0 otherwise.
2662
2662
 
2663
2663
 
2668
2668
</div>
2669
2669
<hr>
2670
2670
<div class="refsect2" lang="en">
2671
 
<a name="id4308724"></a><h3>
 
2671
<a name="id4066762"></a><h3>
2672
2672
<a name="gtk-clist-set-pixtext"></a>gtk_clist_set_pixtext ()</h3>
2673
 
<a class="indexterm" name="id4308740"></a><pre class="programlisting">void                gtk_clist_set_pixtext               (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2673
<a class="indexterm" name="id4066777"></a><pre class="programlisting">void                gtk_clist_set_pixtext               (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2674
2674
                                                         <a
2675
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2675
href="../glib/glib-Basic-Types.html#gint"
2676
2676
>gint</a> row,
2677
2677
                                                         <a
2678
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2678
href="../glib/glib-Basic-Types.html#gint"
2679
2679
>gint</a> column,
2680
2680
                                                         const <a
2681
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
2681
href="../glib/glib-Basic-Types.html#gchar"
2682
2682
>gchar</a> *text,
2683
2683
                                                         <a
2684
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
 
2684
href="../glib/glib-Basic-Types.html#guint8"
2685
2685
>guint8</a> spacing,
2686
2686
                                                         <a
2687
2687
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
2700
2700
<col align="left" valign="top">
2701
2701
<tbody>
2702
2702
<tr>
2703
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2704
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2703
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2704
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2705
2705
</td>
2706
2706
</tr>
2707
2707
<tr>
2708
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2708
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2709
2709
<td>The row of the cell.
2710
2710
</td>
2711
2711
</tr>
2712
2712
<tr>
2713
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2713
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2714
2714
<td>The column of the cell.
2715
2715
</td>
2716
2716
</tr>
2717
2717
<tr>
2718
 
<td><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></td>
 
2718
<td><p><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></p></td>
2719
2719
<td>The text to set in the cell.
2720
2720
</td>
2721
2721
</tr>
2722
2722
<tr>
2723
 
<td><span class="term"><em class="parameter"><code>spacing</code></em>&#160;:</span></td>
 
2723
<td><p><span class="term"><em class="parameter"><code>spacing</code></em>&#160;:</span></p></td>
2724
2724
<td>The spacing between the cell's text and pixmap.
2725
2725
</td>
2726
2726
</tr>
2727
2727
<tr>
2728
 
<td><span class="term"><em class="parameter"><code>pixmap</code></em>&#160;:</span></td>
 
2728
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em>&#160;:</span></p></td>
2729
2729
<td>A pointer to a <a
2730
2730
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
2731
2731
><span class="type">GdkPixmap</span></a> for the cell.
2732
2732
</td>
2733
2733
</tr>
2734
2734
<tr>
2735
 
<td><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></td>
 
2735
<td><p><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></p></td>
2736
2736
<td>A pointer to a <a
2737
2737
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"
2738
2738
><span class="type">GdkBitmap</span></a> mask for the cell.
2745
2745
</div>
2746
2746
<hr>
2747
2747
<div class="refsect2" lang="en">
2748
 
<a name="id4308956"></a><h3>
 
2748
<a name="id4066993"></a><h3>
2749
2749
<a name="gtk-clist-get-pixtext"></a>gtk_clist_get_pixtext ()</h3>
2750
 
<a class="indexterm" name="id4308971"></a><pre class="programlisting"><a
2751
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
2752
 
>gint</a>                gtk_clist_get_pixtext               (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2750
<a class="indexterm" name="id4067008"></a><pre class="programlisting"><a
 
2751
href="../glib/glib-Basic-Types.html#gint"
 
2752
>gint</a>                gtk_clist_get_pixtext               (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2753
2753
                                                         <a
2754
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2754
href="../glib/glib-Basic-Types.html#gint"
2755
2755
>gint</a> row,
2756
2756
                                                         <a
2757
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2757
href="../glib/glib-Basic-Types.html#gint"
2758
2758
>gint</a> column,
2759
2759
                                                         <a
2760
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
2760
href="../glib/glib-Basic-Types.html#gchar"
2761
2761
>gchar</a> **text,
2762
2762
                                                         <a
2763
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
 
2763
href="../glib/glib-Basic-Types.html#guint8"
2764
2764
>guint8</a> *spacing,
2765
2765
                                                         <a
2766
2766
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
2779
2779
<col align="left" valign="top">
2780
2780
<tbody>
2781
2781
<tr>
2782
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2783
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2782
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2783
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2784
2784
</td>
2785
2785
</tr>
2786
2786
<tr>
2787
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2787
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2788
2788
<td>The row to query.
2789
2789
</td>
2790
2790
</tr>
2791
2791
<tr>
2792
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2792
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2793
2793
<td>The column to query.
2794
2794
</td>
2795
2795
</tr>
2796
2796
<tr>
2797
 
<td><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></td>
 
2797
<td><p><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></p></td>
2798
2798
<td>A pointer to a pointer to store the text.
2799
2799
</td>
2800
2800
</tr>
2801
2801
<tr>
2802
 
<td><span class="term"><em class="parameter"><code>spacing</code></em>&#160;:</span></td>
 
2802
<td><p><span class="term"><em class="parameter"><code>spacing</code></em>&#160;:</span></p></td>
2803
2803
<td>A pointer to a <a
2804
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
 
2804
href="../glib/glib-Basic-Types.html#guint8"
2805
2805
><span class="type">guint8</span></a> to store the spacing.
2806
2806
</td>
2807
2807
</tr>
2808
2808
<tr>
2809
 
<td><span class="term"><em class="parameter"><code>pixmap</code></em>&#160;:</span></td>
 
2809
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em>&#160;:</span></p></td>
2810
2810
<td>A pointer to a <a
2811
2811
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"
2812
2812
><span class="type">GdkPixmap</span></a> pointer to store the cell's pixmap.
2813
2813
</td>
2814
2814
</tr>
2815
2815
<tr>
2816
 
<td><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></td>
 
2816
<td><p><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></p></td>
2817
2817
<td>A pointer to a <a
2818
2818
href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"
2819
2819
><span class="type">GdkBitmap</span></a> pointer to store the cell's bitmap mask.
2820
2820
</td>
2821
2821
</tr>
2822
2822
<tr>
2823
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
2823
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
2824
2824
<td>1 if the retrieval was successful, 0 otherwise.
2825
2825
 
2826
2826
 
2831
2831
</div>
2832
2832
<hr>
2833
2833
<div class="refsect2" lang="en">
2834
 
<a name="id4309207"></a><h3>
 
2834
<a name="id4067244"></a><h3>
2835
2835
<a name="gtk-clist-set-foreground"></a>gtk_clist_set_foreground ()</h3>
2836
 
<a class="indexterm" name="id4309222"></a><pre class="programlisting">void                gtk_clist_set_foreground            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2836
<a class="indexterm" name="id4067260"></a><pre class="programlisting">void                gtk_clist_set_foreground            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2837
2837
                                                         <a
2838
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2838
href="../glib/glib-Basic-Types.html#gint"
2839
2839
>gint</a> row,
2840
2840
                                                         const <a
2841
2841
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
2851
2851
<col align="left" valign="top">
2852
2852
<tbody>
2853
2853
<tr>
2854
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2855
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2854
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2855
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2856
2856
</td>
2857
2857
</tr>
2858
2858
<tr>
2859
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2859
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2860
2860
<td>The row to affect.
2861
2861
</td>
2862
2862
</tr>
2863
2863
<tr>
2864
 
<td><span class="term"><em class="parameter"><code>color</code></em>&#160;:</span></td>
 
2864
<td><p><span class="term"><em class="parameter"><code>color</code></em>&#160;:</span></p></td>
2865
2865
<td>A pointer to a <a
2866
2866
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
2867
2867
><span class="type">GdkColor</span></a> structure.
2874
2874
</div>
2875
2875
<hr>
2876
2876
<div class="refsect2" lang="en">
2877
 
<a name="id4309342"></a><h3>
 
2877
<a name="id4067380"></a><h3>
2878
2878
<a name="gtk-clist-set-background"></a>gtk_clist_set_background ()</h3>
2879
 
<a class="indexterm" name="id4309357"></a><pre class="programlisting">void                gtk_clist_set_background            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2879
<a class="indexterm" name="id4067395"></a><pre class="programlisting">void                gtk_clist_set_background            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2880
2880
                                                         <a
2881
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2881
href="../glib/glib-Basic-Types.html#gint"
2882
2882
>gint</a> row,
2883
2883
                                                         const <a
2884
2884
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
2894
2894
<col align="left" valign="top">
2895
2895
<tbody>
2896
2896
<tr>
2897
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2898
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2897
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2898
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2899
2899
</td>
2900
2900
</tr>
2901
2901
<tr>
2902
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2902
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2903
2903
<td>The row to affect.
2904
2904
</td>
2905
2905
</tr>
2906
2906
<tr>
2907
 
<td><span class="term"><em class="parameter"><code>color</code></em>&#160;:</span></td>
 
2907
<td><p><span class="term"><em class="parameter"><code>color</code></em>&#160;:</span></p></td>
2908
2908
<td>A pointer to a <a
2909
2909
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
2910
2910
><span class="type">GdkColor</span></a> structure.
2917
2917
</div>
2918
2918
<hr>
2919
2919
<div class="refsect2" lang="en">
2920
 
<a name="id4309477"></a><h3>
 
2920
<a name="id4067514"></a><h3>
2921
2921
<a name="gtk-clist-set-cell-style"></a>gtk_clist_set_cell_style ()</h3>
2922
 
<a class="indexterm" name="id4309492"></a><pre class="programlisting">void                gtk_clist_set_cell_style            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2922
<a class="indexterm" name="id4067530"></a><pre class="programlisting">void                gtk_clist_set_cell_style            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2923
2923
                                                         <a
2924
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2924
href="../glib/glib-Basic-Types.html#gint"
2925
2925
>gint</a> row,
2926
2926
                                                         <a
2927
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2927
href="../glib/glib-Basic-Types.html#gint"
2928
2928
>gint</a> column,
2929
 
                                                         <a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
 
2929
                                                         <a class="link" href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
2930
2930
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2931
2931
<h3 class="title">Warning</h3>
2932
2932
<p><code class="literal">gtk_clist_set_cell_style</code> is deprecated and should not be used in newly-written code.</p>
2938
2938
<col align="left" valign="top">
2939
2939
<tbody>
2940
2940
<tr>
2941
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2942
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2941
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2942
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2943
2943
</td>
2944
2944
</tr>
2945
2945
<tr>
2946
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2946
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2947
2947
<td>The row of the cell.
2948
2948
</td>
2949
2949
</tr>
2950
2950
<tr>
2951
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2951
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2952
2952
<td>The column of the cell.
2953
2953
</td>
2954
2954
</tr>
2955
2955
<tr>
2956
 
<td><span class="term"><em class="parameter"><code>style</code></em>&#160;:</span></td>
2957
 
<td>A pointer to a <a href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> structure.
 
2956
<td><p><span class="term"><em class="parameter"><code>style</code></em>&#160;:</span></p></td>
 
2957
<td>A pointer to a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> structure.
2958
2958
 
2959
2959
 
2960
2960
</td>
2964
2964
</div>
2965
2965
<hr>
2966
2966
<div class="refsect2" lang="en">
2967
 
<a name="id4309634"></a><h3>
 
2967
<a name="id4067671"></a><h3>
2968
2968
<a name="gtk-clist-get-cell-style"></a>gtk_clist_get_cell_style ()</h3>
2969
 
<a class="indexterm" name="id4309649"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_clist_get_cell_style            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
2969
<a class="indexterm" name="id4067687"></a><pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_clist_get_cell_style            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
2970
2970
                                                         <a
2971
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2971
href="../glib/glib-Basic-Types.html#gint"
2972
2972
>gint</a> row,
2973
2973
                                                         <a
2974
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
2974
href="../glib/glib-Basic-Types.html#gint"
2975
2975
>gint</a> column);</pre>
2976
2976
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2977
2977
<h3 class="title">Warning</h3>
2984
2984
<col align="left" valign="top">
2985
2985
<tbody>
2986
2986
<tr>
2987
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
2988
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
2987
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
2988
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
2989
2989
</td>
2990
2990
</tr>
2991
2991
<tr>
2992
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
2992
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
2993
2993
<td>The row of the cell.
2994
2994
</td>
2995
2995
</tr>
2996
2996
<tr>
2997
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
2997
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
2998
2998
<td>The column of the cell.
2999
2999
</td>
3000
3000
</tr>
3001
3001
<tr>
3002
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
3003
 
<td>A <a href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> object.
 
3002
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
3003
<td>A <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> object.
3004
3004
 
3005
3005
 
3006
3006
</td>
3010
3010
</div>
3011
3011
<hr>
3012
3012
<div class="refsect2" lang="en">
3013
 
<a name="id4309779"></a><h3>
 
3013
<a name="id4067817"></a><h3>
3014
3014
<a name="gtk-clist-set-row-style"></a>gtk_clist_set_row_style ()</h3>
3015
 
<a class="indexterm" name="id4309795"></a><pre class="programlisting">void                gtk_clist_set_row_style             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3015
<a class="indexterm" name="id4067832"></a><pre class="programlisting">void                gtk_clist_set_row_style             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3016
3016
                                                         <a
3017
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3017
href="../glib/glib-Basic-Types.html#gint"
3018
3018
>gint</a> row,
3019
 
                                                         <a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
 
3019
                                                         <a class="link" href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
3020
3020
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3021
3021
<h3 class="title">Warning</h3>
3022
3022
<p><code class="literal">gtk_clist_set_row_style</code> is deprecated and should not be used in newly-written code.</p>
3028
3028
<col align="left" valign="top">
3029
3029
<tbody>
3030
3030
<tr>
3031
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3032
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3031
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3032
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3033
3033
</td>
3034
3034
</tr>
3035
3035
<tr>
3036
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3036
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3037
3037
<td>The row to affect.
3038
3038
</td>
3039
3039
</tr>
3040
3040
<tr>
3041
 
<td><span class="term"><em class="parameter"><code>style</code></em>&#160;:</span></td>
3042
 
<td>A pointer to a <a href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> to set.
 
3041
<td><p><span class="term"><em class="parameter"><code>style</code></em>&#160;:</span></p></td>
 
3042
<td>A pointer to a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> to set.
3043
3043
 
3044
3044
 
3045
3045
</td>
3049
3049
</div>
3050
3050
<hr>
3051
3051
<div class="refsect2" lang="en">
3052
 
<a name="id4309914"></a><h3>
 
3052
<a name="id4067952"></a><h3>
3053
3053
<a name="gtk-clist-get-row-style"></a>gtk_clist_get_row_style ()</h3>
3054
 
<a class="indexterm" name="id4309930"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_clist_get_row_style             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3054
<a class="indexterm" name="id4067968"></a><pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_clist_get_row_style             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3055
3055
                                                         <a
3056
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3056
href="../glib/glib-Basic-Types.html#gint"
3057
3057
>gint</a> row);</pre>
3058
3058
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3059
3059
<h3 class="title">Warning</h3>
3066
3066
<col align="left" valign="top">
3067
3067
<tbody>
3068
3068
<tr>
3069
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3070
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3069
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3070
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3071
3071
</td>
3072
3072
</tr>
3073
3073
<tr>
3074
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3074
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3075
3075
<td>The row to query.
3076
3076
</td>
3077
3077
</tr>
3078
3078
<tr>
3079
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
3080
 
<td>The <a href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> of the row.
 
3079
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
3080
<td>The <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> of the row.
3081
3081
 
3082
3082
 
3083
3083
</td>
3087
3087
</div>
3088
3088
<hr>
3089
3089
<div class="refsect2" lang="en">
3090
 
<a name="id4310038"></a><h3>
 
3090
<a name="id4068076"></a><h3>
3091
3091
<a name="gtk-clist-set-shift"></a>gtk_clist_set_shift ()</h3>
3092
 
<a class="indexterm" name="id4310054"></a><pre class="programlisting">void                gtk_clist_set_shift                 (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3092
<a class="indexterm" name="id4068091"></a><pre class="programlisting">void                gtk_clist_set_shift                 (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3093
3093
                                                         <a
3094
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3094
href="../glib/glib-Basic-Types.html#gint"
3095
3095
>gint</a> row,
3096
3096
                                                         <a
3097
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3097
href="../glib/glib-Basic-Types.html#gint"
3098
3098
>gint</a> column,
3099
3099
                                                         <a
3100
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3100
href="../glib/glib-Basic-Types.html#gint"
3101
3101
>gint</a> vertical,
3102
3102
                                                         <a
3103
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3103
href="../glib/glib-Basic-Types.html#gint"
3104
3104
>gint</a> horizontal);</pre>
3105
3105
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3106
3106
<h3 class="title">Warning</h3>
3113
3113
<col align="left" valign="top">
3114
3114
<tbody>
3115
3115
<tr>
3116
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3117
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3116
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3117
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3118
3118
</td>
3119
3119
</tr>
3120
3120
<tr>
3121
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3121
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3122
3122
<td>The row of the cell.
3123
3123
</td>
3124
3124
</tr>
3125
3125
<tr>
3126
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
3126
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
3127
3127
<td>The column of the cell.
3128
3128
</td>
3129
3129
</tr>
3130
3130
<tr>
3131
 
<td><span class="term"><em class="parameter"><code>vertical</code></em>&#160;:</span></td>
 
3131
<td><p><span class="term"><em class="parameter"><code>vertical</code></em>&#160;:</span></p></td>
3132
3132
<td>The value to set for the vertical shift.
3133
3133
</td>
3134
3134
</tr>
3135
3135
<tr>
3136
 
<td><span class="term"><em class="parameter"><code>horizontal</code></em>&#160;:</span></td>
 
3136
<td><p><span class="term"><em class="parameter"><code>horizontal</code></em>&#160;:</span></p></td>
3137
3137
<td>The value to set for the vertical shift.
3138
3138
 
3139
3139
 
3144
3144
</div>
3145
3145
<hr>
3146
3146
<div class="refsect2" lang="en">
3147
 
<a name="id4310210"></a><h3>
 
3147
<a name="id4068247"></a><h3>
3148
3148
<a name="gtk-clist-set-selectable"></a>gtk_clist_set_selectable ()</h3>
3149
 
<a class="indexterm" name="id4310225"></a><pre class="programlisting">void                gtk_clist_set_selectable            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3149
<a class="indexterm" name="id4068263"></a><pre class="programlisting">void                gtk_clist_set_selectable            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3150
3150
                                                         <a
3151
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3151
href="../glib/glib-Basic-Types.html#gint"
3152
3152
>gint</a> row,
3153
3153
                                                         <a
3154
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
3154
href="../glib/glib-Basic-Types.html#gboolean"
3155
3155
>gboolean</a> selectable);</pre>
3156
3156
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3157
3157
<h3 class="title">Warning</h3>
3164
3164
<col align="left" valign="top">
3165
3165
<tbody>
3166
3166
<tr>
3167
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3168
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3167
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3168
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3169
3169
</td>
3170
3170
</tr>
3171
3171
<tr>
3172
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3172
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3173
3173
<td>The row to affect.
3174
3174
</td>
3175
3175
</tr>
3176
3176
<tr>
3177
 
<td><span class="term"><em class="parameter"><code>selectable</code></em>&#160;:</span></td>
 
3177
<td><p><span class="term"><em class="parameter"><code>selectable</code></em>&#160;:</span></p></td>
3178
3178
<td>
3179
3179
<a
3180
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
3180
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
3181
3181
><code class="literal">TRUE</code></a> or <a
3182
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
3182
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
3183
3183
><code class="literal">FALSE</code></a>.
3184
3184
 
3185
3185
 
3190
3190
</div>
3191
3191
<hr>
3192
3192
<div class="refsect2" lang="en">
3193
 
<a name="id4310356"></a><h3>
 
3193
<a name="id4068394"></a><h3>
3194
3194
<a name="gtk-clist-get-selectable"></a>gtk_clist_get_selectable ()</h3>
3195
 
<a class="indexterm" name="id4310372"></a><pre class="programlisting"><a
3196
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
3197
 
>gboolean</a>            gtk_clist_get_selectable            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3195
<a class="indexterm" name="id4068409"></a><pre class="programlisting"><a
 
3196
href="../glib/glib-Basic-Types.html#gboolean"
 
3197
>gboolean</a>            gtk_clist_get_selectable            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3198
3198
                                                         <a
3199
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3199
href="../glib/glib-Basic-Types.html#gint"
3200
3200
>gint</a> row);</pre>
3201
3201
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3202
3202
<h3 class="title">Warning</h3>
3209
3209
<col align="left" valign="top">
3210
3210
<tbody>
3211
3211
<tr>
3212
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3213
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3212
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3213
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3214
3214
</td>
3215
3215
</tr>
3216
3216
<tr>
3217
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3217
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3218
3218
<td>The row to query.
3219
3219
</td>
3220
3220
</tr>
3221
3221
<tr>
3222
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
3222
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3223
3223
<td>A <a
3224
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
3224
href="../glib/glib-Basic-Types.html#gboolean"
3225
3225
><span class="type">gboolean</span></a> value.
3226
3226
 
3227
3227
 
3232
3232
</div>
3233
3233
<hr>
3234
3234
<div class="refsect2" lang="en">
3235
 
<a name="id4310479"></a><h3>
 
3235
<a name="id4068517"></a><h3>
3236
3236
<a name="gtk-clist-prepend"></a>gtk_clist_prepend ()</h3>
3237
 
<a class="indexterm" name="id4310495"></a><pre class="programlisting"><a
3238
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
3239
 
>gint</a>                gtk_clist_prepend                   (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3237
<a class="indexterm" name="id4068533"></a><pre class="programlisting"><a
 
3238
href="../glib/glib-Basic-Types.html#gint"
 
3239
>gint</a>                gtk_clist_prepend                   (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3240
3240
                                                         <a
3241
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
3241
href="../glib/glib-Basic-Types.html#gchar"
3242
3242
>gchar</a> *text[]);</pre>
3243
3243
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3244
3244
<h3 class="title">Warning</h3>
3251
3251
<col align="left" valign="top">
3252
3252
<tbody>
3253
3253
<tr>
3254
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3255
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3254
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3255
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3256
3256
</td>
3257
3257
</tr>
3258
3258
<tr>
3259
 
<td><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></td>
 
3259
<td><p><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></p></td>
3260
3260
<td>An array of strings to add.
3261
3261
</td>
3262
3262
</tr>
3263
3263
<tr>
3264
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
3264
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3265
3265
<td>The number of the row added.
3266
3266
 
3267
3267
 
3272
3272
</div>
3273
3273
<hr>
3274
3274
<div class="refsect2" lang="en">
3275
 
<a name="id4310595"></a><h3>
 
3275
<a name="id4068633"></a><h3>
3276
3276
<a name="gtk-clist-append"></a>gtk_clist_append ()</h3>
3277
 
<a class="indexterm" name="id4310611"></a><pre class="programlisting"><a
3278
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
3279
 
>gint</a>                gtk_clist_append                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3277
<a class="indexterm" name="id4068648"></a><pre class="programlisting"><a
 
3278
href="../glib/glib-Basic-Types.html#gint"
 
3279
>gint</a>                gtk_clist_append                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3280
3280
                                                         <a
3281
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
3281
href="../glib/glib-Basic-Types.html#gchar"
3282
3282
>gchar</a> *text[]);</pre>
3283
3283
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3284
3284
<h3 class="title">Warning</h3>
3291
3291
<col align="left" valign="top">
3292
3292
<tbody>
3293
3293
<tr>
3294
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3295
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3294
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3295
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3296
3296
</td>
3297
3297
</tr>
3298
3298
<tr>
3299
 
<td><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></td>
 
3299
<td><p><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></p></td>
3300
3300
<td>An array of strings to add.
3301
3301
</td>
3302
3302
</tr>
3303
3303
<tr>
3304
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
3304
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3305
3305
<td>The number of the row added.
3306
3306
 
3307
3307
 
3312
3312
</div>
3313
3313
<hr>
3314
3314
<div class="refsect2" lang="en">
3315
 
<a name="id4310711"></a><h3>
 
3315
<a name="id4068749"></a><h3>
3316
3316
<a name="gtk-clist-insert"></a>gtk_clist_insert ()</h3>
3317
 
<a class="indexterm" name="id4310726"></a><pre class="programlisting"><a
3318
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
3319
 
>gint</a>                gtk_clist_insert                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3317
<a class="indexterm" name="id4068764"></a><pre class="programlisting"><a
 
3318
href="../glib/glib-Basic-Types.html#gint"
 
3319
>gint</a>                gtk_clist_insert                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3320
3320
                                                         <a
3321
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3321
href="../glib/glib-Basic-Types.html#gint"
3322
3322
>gint</a> row,
3323
3323
                                                         <a
3324
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
3324
href="../glib/glib-Basic-Types.html#gchar"
3325
3325
>gchar</a> *text[]);</pre>
3326
3326
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3327
3327
<h3 class="title">Warning</h3>
3334
3334
<col align="left" valign="top">
3335
3335
<tbody>
3336
3336
<tr>
3337
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3338
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3337
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3338
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3339
3339
</td>
3340
3340
</tr>
3341
3341
<tr>
3342
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3342
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3343
3343
<td>The row where the text should be inserted.
3344
3344
</td>
3345
3345
</tr>
3346
3346
<tr>
3347
 
<td><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></td>
 
3347
<td><p><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></p></td>
3348
3348
<td>An array of string to add.
3349
3349
</td>
3350
3350
</tr>
3351
3351
<tr>
3352
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
3352
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3353
3353
<td>The number of the row added.
3354
3354
 
3355
3355
 
3360
3360
</div>
3361
3361
<hr>
3362
3362
<div class="refsect2" lang="en">
3363
 
<a name="id4310849"></a><h3>
 
3363
<a name="id4068887"></a><h3>
3364
3364
<a name="gtk-clist-remove"></a>gtk_clist_remove ()</h3>
3365
 
<a class="indexterm" name="id4310864"></a><pre class="programlisting">void                gtk_clist_remove                    (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3365
<a class="indexterm" name="id4068902"></a><pre class="programlisting">void                gtk_clist_remove                    (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3366
3366
                                                         <a
3367
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3367
href="../glib/glib-Basic-Types.html#gint"
3368
3368
>gint</a> row);</pre>
3369
3369
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3370
3370
<h3 class="title">Warning</h3>
3377
3377
<col align="left" valign="top">
3378
3378
<tbody>
3379
3379
<tr>
3380
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3381
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3380
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3381
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3382
3382
</td>
3383
3383
</tr>
3384
3384
<tr>
3385
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3385
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3386
3386
<td>The row to remove.
3387
3387
 
3388
3388
 
3393
3393
</div>
3394
3394
<hr>
3395
3395
<div class="refsect2" lang="en">
3396
 
<a name="id4310954"></a><h3>
 
3396
<a name="id4068992"></a><h3>
3397
3397
<a name="gtk-clist-set-row-data"></a>gtk_clist_set_row_data ()</h3>
3398
 
<a class="indexterm" name="id4310970"></a><pre class="programlisting">void                gtk_clist_set_row_data              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3398
<a class="indexterm" name="id4069007"></a><pre class="programlisting">void                gtk_clist_set_row_data              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3399
3399
                                                         <a
3400
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3400
href="../glib/glib-Basic-Types.html#gint"
3401
3401
>gint</a> row,
3402
3402
                                                         <a
3403
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
3403
href="../glib/glib-Basic-Types.html#gpointer"
3404
3404
>gpointer</a> data);</pre>
3405
3405
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3406
3406
<h3 class="title">Warning</h3>
3413
3413
<col align="left" valign="top">
3414
3414
<tbody>
3415
3415
<tr>
3416
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3417
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3416
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3417
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3418
3418
</td>
3419
3419
</tr>
3420
3420
<tr>
3421
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3421
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3422
3422
<td>The row to affect.
3423
3423
</td>
3424
3424
</tr>
3425
3425
<tr>
3426
 
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
 
3426
<td><p><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></p></td>
3427
3427
<td>The data to set for the row.
3428
3428
 
3429
3429
 
3434
3434
</div>
3435
3435
<hr>
3436
3436
<div class="refsect2" lang="en">
3437
 
<a name="id4311082"></a><h3>
 
3437
<a name="id4069120"></a><h3>
3438
3438
<a name="gtk-clist-set-row-data-full"></a>gtk_clist_set_row_data_full ()</h3>
3439
 
<a class="indexterm" name="id4311099"></a><pre class="programlisting">void                gtk_clist_set_row_data_full         (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3439
<a class="indexterm" name="id4069136"></a><pre class="programlisting">void                gtk_clist_set_row_data_full         (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3440
3440
                                                         <a
3441
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3441
href="../glib/glib-Basic-Types.html#gint"
3442
3442
>gint</a> row,
3443
3443
                                                         <a
3444
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
3444
href="../glib/glib-Basic-Types.html#gpointer"
3445
3445
>gpointer</a> data,
3446
 
                                                         <a href="gtk-Types.html#GtkDestroyNotify">GtkDestroyNotify</a> destroy);</pre>
 
3446
                                                         <a class="link" href="gtk-Types.html#GtkDestroyNotify">GtkDestroyNotify</a> destroy);</pre>
3447
3447
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3448
3448
<h3 class="title">Warning</h3>
3449
3449
<p><code class="literal">gtk_clist_set_row_data_full</code> is deprecated and should not be used in newly-written code.</p>
3455
3455
<col align="left" valign="top">
3456
3456
<tbody>
3457
3457
<tr>
3458
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3459
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3458
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3459
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3460
3460
</td>
3461
3461
</tr>
3462
3462
<tr>
3463
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3463
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3464
3464
<td>The row to affect.
3465
3465
</td>
3466
3466
</tr>
3467
3467
<tr>
3468
 
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
 
3468
<td><p><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></p></td>
3469
3469
<td>The data to set for the row.
3470
3470
</td>
3471
3471
</tr>
3472
3472
<tr>
3473
 
<td><span class="term"><em class="parameter"><code>destroy</code></em>&#160;:</span></td>
3474
 
<td>A <a href="gtk-Types.html#GtkDestroyNotify"><span class="type">GtkDestroyNotify</span></a> function to be called when the row is destroyed.
 
3473
<td><p><span class="term"><em class="parameter"><code>destroy</code></em>&#160;:</span></p></td>
 
3474
<td>A <a class="link" href="gtk-Types.html#GtkDestroyNotify"><span class="type">GtkDestroyNotify</span></a> function to be called when the row is destroyed.
3475
3475
 
3476
3476
 
3477
3477
</td>
3481
3481
</div>
3482
3482
<hr>
3483
3483
<div class="refsect2" lang="en">
3484
 
<a name="id4311241"></a><h3>
 
3484
<a name="id4069279"></a><h3>
3485
3485
<a name="gtk-clist-get-row-data"></a>gtk_clist_get_row_data ()</h3>
3486
 
<a class="indexterm" name="id4311257"></a><pre class="programlisting"><a
3487
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
3488
 
>gpointer</a>            gtk_clist_get_row_data              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3486
<a class="indexterm" name="id4069295"></a><pre class="programlisting"><a
 
3487
href="../glib/glib-Basic-Types.html#gpointer"
 
3488
>gpointer</a>            gtk_clist_get_row_data              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3489
3489
                                                         <a
3490
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3490
href="../glib/glib-Basic-Types.html#gint"
3491
3491
>gint</a> row);</pre>
3492
3492
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3493
3493
<h3 class="title">Warning</h3>
3500
3500
<col align="left" valign="top">
3501
3501
<tbody>
3502
3502
<tr>
3503
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3504
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3503
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3504
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3505
3505
</td>
3506
3506
</tr>
3507
3507
<tr>
3508
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3508
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3509
3509
<td>The row to query.
3510
3510
</td>
3511
3511
</tr>
3512
3512
<tr>
3513
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
3513
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3514
3514
<td>The data set for the row.
3515
3515
 
3516
3516
 
3521
3521
</div>
3522
3522
<hr>
3523
3523
<div class="refsect2" lang="en">
3524
 
<a name="id4311358"></a><h3>
 
3524
<a name="id4069395"></a><h3>
3525
3525
<a name="gtk-clist-find-row-from-data"></a>gtk_clist_find_row_from_data ()</h3>
3526
 
<a class="indexterm" name="id4311374"></a><pre class="programlisting"><a
3527
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
3528
 
>gint</a>                gtk_clist_find_row_from_data        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3526
<a class="indexterm" name="id4069411"></a><pre class="programlisting"><a
 
3527
href="../glib/glib-Basic-Types.html#gint"
 
3528
>gint</a>                gtk_clist_find_row_from_data        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3529
3529
                                                         <a
3530
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
3530
href="../glib/glib-Basic-Types.html#gpointer"
3531
3531
>gpointer</a> data);</pre>
3532
3532
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3533
3533
<h3 class="title">Warning</h3>
3540
3540
<col align="left" valign="top">
3541
3541
<tbody>
3542
3542
<tr>
3543
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3544
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to search.
 
3543
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3544
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to search.
3545
3545
</td>
3546
3546
</tr>
3547
3547
<tr>
3548
 
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
 
3548
<td><p><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></p></td>
3549
3549
<td>The data to search for a match.
3550
3550
</td>
3551
3551
</tr>
3552
3552
<tr>
3553
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
3553
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3554
3554
<td>The number of the matching row, or -1 if no match could be found.
3555
3555
 
3556
3556
 
3561
3561
</div>
3562
3562
<hr>
3563
3563
<div class="refsect2" lang="en">
3564
 
<a name="id4311476"></a><h3>
 
3564
<a name="id4069513"></a><h3>
3565
3565
<a name="gtk-clist-select-row"></a>gtk_clist_select_row ()</h3>
3566
 
<a class="indexterm" name="id4311491"></a><pre class="programlisting">void                gtk_clist_select_row                (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3566
<a class="indexterm" name="id4069529"></a><pre class="programlisting">void                gtk_clist_select_row                (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3567
3567
                                                         <a
3568
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3568
href="../glib/glib-Basic-Types.html#gint"
3569
3569
>gint</a> row,
3570
3570
                                                         <a
3571
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3571
href="../glib/glib-Basic-Types.html#gint"
3572
3572
>gint</a> column);</pre>
3573
3573
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3574
3574
<h3 class="title">Warning</h3>
3581
3581
<col align="left" valign="top">
3582
3582
<tbody>
3583
3583
<tr>
3584
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3585
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3584
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3585
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3586
3586
</td>
3587
3587
</tr>
3588
3588
<tr>
3589
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3589
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3590
3590
<td>The row to select.
3591
3591
</td>
3592
3592
</tr>
3593
3593
<tr>
3594
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
3594
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
3595
3595
<td>The column to select.
3596
3596
 
3597
3597
 
3602
3602
</div>
3603
3603
<hr>
3604
3604
<div class="refsect2" lang="en">
3605
 
<a name="id4311604"></a><h3>
 
3605
<a name="id4069642"></a><h3>
3606
3606
<a name="gtk-clist-unselect-row"></a>gtk_clist_unselect_row ()</h3>
3607
 
<a class="indexterm" name="id4311620"></a><pre class="programlisting">void                gtk_clist_unselect_row              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3607
<a class="indexterm" name="id4069657"></a><pre class="programlisting">void                gtk_clist_unselect_row              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3608
3608
                                                         <a
3609
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3609
href="../glib/glib-Basic-Types.html#gint"
3610
3610
>gint</a> row,
3611
3611
                                                         <a
3612
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3612
href="../glib/glib-Basic-Types.html#gint"
3613
3613
>gint</a> column);</pre>
3614
3614
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3615
3615
<h3 class="title">Warning</h3>
3622
3622
<col align="left" valign="top">
3623
3623
<tbody>
3624
3624
<tr>
3625
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3626
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3625
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3626
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3627
3627
</td>
3628
3628
</tr>
3629
3629
<tr>
3630
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3630
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3631
3631
<td>The row to select.
3632
3632
</td>
3633
3633
</tr>
3634
3634
<tr>
3635
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
3635
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
3636
3636
<td>The column to select.
3637
3637
 
3638
3638
 
3643
3643
</div>
3644
3644
<hr>
3645
3645
<div class="refsect2" lang="en">
3646
 
<a name="id4311732"></a><h3>
 
3646
<a name="id4069770"></a><h3>
3647
3647
<a name="gtk-clist-undo-selection"></a>gtk_clist_undo_selection ()</h3>
3648
 
<a class="indexterm" name="id4311748"></a><pre class="programlisting">void                gtk_clist_undo_selection            (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
3648
<a class="indexterm" name="id4069785"></a><pre class="programlisting">void                gtk_clist_undo_selection            (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
3649
3649
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3650
3650
<h3 class="title">Warning</h3>
3651
3651
<p><code class="literal">gtk_clist_undo_selection</code> is deprecated and should not be used in newly-written code.</p>
3656
3656
<div class="variablelist"><table border="0">
3657
3657
<col align="left" valign="top">
3658
3658
<tbody><tr>
3659
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3660
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3659
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3660
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3661
3661
 
3662
3662
 
3663
3663
</td>
3666
3666
</div>
3667
3667
<hr>
3668
3668
<div class="refsect2" lang="en">
3669
 
<a name="id4311816"></a><h3>
 
3669
<a name="id4069854"></a><h3>
3670
3670
<a name="gtk-clist-clear"></a>gtk_clist_clear ()</h3>
3671
 
<a class="indexterm" name="id4311832"></a><pre class="programlisting">void                gtk_clist_clear                     (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
3671
<a class="indexterm" name="id4069869"></a><pre class="programlisting">void                gtk_clist_clear                     (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
3672
3672
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3673
3673
<h3 class="title">Warning</h3>
3674
3674
<p><code class="literal">gtk_clist_clear</code> is deprecated and should not be used in newly-written code.</p>
3679
3679
<div class="variablelist"><table border="0">
3680
3680
<col align="left" valign="top">
3681
3681
<tbody><tr>
3682
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3683
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3682
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3683
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3684
3684
 
3685
3685
 
3686
3686
</td>
3689
3689
</div>
3690
3690
<hr>
3691
3691
<div class="refsect2" lang="en">
3692
 
<a name="id4311899"></a><h3>
 
3692
<a name="id4069937"></a><h3>
3693
3693
<a name="gtk-clist-get-selection-info"></a>gtk_clist_get_selection_info ()</h3>
3694
 
<a class="indexterm" name="id4311915"></a><pre class="programlisting"><a
3695
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
3696
 
>gint</a>                gtk_clist_get_selection_info        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3694
<a class="indexterm" name="id4069953"></a><pre class="programlisting"><a
 
3695
href="../glib/glib-Basic-Types.html#gint"
 
3696
>gint</a>                gtk_clist_get_selection_info        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3697
3697
                                                         <a
3698
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3698
href="../glib/glib-Basic-Types.html#gint"
3699
3699
>gint</a> x,
3700
3700
                                                         <a
3701
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3701
href="../glib/glib-Basic-Types.html#gint"
3702
3702
>gint</a> y,
3703
3703
                                                         <a
3704
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3704
href="../glib/glib-Basic-Types.html#gint"
3705
3705
>gint</a> *row,
3706
3706
                                                         <a
3707
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3707
href="../glib/glib-Basic-Types.html#gint"
3708
3708
>gint</a> *column);</pre>
3709
3709
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3710
3710
<h3 class="title">Warning</h3>
3717
3717
<col align="left" valign="top">
3718
3718
<tbody>
3719
3719
<tr>
3720
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3721
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3720
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3721
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3722
3722
</td>
3723
3723
</tr>
3724
3724
<tr>
3725
 
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
 
3725
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
3726
3726
<td>The horizontal pixel position to check.
3727
3727
</td>
3728
3728
</tr>
3729
3729
<tr>
3730
 
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
 
3730
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
3731
3731
<td>The vertical pixel position to check..
3732
3732
</td>
3733
3733
</tr>
3734
3734
<tr>
3735
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
3735
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
3736
3736
<td>Pointer to a <a
3737
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3737
href="../glib/glib-Basic-Types.html#gint"
3738
3738
><span class="type">gint</span></a> to store the row value.
3739
3739
</td>
3740
3740
</tr>
3741
3741
<tr>
3742
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
3742
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
3743
3743
<td>Pointer to a <a
3744
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3744
href="../glib/glib-Basic-Types.html#gint"
3745
3745
><span class="type">gint</span></a> to store the column value.
3746
3746
</td>
3747
3747
</tr>
3748
3748
<tr>
3749
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
3749
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3750
3750
<td>1 if row/column is returned and in range, 0 otherwise.
3751
3751
 
3752
3752
 
3757
3757
</div>
3758
3758
<hr>
3759
3759
<div class="refsect2" lang="en">
3760
 
<a name="id4312099"></a><h3>
 
3760
<a name="id4070137"></a><h3>
3761
3761
<a name="gtk-clist-select-all"></a>gtk_clist_select_all ()</h3>
3762
 
<a class="indexterm" name="id4312115"></a><pre class="programlisting">void                gtk_clist_select_all                (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
3762
<a class="indexterm" name="id4070152"></a><pre class="programlisting">void                gtk_clist_select_all                (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
3763
3763
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3764
3764
<h3 class="title">Warning</h3>
3765
3765
<p><code class="literal">gtk_clist_select_all</code> is deprecated and should not be used in newly-written code.</p>
3771
3771
<div class="variablelist"><table border="0">
3772
3772
<col align="left" valign="top">
3773
3773
<tbody><tr>
3774
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3775
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3774
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3775
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3776
3776
 
3777
3777
 
3778
3778
</td>
3781
3781
</div>
3782
3782
<hr>
3783
3783
<div class="refsect2" lang="en">
3784
 
<a name="id4312184"></a><h3>
 
3784
<a name="id4070222"></a><h3>
3785
3785
<a name="gtk-clist-unselect-all"></a>gtk_clist_unselect_all ()</h3>
3786
 
<a class="indexterm" name="id4312199"></a><pre class="programlisting">void                gtk_clist_unselect_all              (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
3786
<a class="indexterm" name="id4070237"></a><pre class="programlisting">void                gtk_clist_unselect_all              (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
3787
3787
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3788
3788
<h3 class="title">Warning</h3>
3789
3789
<p><code class="literal">gtk_clist_unselect_all</code> is deprecated and should not be used in newly-written code.</p>
3794
3794
<div class="variablelist"><table border="0">
3795
3795
<col align="left" valign="top">
3796
3796
<tbody><tr>
3797
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3798
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3797
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3798
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3799
3799
 
3800
3800
 
3801
3801
</td>
3804
3804
</div>
3805
3805
<hr>
3806
3806
<div class="refsect2" lang="en">
3807
 
<a name="id4312267"></a><h3>
 
3807
<a name="id4070305"></a><h3>
3808
3808
<a name="gtk-clist-swap-rows"></a>gtk_clist_swap_rows ()</h3>
3809
 
<a class="indexterm" name="id4312283"></a><pre class="programlisting">void                gtk_clist_swap_rows                 (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3809
<a class="indexterm" name="id4070320"></a><pre class="programlisting">void                gtk_clist_swap_rows                 (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3810
3810
                                                         <a
3811
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3811
href="../glib/glib-Basic-Types.html#gint"
3812
3812
>gint</a> row1,
3813
3813
                                                         <a
3814
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3814
href="../glib/glib-Basic-Types.html#gint"
3815
3815
>gint</a> row2);</pre>
3816
3816
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3817
3817
<h3 class="title">Warning</h3>
3824
3824
<col align="left" valign="top">
3825
3825
<tbody>
3826
3826
<tr>
3827
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3828
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3827
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3828
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3829
3829
</td>
3830
3830
</tr>
3831
3831
<tr>
3832
 
<td><span class="term"><em class="parameter"><code>row1</code></em>&#160;:</span></td>
 
3832
<td><p><span class="term"><em class="parameter"><code>row1</code></em>&#160;:</span></p></td>
3833
3833
<td>Number of the first row.
3834
3834
</td>
3835
3835
</tr>
3836
3836
<tr>
3837
 
<td><span class="term"><em class="parameter"><code>row2</code></em>&#160;:</span></td>
 
3837
<td><p><span class="term"><em class="parameter"><code>row2</code></em>&#160;:</span></p></td>
3838
3838
<td>Number of the second row.
3839
3839
 
3840
3840
 
3845
3845
</div>
3846
3846
<hr>
3847
3847
<div class="refsect2" lang="en">
3848
 
<a name="id4312394"></a><h3>
 
3848
<a name="id4070432"></a><h3>
3849
3849
<a name="gtk-clist-set-compare-func"></a>gtk_clist_set_compare_func ()</h3>
3850
 
<a class="indexterm" name="id4312410"></a><pre class="programlisting">void                gtk_clist_set_compare_func          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3851
 
                                                         <a href="GtkCList.html#GtkCListCompareFunc">GtkCListCompareFunc</a> cmp_func);</pre>
 
3850
<a class="indexterm" name="id4070448"></a><pre class="programlisting">void                gtk_clist_set_compare_func          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3851
                                                         <a class="link" href="GtkCList.html#GtkCListCompareFunc">GtkCListCompareFunc</a> cmp_func);</pre>
3852
3852
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3853
3853
<h3 class="title">Warning</h3>
3854
3854
<p><code class="literal">gtk_clist_set_compare_func</code> is deprecated and should not be used in newly-written code.</p>
3856
3856
<p>
3857
3857
Sets the compare function of the <span class="type">GtkClist</span> to <em class="parameter"><code>cmp_func</code></em>. If <em class="parameter"><code>cmp_func</code></em> is NULL,
3858
3858
then the default compare function is used. The default compare function sorts
3859
 
ascending or with the type set by <a href="GtkCList.html#gtk-clist-set-sort-type"><code class="function">gtk_clist_set_sort_type()</code></a> by the column set
3860
 
by <a href="GtkCList.html#gtk-clist-set-sort-column"><code class="function">gtk_clist_set_sort_column()</code></a>.
 
3859
ascending or with the type set by <a class="link" href="GtkCList.html#gtk-clist-set-sort-type"><code class="function">gtk_clist_set_sort_type()</code></a> by the column set
 
3860
by <a class="link" href="GtkCList.html#gtk-clist-set-sort-column"><code class="function">gtk_clist_set_sort_column()</code></a>.
3861
3861
</p>
3862
3862
<div class="variablelist"><table border="0">
3863
3863
<col align="left" valign="top">
3864
3864
<tbody>
3865
3865
<tr>
3866
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3867
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3866
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3867
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3868
3868
</td>
3869
3869
</tr>
3870
3870
<tr>
3871
 
<td><span class="term"><em class="parameter"><code>cmp_func</code></em>&#160;:</span></td>
 
3871
<td><p><span class="term"><em class="parameter"><code>cmp_func</code></em>&#160;:</span></p></td>
3872
3872
<td>The <span class="type">GtkCompareFunction</span> to use.
3873
3873
 
3874
3874
 
3879
3879
</div>
3880
3880
<hr>
3881
3881
<div class="refsect2" lang="en">
3882
 
<a name="id4312555"></a><h3>
 
3882
<a name="id4070592"></a><h3>
3883
3883
<a name="gtk-clist-set-sort-column"></a>gtk_clist_set_sort_column ()</h3>
3884
 
<a class="indexterm" name="id4312571"></a><pre class="programlisting">void                gtk_clist_set_sort_column           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3884
<a class="indexterm" name="id4070609"></a><pre class="programlisting">void                gtk_clist_set_sort_column           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3885
3885
                                                         <a
3886
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
3886
href="../glib/glib-Basic-Types.html#gint"
3887
3887
>gint</a> column);</pre>
3888
3888
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3889
3889
<h3 class="title">Warning</h3>
3897
3897
<col align="left" valign="top">
3898
3898
<tbody>
3899
3899
<tr>
3900
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3901
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3900
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3901
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3902
3902
</td>
3903
3903
</tr>
3904
3904
<tr>
3905
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
3905
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
3906
3906
<td>The column to sort by
3907
3907
 
3908
3908
 
3913
3913
</div>
3914
3914
<hr>
3915
3915
<div class="refsect2" lang="en">
3916
 
<a name="id4312662"></a><h3>
 
3916
<a name="id4070700"></a><h3>
3917
3917
<a name="gtk-clist-set-sort-type"></a>gtk_clist_set_sort_type ()</h3>
3918
 
<a class="indexterm" name="id4312678"></a><pre class="programlisting">void                gtk_clist_set_sort_type             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3919
 
                                                         <a href="gtk-Standard-Enumerations.html#GtkSortType">GtkSortType</a> sort_type);</pre>
 
3918
<a class="indexterm" name="id4070715"></a><pre class="programlisting">void                gtk_clist_set_sort_type             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3919
                                                         <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType">GtkSortType</a> sort_type);</pre>
3920
3920
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3921
3921
<h3 class="title">Warning</h3>
3922
3922
<p><code class="literal">gtk_clist_set_sort_type</code> is deprecated and should not be used in newly-written code.</p>
3929
3929
<col align="left" valign="top">
3930
3930
<tbody>
3931
3931
<tr>
3932
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3933
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3932
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3933
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3934
3934
</td>
3935
3935
</tr>
3936
3936
<tr>
3937
 
<td><span class="term"><em class="parameter"><code>sort_type</code></em>&#160;:</span></td>
3938
 
<td>the <a href="gtk-Standard-Enumerations.html#GtkSortType"><span class="type">GtkSortType</span></a> to use
 
3937
<td><p><span class="term"><em class="parameter"><code>sort_type</code></em>&#160;:</span></p></td>
 
3938
<td>the <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType"><span class="type">GtkSortType</span></a> to use
3939
3939
 
3940
3940
 
3941
3941
</td>
3945
3945
</div>
3946
3946
<hr>
3947
3947
<div class="refsect2" lang="en">
3948
 
<a name="id4312785"></a><h3>
 
3948
<a name="id4070822"></a><h3>
3949
3949
<a name="gtk-clist-sort"></a>gtk_clist_sort ()</h3>
3950
 
<a class="indexterm" name="id4312800"></a><pre class="programlisting">void                gtk_clist_sort                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
3950
<a class="indexterm" name="id4070837"></a><pre class="programlisting">void                gtk_clist_sort                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
3951
3951
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3952
3952
<h3 class="title">Warning</h3>
3953
3953
<p><code class="literal">gtk_clist_sort</code> is deprecated and should not be used in newly-written code.</p>
3954
3954
</div>
3955
3955
<p>
3956
3956
Sorts the <span class="type">GtkClist</span> according to the current compare function, which
3957
 
can be set with the <a href="GtkCList.html#gtk-clist-set-compare-func"><code class="function">gtk_clist_set_compare_func()</code></a> function.
 
3957
can be set with the <a class="link" href="GtkCList.html#gtk-clist-set-compare-func"><code class="function">gtk_clist_set_compare_func()</code></a> function.
3958
3958
</p>
3959
3959
<div class="variablelist"><table border="0">
3960
3960
<col align="left" valign="top">
3961
3961
<tbody><tr>
3962
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3963
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to sort.
 
3962
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3963
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to sort.
3964
3964
 
3965
3965
 
3966
3966
</td>
3969
3969
</div>
3970
3970
<hr>
3971
3971
<div class="refsect2" lang="en">
3972
 
<a name="id4312888"></a><h3>
 
3972
<a name="id4070926"></a><h3>
3973
3973
<a name="gtk-clist-set-auto-sort"></a>gtk_clist_set_auto_sort ()</h3>
3974
 
<a class="indexterm" name="id4312903"></a><pre class="programlisting">void                gtk_clist_set_auto_sort             (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
3974
<a class="indexterm" name="id4070941"></a><pre class="programlisting">void                gtk_clist_set_auto_sort             (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
3975
3975
                                                         <a
3976
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
3976
href="../glib/glib-Basic-Types.html#gboolean"
3977
3977
>gboolean</a> auto_sort);</pre>
3978
3978
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3979
3979
<h3 class="title">Warning</h3>
3980
3980
<p><code class="literal">gtk_clist_set_auto_sort</code> is deprecated and should not be used in newly-written code.</p>
3981
3981
</div>
3982
3982
<p>
3983
 
Turns on or off auto sort of the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>. If auto sort is on, then the CList will be resorted when a row is inserted into the CList.
 
3983
Turns on or off auto sort of the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>. If auto sort is on, then the CList will be resorted when a row is inserted into the CList.
3984
3984
</p>
3985
3985
<div class="variablelist"><table border="0">
3986
3986
<col align="left" valign="top">
3987
3987
<tbody>
3988
3988
<tr>
3989
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
3990
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
3989
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
3990
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
3991
3991
</td>
3992
3992
</tr>
3993
3993
<tr>
3994
 
<td><span class="term"><em class="parameter"><code>auto_sort</code></em>&#160;:</span></td>
 
3994
<td><p><span class="term"><em class="parameter"><code>auto_sort</code></em>&#160;:</span></p></td>
3995
3995
<td>whether auto sort should be on or off
3996
3996
 
3997
3997
 
4002
4002
</div>
4003
4003
<hr>
4004
4004
<div class="refsect2" lang="en">
4005
 
<a name="id4313003"></a><h3>
 
4005
<a name="id4071040"></a><h3>
4006
4006
<a name="gtk-clist-columns-autosize"></a>gtk_clist_columns_autosize ()</h3>
4007
 
<a class="indexterm" name="id4313019"></a><pre class="programlisting"><a
4008
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
4009
 
>gint</a>                gtk_clist_columns_autosize          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
4007
<a class="indexterm" name="id4071057"></a><pre class="programlisting"><a
 
4008
href="../glib/glib-Basic-Types.html#gint"
 
4009
>gint</a>                gtk_clist_columns_autosize          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
4010
4010
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4011
4011
<h3 class="title">Warning</h3>
4012
4012
<p><code class="literal">gtk_clist_columns_autosize</code> is deprecated and should not be used in newly-written code.</p>
4018
4018
<col align="left" valign="top">
4019
4019
<tbody>
4020
4020
<tr>
4021
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4022
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4021
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4022
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4023
4023
</td>
4024
4024
</tr>
4025
4025
<tr>
4026
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
4026
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
4027
4027
<td>The total width of the CList.
4028
4028
 
4029
4029
 
4034
4034
</div>
4035
4035
<hr>
4036
4036
<div class="refsect2" lang="en">
4037
 
<a name="id4313098"></a><h3>
 
4037
<a name="id4071136"></a><h3>
4038
4038
<a name="gtk-clist-get-column-title"></a>gtk_clist_get_column_title ()</h3>
4039
 
<a class="indexterm" name="id4313114"></a><pre class="programlisting"><a
4040
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
4041
 
>gchar</a>*              gtk_clist_get_column_title          (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4039
<a class="indexterm" name="id4071152"></a><pre class="programlisting"><a
 
4040
href="../glib/glib-Basic-Types.html#gchar"
 
4041
>gchar</a>*              gtk_clist_get_column_title          (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4042
4042
                                                         <a
4043
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4043
href="../glib/glib-Basic-Types.html#gint"
4044
4044
>gint</a> column);</pre>
4045
4045
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4046
4046
<h3 class="title">Warning</h3>
4053
4053
<col align="left" valign="top">
4054
4054
<tbody>
4055
4055
<tr>
4056
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4057
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4056
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4057
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4058
4058
</td>
4059
4059
</tr>
4060
4060
<tr>
4061
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
4061
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
4062
4062
<td>The column to query.
4063
4063
</td>
4064
4064
</tr>
4065
4065
<tr>
4066
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
4066
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
4067
4067
<td>The title of the column.
4068
4068
 
4069
4069
 
4074
4074
</div>
4075
4075
<hr>
4076
4076
<div class="refsect2" lang="en">
4077
 
<a name="id4313215"></a><h3>
 
4077
<a name="id4071252"></a><h3>
4078
4078
<a name="gtk-clist-get-column-widget"></a>gtk_clist_get_column_widget ()</h3>
4079
 
<a class="indexterm" name="id4313231"></a><pre class="programlisting"><a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_clist_get_column_widget         (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4079
<a class="indexterm" name="id4071268"></a><pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_clist_get_column_widget         (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4080
4080
                                                         <a
4081
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4081
href="../glib/glib-Basic-Types.html#gint"
4082
4082
>gint</a> column);</pre>
4083
4083
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4084
4084
<h3 class="title">Warning</h3>
4091
4091
<col align="left" valign="top">
4092
4092
<tbody>
4093
4093
<tr>
4094
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4095
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4094
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4095
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4096
4096
</td>
4097
4097
</tr>
4098
4098
<tr>
4099
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
4099
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
4100
4100
<td>The column to query.
4101
4101
</td>
4102
4102
</tr>
4103
4103
<tr>
4104
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
4105
 
<td>Pointer to a <a href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> for the column header.
 
4104
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
4105
<td>Pointer to a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> for the column header.
4106
4106
 
4107
4107
 
4108
4108
</td>
4112
4112
</div>
4113
4113
<hr>
4114
4114
<div class="refsect2" lang="en">
4115
 
<a name="id4313339"></a><h3>
 
4115
<a name="id4071377"></a><h3>
4116
4116
<a name="gtk-clist-get-hadjustment"></a>gtk_clist_get_hadjustment ()</h3>
4117
 
<a class="indexterm" name="id4313356"></a><pre class="programlisting"><a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a>*      gtk_clist_get_hadjustment           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
4117
<a class="indexterm" name="id4071393"></a><pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a>*      gtk_clist_get_hadjustment           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
4118
4118
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4119
4119
<h3 class="title">Warning</h3>
4120
4120
<p><code class="literal">gtk_clist_get_hadjustment</code> is deprecated and should not be used in newly-written code.</p>
4121
4121
</div>
4122
4122
<p>
4123
 
Gets the <a href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> currently being used for the horizontal
 
4123
Gets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> currently being used for the horizontal
4124
4124
aspect.
4125
4125
</p>
4126
4126
<div class="variablelist"><table border="0">
4127
4127
<col align="left" valign="top">
4128
4128
<tbody>
4129
4129
<tr>
4130
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4131
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
 
4130
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4131
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
4132
4132
</td>
4133
4133
</tr>
4134
4134
<tr>
4135
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
4136
 
<td>A <a href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or NULL if none is currently
 
4135
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
4136
<td>A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or NULL if none is currently
4137
4137
being used.
4138
4138
 
4139
4139
 
4144
4144
</div>
4145
4145
<hr>
4146
4146
<div class="refsect2" lang="en">
4147
 
<a name="id4313451"></a><h3>
 
4147
<a name="id4071489"></a><h3>
4148
4148
<a name="gtk-clist-get-vadjustment"></a>gtk_clist_get_vadjustment ()</h3>
4149
 
<a class="indexterm" name="id4313468"></a><pre class="programlisting"><a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a>*      gtk_clist_get_vadjustment           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
 
4149
<a class="indexterm" name="id4071505"></a><pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a>*      gtk_clist_get_vadjustment           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist);</pre>
4150
4150
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4151
4151
<h3 class="title">Warning</h3>
4152
4152
<p><code class="literal">gtk_clist_get_vadjustment</code> is deprecated and should not be used in newly-written code.</p>
4153
4153
</div>
4154
4154
<p>
4155
 
Gets the <a href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> currently being used for the vertical
 
4155
Gets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> currently being used for the vertical
4156
4156
aspect.
4157
4157
</p>
4158
4158
<div class="variablelist"><table border="0">
4159
4159
<col align="left" valign="top">
4160
4160
<tbody>
4161
4161
<tr>
4162
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4163
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
 
4162
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4163
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to check.
4164
4164
</td>
4165
4165
</tr>
4166
4166
<tr>
4167
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
4168
 
<td>A <a href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or NULL if none is currently
 
4167
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
4168
<td>A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or NULL if none is currently
4169
4169
being used.
4170
4170
 
4171
4171
 
4176
4176
</div>
4177
4177
<hr>
4178
4178
<div class="refsect2" lang="en">
4179
 
<a name="id4313563"></a><h3>
 
4179
<a name="id4071601"></a><h3>
4180
4180
<a name="gtk-clist-row-move"></a>gtk_clist_row_move ()</h3>
4181
 
<a class="indexterm" name="id4313579"></a><pre class="programlisting">void                gtk_clist_row_move                  (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4181
<a class="indexterm" name="id4071616"></a><pre class="programlisting">void                gtk_clist_row_move                  (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4182
4182
                                                         <a
4183
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4183
href="../glib/glib-Basic-Types.html#gint"
4184
4184
>gint</a> source_row,
4185
4185
                                                         <a
4186
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4186
href="../glib/glib-Basic-Types.html#gint"
4187
4187
>gint</a> dest_row);</pre>
4188
4188
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4189
4189
<h3 class="title">Warning</h3>
4197
4197
<col align="left" valign="top">
4198
4198
<tbody>
4199
4199
<tr>
4200
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4201
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4200
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4201
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4202
4202
</td>
4203
4203
</tr>
4204
4204
<tr>
4205
 
<td><span class="term"><em class="parameter"><code>source_row</code></em>&#160;:</span></td>
 
4205
<td><p><span class="term"><em class="parameter"><code>source_row</code></em>&#160;:</span></p></td>
4206
4206
<td>The original position of the row to move.
4207
4207
</td>
4208
4208
</tr>
4209
4209
<tr>
4210
 
<td><span class="term"><em class="parameter"><code>dest_row</code></em>&#160;:</span></td>
 
4210
<td><p><span class="term"><em class="parameter"><code>dest_row</code></em>&#160;:</span></p></td>
4211
4211
<td>The position to which the row should be moved.
4212
4212
 
4213
4213
 
4218
4218
</div>
4219
4219
<hr>
4220
4220
<div class="refsect2" lang="en">
4221
 
<a name="id4313691"></a><h3>
 
4221
<a name="id4071729"></a><h3>
4222
4222
<a name="gtk-clist-set-button-actions"></a>gtk_clist_set_button_actions ()</h3>
4223
 
<a class="indexterm" name="id4313707"></a><pre class="programlisting">void                gtk_clist_set_button_actions        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4223
<a class="indexterm" name="id4071745"></a><pre class="programlisting">void                gtk_clist_set_button_actions        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4224
4224
                                                         <a
4225
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
4225
href="../glib/glib-Basic-Types.html#guint"
4226
4226
>guint</a> button,
4227
4227
                                                         <a
4228
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
 
4228
href="../glib/glib-Basic-Types.html#guint8"
4229
4229
>guint8</a> button_actions);</pre>
4230
4230
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4231
4231
<h3 class="title">Warning</h3>
4239
4239
<col align="left" valign="top">
4240
4240
<tbody>
4241
4241
<tr>
4242
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4243
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4242
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4243
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4244
4244
</td>
4245
4245
</tr>
4246
4246
<tr>
4247
 
<td><span class="term"><em class="parameter"><code>button</code></em>&#160;:</span></td>
 
4247
<td><p><span class="term"><em class="parameter"><code>button</code></em>&#160;:</span></p></td>
4248
4248
<td>The mouse button to set. The values here, unlike in the
4249
4249
         rest of GTK+ start from 0. For instance, the right mouse
4250
4250
         button, which is 3 elsewhere, should be given as 2 here.
4251
4251
</td>
4252
4252
</tr>
4253
4253
<tr>
4254
 
<td><span class="term"><em class="parameter"><code>button_actions</code></em>&#160;:</span></td>
4255
 
<td>A logically OR'd value of <a href="GtkCList.html#GtkButtonAction"><span class="type">GtkButtonAction</span></a> values 
 
4254
<td><p><span class="term"><em class="parameter"><code>button_actions</code></em>&#160;:</span></p></td>
 
4255
<td>A logically OR'd value of <a class="link" href="GtkCList.html#GtkButtonAction"><span class="type">GtkButtonAction</span></a> values 
4256
4256
for the button.
4257
4257
 
4258
4258
 
4263
4263
</div>
4264
4264
<hr>
4265
4265
<div class="refsect2" lang="en">
4266
 
<a name="id4313832"></a><h3>
 
4266
<a name="id4071870"></a><h3>
4267
4267
<a name="gtk-clist-set-hadjustment"></a>gtk_clist_set_hadjustment ()</h3>
4268
 
<a class="indexterm" name="id4313848"></a><pre class="programlisting">void                gtk_clist_set_hadjustment           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4269
 
                                                         <a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *adjustment);</pre>
 
4268
<a class="indexterm" name="id4071886"></a><pre class="programlisting">void                gtk_clist_set_hadjustment           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4269
                                                         <a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *adjustment);</pre>
4270
4270
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4271
4271
<h3 class="title">Warning</h3>
4272
4272
<p><code class="literal">gtk_clist_set_hadjustment</code> is deprecated and should not be used in newly-written code.</p>
4273
4273
</div>
4274
4274
<p>
4275
 
Allows you to set the <a href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to be used for the horizontal
4276
 
aspect of the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget.
 
4275
Allows you to set the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to be used for the horizontal
 
4276
aspect of the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget.
4277
4277
</p>
4278
4278
<div class="variablelist"><table border="0">
4279
4279
<col align="left" valign="top">
4280
4280
<tbody>
4281
4281
<tr>
4282
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4283
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4282
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4283
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4284
4284
</td>
4285
4285
</tr>
4286
4286
<tr>
4287
 
<td><span class="term"><em class="parameter"><code>adjustment</code></em>&#160;:</span></td>
4288
 
<td>A pointer to a <a href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> widget, or NULL.
 
4287
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em>&#160;:</span></p></td>
 
4288
<td>A pointer to a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> widget, or NULL.
4289
4289
 
4290
4290
 
4291
4291
</td>
4295
4295
</div>
4296
4296
<hr>
4297
4297
<div class="refsect2" lang="en">
4298
 
<a name="id4313964"></a><h3>
 
4298
<a name="id4072001"></a><h3>
4299
4299
<a name="gtk-clist-set-reorderable"></a>gtk_clist_set_reorderable ()</h3>
4300
 
<a class="indexterm" name="id4313980"></a><pre class="programlisting">void                gtk_clist_set_reorderable           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4300
<a class="indexterm" name="id4072017"></a><pre class="programlisting">void                gtk_clist_set_reorderable           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4301
4301
                                                         <a
4302
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
4302
href="../glib/glib-Basic-Types.html#gboolean"
4303
4303
>gboolean</a> reorderable);</pre>
4304
4304
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4305
4305
<h3 class="title">Warning</h3>
4312
4312
<col align="left" valign="top">
4313
4313
<tbody>
4314
4314
<tr>
4315
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4316
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4315
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4316
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4317
4317
</td>
4318
4318
</tr>
4319
4319
<tr>
4320
 
<td><span class="term"><em class="parameter"><code>reorderable</code></em>&#160;:</span></td>
 
4320
<td><p><span class="term"><em class="parameter"><code>reorderable</code></em>&#160;:</span></p></td>
4321
4321
<td>
4322
4322
<a
4323
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
4323
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
4324
4324
><code class="literal">TRUE</code></a> or <a
4325
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
4325
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
4326
4326
><code class="literal">FALSE</code></a>.
4327
4327
 
4328
4328
 
4333
4333
</div>
4334
4334
<hr>
4335
4335
<div class="refsect2" lang="en">
4336
 
<a name="id4314089"></a><h3>
 
4336
<a name="id4072126"></a><h3>
4337
4337
<a name="gtk-clist-set-use-drag-icons"></a>gtk_clist_set_use_drag_icons ()</h3>
4338
 
<a class="indexterm" name="id4314105"></a><pre class="programlisting">void                gtk_clist_set_use_drag_icons        (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4338
<a class="indexterm" name="id4072142"></a><pre class="programlisting">void                gtk_clist_set_use_drag_icons        (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4339
4339
                                                         <a
4340
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
4340
href="../glib/glib-Basic-Types.html#gboolean"
4341
4341
>gboolean</a> use_icons);</pre>
4342
4342
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4343
4343
<h3 class="title">Warning</h3>
4351
4351
<col align="left" valign="top">
4352
4352
<tbody>
4353
4353
<tr>
4354
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4355
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4354
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4355
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4356
4356
</td>
4357
4357
</tr>
4358
4358
<tr>
4359
 
<td><span class="term"><em class="parameter"><code>use_icons</code></em>&#160;:</span></td>
 
4359
<td><p><span class="term"><em class="parameter"><code>use_icons</code></em>&#160;:</span></p></td>
4360
4360
<td>
4361
4361
<a
4362
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
4362
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
4363
4363
><code class="literal">TRUE</code></a> or <a
4364
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
4364
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
4365
4365
><code class="literal">FALSE</code></a>.
4366
4366
 
4367
4367
 
4372
4372
</div>
4373
4373
<hr>
4374
4374
<div class="refsect2" lang="en">
4375
 
<a name="id4314223"></a><h3>
 
4375
<a name="id4072260"></a><h3>
4376
4376
<a name="gtk-clist-set-vadjustment"></a>gtk_clist_set_vadjustment ()</h3>
4377
 
<a class="indexterm" name="id4314239"></a><pre class="programlisting">void                gtk_clist_set_vadjustment           (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4378
 
                                                         <a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *adjustment);</pre>
 
4377
<a class="indexterm" name="id4072277"></a><pre class="programlisting">void                gtk_clist_set_vadjustment           (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4378
                                                         <a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *adjustment);</pre>
4379
4379
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4380
4380
<h3 class="title">Warning</h3>
4381
4381
<p><code class="literal">gtk_clist_set_vadjustment</code> is deprecated and should not be used in newly-written code.</p>
4382
4382
</div>
4383
4383
<p>
4384
 
Allows you to set the <a href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to be used for the vertical
4385
 
aspect of the <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget.
 
4384
Allows you to set the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to be used for the vertical
 
4385
aspect of the <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget.
4386
4386
</p>
4387
4387
<div class="variablelist"><table border="0">
4388
4388
<col align="left" valign="top">
4389
4389
<tbody>
4390
4390
<tr>
4391
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
4392
 
<td>The <a href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
 
4391
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
 
4392
<td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> to affect.
4393
4393
</td>
4394
4394
</tr>
4395
4395
<tr>
4396
 
<td><span class="term"><em class="parameter"><code>adjustment</code></em>&#160;:</span></td>
4397
 
<td>A pointer to a <a href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> widget, or NULL.
 
4396
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em>&#160;:</span></p></td>
 
4397
<td>A pointer to a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> widget, or NULL.
4398
4398
 
4399
4399
 
4400
4400
</td>
4404
4404
</div>
4405
4405
</div>
4406
4406
<div class="refsect1" lang="en">
4407
 
<a name="id4314355"></a><h2>Property Details</h2>
 
4407
<a name="id4072393"></a><h2>Property Details</h2>
4408
4408
<div class="refsect2" lang="en">
4409
 
<a name="id4314366"></a><h3>
4410
 
<a name="GtkCList--n-columns"></a>The :<code class="literal">n-columns</code> property</h3>
4411
 
<a class="indexterm" name="id4314382"></a><pre class="programlisting">  n-columns                <a
4412
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
4409
<a name="id4072404"></a><h3>
 
4410
<a name="GtkCList--n-columns"></a>The <code class="literal">"n-columns"</code> property</h3>
 
4411
<a class="indexterm" name="id4072420"></a><pre class="programlisting">  "n-columns"                <a
 
4412
href="../glib/glib-Basic-Types.html#guint"
4413
4413
>guint</a>                 : Read / Write / Construct Only</pre>
4414
4414
<p>
4415
4415
An integer value for a column.
4418
4418
</div>
4419
4419
<hr>
4420
4420
<div class="refsect2" lang="en">
4421
 
<a name="id4314408"></a><h3>
4422
 
<a name="GtkCList--reorderable"></a>The :<code class="literal">reorderable</code> property</h3>
4423
 
<a class="indexterm" name="id4314425"></a><pre class="programlisting">  reorderable              <a
4424
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
4421
<a name="id4072446"></a><h3>
 
4422
<a name="GtkCList--reorderable"></a>The <code class="literal">"reorderable"</code> property</h3>
 
4423
<a class="indexterm" name="id4072463"></a><pre class="programlisting">  "reorderable"              <a
 
4424
href="../glib/glib-Basic-Types.html#gboolean"
4425
4425
>gboolean</a>              : Read / Write</pre>
4426
4426
<p>
4427
4427
A boolean value for determining if the user can re-order the CList's
4431
4431
</div>
4432
4432
<hr>
4433
4433
<div class="refsect2" lang="en">
4434
 
<a name="id4314452"></a><h3>
4435
 
<a name="GtkCList--row-height"></a>The :<code class="literal">row-height</code> property</h3>
4436
 
<a class="indexterm" name="id4314468"></a><pre class="programlisting">  row-height               <a
4437
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
4434
<a name="id4072491"></a><h3>
 
4435
<a name="GtkCList--row-height"></a>The <code class="literal">"row-height"</code> property</h3>
 
4436
<a class="indexterm" name="id4072507"></a><pre class="programlisting">  "row-height"               <a
 
4437
href="../glib/glib-Basic-Types.html#guint"
4438
4438
>guint</a>                 : Read / Write</pre>
4439
4439
<p>
4440
4440
An integer value representing the height of a row in pixels.
4443
4443
</div>
4444
4444
<hr>
4445
4445
<div class="refsect2" lang="en">
4446
 
<a name="id4314495"></a><h3>
4447
 
<a name="GtkCList--selection-mode"></a>The :<code class="literal">selection-mode</code> property</h3>
4448
 
<a class="indexterm" name="id4314512"></a><pre class="programlisting">  selection-mode           <a href="gtk-Standard-Enumerations.html#GtkSelectionMode">GtkSelectionMode</a>      : Read / Write</pre>
 
4446
<a name="id4072535"></a><h3>
 
4447
<a name="GtkCList--selection-mode"></a>The <code class="literal">"selection-mode"</code> property</h3>
 
4448
<a class="indexterm" name="id4072551"></a><pre class="programlisting">  "selection-mode"           <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode">GtkSelectionMode</a>      : Read / Write</pre>
4449
4449
<p>
4450
4450
Sets the type of selection mode for the CList.
4451
4451
</p>
4453
4453
</div>
4454
4454
<hr>
4455
4455
<div class="refsect2" lang="en">
4456
 
<a name="id4314539"></a><h3>
4457
 
<a name="GtkCList--shadow-type"></a>The :<code class="literal">shadow-type</code> property</h3>
4458
 
<a class="indexterm" name="id4314554"></a><pre class="programlisting">  shadow-type              <a href="gtk-Standard-Enumerations.html#GtkShadowType">GtkShadowType</a>         : Read / Write</pre>
 
4456
<a name="id4072578"></a><h3>
 
4457
<a name="GtkCList--shadow-type"></a>The <code class="literal">"shadow-type"</code> property</h3>
 
4458
<a class="indexterm" name="id4072594"></a><pre class="programlisting">  "shadow-type"              <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType">GtkShadowType</a>         : Read / Write</pre>
4459
4459
<p>
4460
4460
Sets the shadowing for the CList.
4461
4461
</p>
4463
4463
</div>
4464
4464
<hr>
4465
4465
<div class="refsect2" lang="en">
4466
 
<a name="id4314581"></a><h3>
4467
 
<a name="GtkCList--sort-type"></a>The :<code class="literal">sort-type</code> property</h3>
4468
 
<a class="indexterm" name="id4314597"></a><pre class="programlisting">  sort-type                <a href="gtk-Standard-Enumerations.html#GtkSortType">GtkSortType</a>           : Read / Write</pre>
 
4466
<a name="id4072621"></a><h3>
 
4467
<a name="GtkCList--sort-type"></a>The <code class="literal">"sort-type"</code> property</h3>
 
4468
<a class="indexterm" name="id4072637"></a><pre class="programlisting">  "sort-type"                <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType">GtkSortType</a>           : Read / Write</pre>
4469
4469
<p></p>
4470
4470
<p>Default value: GTK_SORT_ASCENDING</p>
4471
4471
</div>
4472
4472
<hr>
4473
4473
<div class="refsect2" lang="en">
4474
 
<a name="id4314622"></a><h3>
4475
 
<a name="GtkCList--titles-active"></a>The :<code class="literal">titles-active</code> property</h3>
4476
 
<a class="indexterm" name="id4314638"></a><pre class="programlisting">  titles-active            <a
4477
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
4474
<a name="id4072662"></a><h3>
 
4475
<a name="GtkCList--titles-active"></a>The <code class="literal">"titles-active"</code> property</h3>
 
4476
<a class="indexterm" name="id4072679"></a><pre class="programlisting">  "titles-active"            <a
 
4477
href="../glib/glib-Basic-Types.html#gboolean"
4478
4478
>gboolean</a>              : Read / Write</pre>
4479
4479
<p>
4480
4480
A boolean value for setting whether the column titles can be
4484
4484
</div>
4485
4485
<hr>
4486
4486
<div class="refsect2" lang="en">
4487
 
<a name="id4314665"></a><h3>
4488
 
<a name="GtkCList--use-drag-icons"></a>The :<code class="literal">use-drag-icons</code> property</h3>
4489
 
<a class="indexterm" name="id4314681"></a><pre class="programlisting">  use-drag-icons           <a
4490
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
4487
<a name="id4072706"></a><h3>
 
4488
<a name="GtkCList--use-drag-icons"></a>The <code class="literal">"use-drag-icons"</code> property</h3>
 
4489
<a class="indexterm" name="id4072722"></a><pre class="programlisting">  "use-drag-icons"           <a
 
4490
href="../glib/glib-Basic-Types.html#gboolean"
4491
4491
>gboolean</a>              : Read / Write</pre>
4492
4492
<p>
4493
4493
A boolean value for setting whether to use icons during drag
4497
4497
</div>
4498
4498
</div>
4499
4499
<div class="refsect1" lang="en">
4500
 
<a name="id4314709"></a><h2>Signal Details</h2>
 
4500
<a name="id4072751"></a><h2>Signal Details</h2>
4501
4501
<div class="refsect2" lang="en">
4502
 
<a name="id4314720"></a><h3>
4503
 
<a name="GtkCList-abort-column-resize"></a>The <code class="literal">::abort-column-resize</code> signal</h3>
4504
 
<a class="indexterm" name="id4314737"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4502
<a name="id4072761"></a><h3>
 
4503
<a name="GtkCList-abort-column-resize"></a>The <code class="literal">"abort-column-resize"</code> signal</h3>
 
4504
<a class="indexterm" name="id4072778"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4505
4505
                                                        <a
4506
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4506
href="../glib/glib-Basic-Types.html#gpointer"
4507
4507
>gpointer</a>  user_data)      : Run Last / Action</pre>
4508
4508
<p>
4509
4509
This signal is emitted when a column resize is aborted.
4512
4512
<col align="left" valign="top">
4513
4513
<tbody>
4514
4514
<tr>
4515
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4515
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4516
4516
<td>the object which received the signal.
4517
4517
 
4518
4518
</td>
4519
4519
</tr>
4520
4520
<tr>
4521
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4521
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4522
4522
<td>user data set when the signal handler was connected.</td>
4523
4523
</tr>
4524
4524
</tbody>
4526
4526
</div>
4527
4527
<hr>
4528
4528
<div class="refsect2" lang="en">
4529
 
<a name="id4314806"></a><h3>
4530
 
<a name="GtkCList-click-column"></a>The <code class="literal">::click-column</code> signal</h3>
4531
 
<a class="indexterm" name="id4314822"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4529
<a name="id4072848"></a><h3>
 
4530
<a name="GtkCList-click-column"></a>The <code class="literal">"click-column"</code> signal</h3>
 
4531
<a class="indexterm" name="id4072864"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4532
4532
                                                        <a
4533
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4533
href="../glib/glib-Basic-Types.html#gint"
4534
4534
>gint</a>      column,
4535
4535
                                                        <a
4536
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4536
href="../glib/glib-Basic-Types.html#gpointer"
4537
4537
>gpointer</a>  user_data)      : Run First</pre>
4538
4538
<p>
4539
4539
This signal is emitted when a column title is clicked.
4542
4542
<col align="left" valign="top">
4543
4543
<tbody>
4544
4544
<tr>
4545
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4545
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4546
4546
<td>The object which received the signal.
4547
4547
</td>
4548
4548
</tr>
4549
4549
<tr>
4550
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
4550
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
4551
4551
<td>The number of the column.
4552
4552
 
4553
4553
</td>
4554
4554
</tr>
4555
4555
<tr>
4556
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4556
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4557
4557
<td>user data set when the signal handler was connected.</td>
4558
4558
</tr>
4559
4559
</tbody>
4561
4561
</div>
4562
4562
<hr>
4563
4563
<div class="refsect2" lang="en">
4564
 
<a name="id4314914"></a><h3>
4565
 
<a name="GtkCList-end-selection"></a>The <code class="literal">::end-selection</code> signal</h3>
4566
 
<a class="indexterm" name="id4314930"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4564
<a name="id4072956"></a><h3>
 
4565
<a name="GtkCList-end-selection"></a>The <code class="literal">"end-selection"</code> signal</h3>
 
4566
<a class="indexterm" name="id4072972"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4567
4567
                                                        <a
4568
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4568
href="../glib/glib-Basic-Types.html#gpointer"
4569
4569
>gpointer</a>  user_data)      : Run Last / Action</pre>
4570
4570
<p>
4571
4571
This signal is emitted when a selection ends in a 
4575
4575
<col align="left" valign="top">
4576
4576
<tbody>
4577
4577
<tr>
4578
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4578
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4579
4579
<td>the object which received the signal.
4580
4580
 
4581
4581
</td>
4582
4582
</tr>
4583
4583
<tr>
4584
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4584
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4585
4585
<td>user data set when the signal handler was connected.</td>
4586
4586
</tr>
4587
4587
</tbody>
4589
4589
</div>
4590
4590
<hr>
4591
4591
<div class="refsect2" lang="en">
4592
 
<a name="id4315000"></a><h3>
4593
 
<a name="GtkCList-extend-selection"></a>The <code class="literal">::extend-selection</code> signal</h3>
4594
 
<a class="indexterm" name="id4315015"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a>     *clist,
4595
 
                                                        <a href="gtk-Standard-Enumerations.html#GtkScrollType">GtkScrollType</a> scroll_type,
 
4592
<a name="id4073042"></a><h3>
 
4593
<a name="GtkCList-extend-selection"></a>The <code class="literal">"extend-selection"</code> signal</h3>
 
4594
<a class="indexterm" name="id4073058"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a>     *clist,
 
4595
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType">GtkScrollType</a> scroll_type,
4596
4596
                                                        <a
4597
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
 
4597
href="../glib/glib-Basic-Types.html#gfloat"
4598
4598
>gfloat</a>        position,
4599
4599
                                                        <a
4600
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
4600
href="../glib/glib-Basic-Types.html#gboolean"
4601
4601
>gboolean</a>      auto_start_selection,
4602
4602
                                                        <a
4603
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4603
href="../glib/glib-Basic-Types.html#gpointer"
4604
4604
>gpointer</a>      user_data)                 : Run Last / Action</pre>
4605
4605
<p>
4606
4606
This signal is emitted when the selection is extended.
4609
4609
<col align="left" valign="top">
4610
4610
<tbody>
4611
4611
<tr>
4612
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4612
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4613
4613
<td>the object which received the signal.
4614
4614
</td>
4615
4615
</tr>
4616
4616
<tr>
4617
 
<td><span class="term"><em class="parameter"><code>scroll_type</code></em>&#160;:</span></td>
4618
 
<td>A <a href="gtk-Standard-Enumerations.html#GtkScrollType"><span class="type">GtkScrollType</span></a> value of any scrolling operation the
 
4617
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em>&#160;:</span></p></td>
 
4618
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType"><span class="type">GtkScrollType</span></a> value of any scrolling operation the
4619
4619
occured during the selection.
4620
4620
</td>
4621
4621
</tr>
4622
4622
<tr>
4623
 
<td><span class="term"><em class="parameter"><code>position</code></em>&#160;:</span></td>
 
4623
<td><p><span class="term"><em class="parameter"><code>position</code></em>&#160;:</span></p></td>
4624
4624
<td>A value between 0.0 and 1.0.
4625
4625
</td>
4626
4626
</tr>
4627
4627
<tr>
4628
 
<td><span class="term"><em class="parameter"><code>auto_start_selection</code></em>&#160;:</span></td>
 
4628
<td><p><span class="term"><em class="parameter"><code>auto_start_selection</code></em>&#160;:</span></p></td>
4629
4629
<td>
4630
4630
<a
4631
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
4631
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
4632
4632
><code class="literal">TRUE</code></a> or <a
4633
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
4633
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
4634
4634
><code class="literal">FALSE</code></a>.
4635
4635
 
4636
4636
</td>
4637
4637
</tr>
4638
4638
<tr>
4639
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4639
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4640
4640
<td>user data set when the signal handler was connected.</td>
4641
4641
</tr>
4642
4642
</tbody>
4644
4644
</div>
4645
4645
<hr>
4646
4646
<div class="refsect2" lang="en">
4647
 
<a name="id4315180"></a><h3>
4648
 
<a name="GtkCList-resize-column"></a>The <code class="literal">::resize-column</code> signal</h3>
4649
 
<a class="indexterm" name="id4315196"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4647
<a name="id4073222"></a><h3>
 
4648
<a name="GtkCList-resize-column"></a>The <code class="literal">"resize-column"</code> signal</h3>
 
4649
<a class="indexterm" name="id4073239"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4650
4650
                                                        <a
4651
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4651
href="../glib/glib-Basic-Types.html#gint"
4652
4652
>gint</a>      column,
4653
4653
                                                        <a
4654
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4654
href="../glib/glib-Basic-Types.html#gint"
4655
4655
>gint</a>      width,
4656
4656
                                                        <a
4657
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4657
href="../glib/glib-Basic-Types.html#gpointer"
4658
4658
>gpointer</a>  user_data)      : Run Last</pre>
4659
4659
<p>
4660
4660
This signal is emitted when a column is resized.
4663
4663
<col align="left" valign="top">
4664
4664
<tbody>
4665
4665
<tr>
4666
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4666
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4667
4667
<td>The object which received the signal.
4668
4668
</td>
4669
4669
</tr>
4670
4670
<tr>
4671
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
4671
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
4672
4672
<td>The number of the column
4673
4673
</td>
4674
4674
</tr>
4675
4675
<tr>
4676
 
<td><span class="term"><em class="parameter"><code>width</code></em>&#160;:</span></td>
 
4676
<td><p><span class="term"><em class="parameter"><code>width</code></em>&#160;:</span></p></td>
4677
4677
<td>The new width of the column.
4678
4678
 
4679
4679
</td>
4680
4680
</tr>
4681
4681
<tr>
4682
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4682
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4683
4683
<td>user data set when the signal handler was connected.</td>
4684
4684
</tr>
4685
4685
</tbody>
4687
4687
</div>
4688
4688
<hr>
4689
4689
<div class="refsect2" lang="en">
4690
 
<a name="id4315310"></a><h3>
4691
 
<a name="GtkCList-row-move"></a>The <code class="literal">::row-move</code> signal</h3>
4692
 
<a class="indexterm" name="id4315326"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4690
<a name="id4073352"></a><h3>
 
4691
<a name="GtkCList-row-move"></a>The <code class="literal">"row-move"</code> signal</h3>
 
4692
<a class="indexterm" name="id4073368"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4693
4693
                                                        <a
4694
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4694
href="../glib/glib-Basic-Types.html#gint"
4695
4695
>gint</a>      arg1,
4696
4696
                                                        <a
4697
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4697
href="../glib/glib-Basic-Types.html#gint"
4698
4698
>gint</a>      arg2,
4699
4699
                                                        <a
4700
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4700
href="../glib/glib-Basic-Types.html#gpointer"
4701
4701
>gpointer</a>  user_data)      : Run Last</pre>
4702
4702
<p>
4703
4703
This signal is emitted when a row is moved.
4706
4706
<col align="left" valign="top">
4707
4707
<tbody>
4708
4708
<tr>
4709
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4709
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4710
4710
<td>The object which received the signal.
4711
4711
</td>
4712
4712
</tr>
4713
4713
<tr>
4714
 
<td><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></td>
 
4714
<td><p><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></p></td>
4715
4715
<td>The source position of the row.
4716
4716
</td>
4717
4717
</tr>
4718
4718
<tr>
4719
 
<td><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></td>
 
4719
<td><p><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></p></td>
4720
4720
<td>The destination position of the row.
4721
4721
 
4722
4722
</td>
4723
4723
</tr>
4724
4724
<tr>
4725
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4725
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4726
4726
<td>user data set when the signal handler was connected.</td>
4727
4727
</tr>
4728
4728
</tbody>
4730
4730
</div>
4731
4731
<hr>
4732
4732
<div class="refsect2" lang="en">
4733
 
<a name="id4315439"></a><h3>
4734
 
<a name="GtkCList-scroll-horizontal"></a>The <code class="literal">::scroll-horizontal</code> signal</h3>
4735
 
<a class="indexterm" name="id4315456"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a>     *clist,
4736
 
                                                        <a href="gtk-Standard-Enumerations.html#GtkScrollType">GtkScrollType</a> scroll_type,
 
4733
<a name="id4073482"></a><h3>
 
4734
<a name="GtkCList-scroll-horizontal"></a>The <code class="literal">"scroll-horizontal"</code> signal</h3>
 
4735
<a class="indexterm" name="id4073499"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a>     *clist,
 
4736
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType">GtkScrollType</a> scroll_type,
4737
4737
                                                        <a
4738
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
 
4738
href="../glib/glib-Basic-Types.html#gfloat"
4739
4739
>gfloat</a>        position,
4740
4740
                                                        <a
4741
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4741
href="../glib/glib-Basic-Types.html#gpointer"
4742
4742
>gpointer</a>      user_data)        : Run Last / Action</pre>
4743
4743
<p>
4744
4744
This signal is emitted when the CList is scrolled horizontally.
4747
4747
<col align="left" valign="top">
4748
4748
<tbody>
4749
4749
<tr>
4750
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4750
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4751
4751
<td>the object which received the signal.
4752
4752
</td>
4753
4753
</tr>
4754
4754
<tr>
4755
 
<td><span class="term"><em class="parameter"><code>scroll_type</code></em>&#160;:</span></td>
4756
 
<td>A <a href="gtk-Standard-Enumerations.html#GtkScrollType"><span class="type">GtkScrollType</span></a> value of how the scroll operation occured.
 
4755
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em>&#160;:</span></p></td>
 
4756
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType"><span class="type">GtkScrollType</span></a> value of how the scroll operation occured.
4757
4757
</td>
4758
4758
</tr>
4759
4759
<tr>
4760
 
<td><span class="term"><em class="parameter"><code>position</code></em>&#160;:</span></td>
 
4760
<td><p><span class="term"><em class="parameter"><code>position</code></em>&#160;:</span></p></td>
4761
4761
<td>a value between 0.0 and 1.0.
4762
4762
 
4763
4763
</td>
4764
4764
</tr>
4765
4765
<tr>
4766
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4766
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4767
4767
<td>user data set when the signal handler was connected.</td>
4768
4768
</tr>
4769
4769
</tbody>
4771
4771
</div>
4772
4772
<hr>
4773
4773
<div class="refsect2" lang="en">
4774
 
<a name="id4315578"></a><h3>
4775
 
<a name="GtkCList-scroll-vertical"></a>The <code class="literal">::scroll-vertical</code> signal</h3>
4776
 
<a class="indexterm" name="id4315595"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a>     *clist,
4777
 
                                                        <a href="gtk-Standard-Enumerations.html#GtkScrollType">GtkScrollType</a> scroll_type,
 
4774
<a name="id4073622"></a><h3>
 
4775
<a name="GtkCList-scroll-vertical"></a>The <code class="literal">"scroll-vertical"</code> signal</h3>
 
4776
<a class="indexterm" name="id4073638"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a>     *clist,
 
4777
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType">GtkScrollType</a> scroll_type,
4778
4778
                                                        <a
4779
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
 
4779
href="../glib/glib-Basic-Types.html#gfloat"
4780
4780
>gfloat</a>        position,
4781
4781
                                                        <a
4782
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4782
href="../glib/glib-Basic-Types.html#gpointer"
4783
4783
>gpointer</a>      user_data)        : Run Last / Action</pre>
4784
4784
<p>
4785
4785
This signal is emitted when the CList is scrolled vertically.
4788
4788
<col align="left" valign="top">
4789
4789
<tbody>
4790
4790
<tr>
4791
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4791
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4792
4792
<td>the object which received the signal.
4793
4793
</td>
4794
4794
</tr>
4795
4795
<tr>
4796
 
<td><span class="term"><em class="parameter"><code>scroll_type</code></em>&#160;:</span></td>
4797
 
<td>A <a href="gtk-Standard-Enumerations.html#GtkScrollType"><span class="type">GtkScrollType</span></a> value of how the scroll operation occured.
 
4796
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em>&#160;:</span></p></td>
 
4797
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType"><span class="type">GtkScrollType</span></a> value of how the scroll operation occured.
4798
4798
</td>
4799
4799
</tr>
4800
4800
<tr>
4801
 
<td><span class="term"><em class="parameter"><code>position</code></em>&#160;:</span></td>
 
4801
<td><p><span class="term"><em class="parameter"><code>position</code></em>&#160;:</span></p></td>
4802
4802
<td>A value between 0.0 and 1.0.
4803
4803
 
4804
4804
</td>
4805
4805
</tr>
4806
4806
<tr>
4807
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4807
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4808
4808
<td>user data set when the signal handler was connected.</td>
4809
4809
</tr>
4810
4810
</tbody>
4812
4812
</div>
4813
4813
<hr>
4814
4814
<div class="refsect2" lang="en">
4815
 
<a name="id4315718"></a><h3>
4816
 
<a name="GtkCList-select-all"></a>The <code class="literal">::select-all</code> signal</h3>
4817
 
<a class="indexterm" name="id4315733"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4815
<a name="id4073761"></a><h3>
 
4816
<a name="GtkCList-select-all"></a>The <code class="literal">"select-all"</code> signal</h3>
 
4817
<a class="indexterm" name="id4073777"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4818
4818
                                                        <a
4819
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4819
href="../glib/glib-Basic-Types.html#gpointer"
4820
4820
>gpointer</a>  user_data)      : Run Last / Action</pre>
4821
4821
<p>
4822
4822
This signal is emitted when all the rows are selected in a CList.
4825
4825
<col align="left" valign="top">
4826
4826
<tbody>
4827
4827
<tr>
4828
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4828
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4829
4829
<td>the object which received the signal.
4830
4830
 
4831
4831
</td>
4832
4832
</tr>
4833
4833
<tr>
4834
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4834
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4835
4835
<td>user data set when the signal handler was connected.</td>
4836
4836
</tr>
4837
4837
</tbody>
4839
4839
</div>
4840
4840
<hr>
4841
4841
<div class="refsect2" lang="en">
4842
 
<a name="id4315803"></a><h3>
4843
 
<a name="GtkCList-select-row"></a>The <code class="literal">::select-row</code> signal</h3>
4844
 
<a class="indexterm" name="id4315819"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a>       *clist,
 
4842
<a name="id4073847"></a><h3>
 
4843
<a name="GtkCList-select-row"></a>The <code class="literal">"select-row"</code> signal</h3>
 
4844
<a class="indexterm" name="id4073863"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a>       *clist,
4845
4845
                                                        <a
4846
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4846
href="../glib/glib-Basic-Types.html#gint"
4847
4847
>gint</a>            row,
4848
4848
                                                        <a
4849
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
4849
href="../glib/glib-Basic-Types.html#gint"
4850
4850
>gint</a>            column,
4851
4851
                                                        <a
4852
4852
href="../gdk/gdk-Event-Structures.html#GdkEventButton"
4853
4853
>GdkEventButton</a> *event,
4854
4854
                                                        <a
4855
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4855
href="../glib/glib-Basic-Types.html#gpointer"
4856
4856
>gpointer</a>        user_data)      : Run First</pre>
4857
4857
<p>
4858
4858
This signal is emitted when the user selects a row in the list.  
4859
4859
It is emitted for every row that is selected in a multi-selection or
4860
 
by calling <a href="GtkCList.html#gtk-clist-select-all"><code class="function">gtk_clist_select_all()</code></a>.
 
4860
by calling <a class="link" href="GtkCList.html#gtk-clist-select-all"><code class="function">gtk_clist_select_all()</code></a>.
4861
4861
</p>
4862
4862
<div class="variablelist"><table border="0">
4863
4863
<col align="left" valign="top">
4864
4864
<tbody>
4865
4865
<tr>
4866
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4866
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4867
4867
<td>The object which received the signal.
4868
4868
</td>
4869
4869
</tr>
4870
4870
<tr>
4871
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
4871
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
4872
4872
<td>The row selected.
4873
4873
</td>
4874
4874
</tr>
4875
4875
<tr>
4876
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
4876
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
4877
4877
<td>The column where the selection occured.
4878
4878
</td>
4879
4879
</tr>
4880
4880
<tr>
4881
 
<td><span class="term"><em class="parameter"><code>event</code></em>&#160;:</span></td>
 
4881
<td><p><span class="term"><em class="parameter"><code>event</code></em>&#160;:</span></p></td>
4882
4882
<td>A <a
4883
4883
href="../gdk/gdk-Event-Structures.html#GdkEvent"
4884
4884
><span class="type">GdkEvent</span></a> structure for the selection.
4886
4886
</td>
4887
4887
</tr>
4888
4888
<tr>
4889
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4889
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4890
4890
<td>user data set when the signal handler was connected.</td>
4891
4891
</tr>
4892
4892
</tbody>
4894
4894
</div>
4895
4895
<hr>
4896
4896
<div class="refsect2" lang="en">
4897
 
<a name="id4315975"></a><h3>
4898
 
<a name="GtkCList-set-scroll-adjustments"></a>The <code class="literal">::set-scroll-adjustments</code> signal</h3>
4899
 
<a class="indexterm" name="id4315992"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a>      *clist,
4900
 
                                                        <a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *arg1,
4901
 
                                                        <a href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *arg2,
 
4897
<a name="id4074019"></a><h3>
 
4898
<a name="GtkCList-set-scroll-adjustments"></a>The <code class="literal">"set-scroll-adjustments"</code> signal</h3>
 
4899
<a class="indexterm" name="id4074036"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a>      *clist,
 
4900
                                                        <a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *arg1,
 
4901
                                                        <a class="link" href="GtkAdjustment.html" title="GtkAdjustment">GtkAdjustment</a> *arg2,
4902
4902
                                                        <a
4903
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4903
href="../glib/glib-Basic-Types.html#gpointer"
4904
4904
>gpointer</a>       user_data)      : Run Last</pre>
4905
4905
<p>
4906
4906
 
4909
4909
<col align="left" valign="top">
4910
4910
<tbody>
4911
4911
<tr>
4912
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4912
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4913
4913
<td>the object which received the signal.
4914
4914
</td>
4915
4915
</tr>
4916
4916
<tr>
4917
 
<td><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></td>
 
4917
<td><p><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></p></td>
4918
4918
<td>
4919
4919
</td>
4920
4920
</tr>
4921
4921
<tr>
4922
 
<td><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></td>
 
4922
<td><p><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></p></td>
4923
4923
<td>
4924
4924
 
4925
4925
</td>
4926
4926
</tr>
4927
4927
<tr>
4928
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4928
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4929
4929
<td>user data set when the signal handler was connected.</td>
4930
4930
</tr>
4931
4931
</tbody>
4933
4933
</div>
4934
4934
<hr>
4935
4935
<div class="refsect2" lang="en">
4936
 
<a name="id4316104"></a><h3>
4937
 
<a name="GtkCList-start-selection"></a>The <code class="literal">::start-selection</code> signal</h3>
4938
 
<a class="indexterm" name="id4316120"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4936
<a name="id4074148"></a><h3>
 
4937
<a name="GtkCList-start-selection"></a>The <code class="literal">"start-selection"</code> signal</h3>
 
4938
<a class="indexterm" name="id4074165"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4939
4939
                                                        <a
4940
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4940
href="../glib/glib-Basic-Types.html#gpointer"
4941
4941
>gpointer</a>  user_data)      : Run Last / Action</pre>
4942
4942
<p>
4943
4943
This signal is emitted when a drag-selection is started in 
4947
4947
<col align="left" valign="top">
4948
4948
<tbody>
4949
4949
<tr>
4950
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4950
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4951
4951
<td>the object which received the signal.
4952
4952
 
4953
4953
</td>
4954
4954
</tr>
4955
4955
<tr>
4956
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4956
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4957
4957
<td>user data set when the signal handler was connected.</td>
4958
4958
</tr>
4959
4959
</tbody>
4961
4961
</div>
4962
4962
<hr>
4963
4963
<div class="refsect2" lang="en">
4964
 
<a name="id4316190"></a><h3>
4965
 
<a name="GtkCList-toggle-add-mode"></a>The <code class="literal">::toggle-add-mode</code> signal</h3>
4966
 
<a class="indexterm" name="id4316207"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4964
<a name="id4074235"></a><h3>
 
4965
<a name="GtkCList-toggle-add-mode"></a>The <code class="literal">"toggle-add-mode"</code> signal</h3>
 
4966
<a class="indexterm" name="id4074252"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4967
4967
                                                        <a
4968
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4968
href="../glib/glib-Basic-Types.html#gpointer"
4969
4969
>gpointer</a>  user_data)      : Run Last / Action</pre>
4970
4970
<p>
4971
4971
This signal is emitted when "add mode" is toggled.
4974
4974
<col align="left" valign="top">
4975
4975
<tbody>
4976
4976
<tr>
4977
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
4977
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
4978
4978
<td>the object which received the signal.
4979
4979
 
4980
4980
</td>
4981
4981
</tr>
4982
4982
<tr>
4983
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
4983
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
4984
4984
<td>user data set when the signal handler was connected.</td>
4985
4985
</tr>
4986
4986
</tbody>
4988
4988
</div>
4989
4989
<hr>
4990
4990
<div class="refsect2" lang="en">
4991
 
<a name="id4316276"></a><h3>
4992
 
<a name="GtkCList-toggle-focus-row"></a>The <code class="literal">::toggle-focus-row</code> signal</h3>
4993
 
<a class="indexterm" name="id4316293"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
4991
<a name="id4074321"></a><h3>
 
4992
<a name="GtkCList-toggle-focus-row"></a>The <code class="literal">"toggle-focus-row"</code> signal</h3>
 
4993
<a class="indexterm" name="id4074338"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
4994
4994
                                                        <a
4995
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
4995
href="../glib/glib-Basic-Types.html#gpointer"
4996
4996
>gpointer</a>  user_data)      : Run Last / Action</pre>
4997
4997
<p>
4998
4998
 
5001
5001
<col align="left" valign="top">
5002
5002
<tbody>
5003
5003
<tr>
5004
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
5004
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
5005
5005
<td>The object which received the signal.
5006
5006
 
5007
5007
</td>
5008
5008
</tr>
5009
5009
<tr>
5010
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
5010
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
5011
5011
<td>user data set when the signal handler was connected.</td>
5012
5012
</tr>
5013
5013
</tbody>
5015
5015
</div>
5016
5016
<hr>
5017
5017
<div class="refsect2" lang="en">
5018
 
<a name="id4316361"></a><h3>
5019
 
<a name="GtkCList-undo-selection"></a>The <code class="literal">::undo-selection</code> signal</h3>
5020
 
<a class="indexterm" name="id4316378"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
5018
<a name="id4074406"></a><h3>
 
5019
<a name="GtkCList-undo-selection"></a>The <code class="literal">"undo-selection"</code> signal</h3>
 
5020
<a class="indexterm" name="id4074423"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
5021
5021
                                                        <a
5022
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
5022
href="../glib/glib-Basic-Types.html#gpointer"
5023
5023
>gpointer</a>  user_data)      : Run Last / Action</pre>
5024
5024
<p>
5025
5025
This signal is emitted when an undo selection occurs in the CList,
5026
 
probably via calling <a href="GtkCList.html#gtk-clist-undo-selection"><code class="function">gtk_clist_undo_selection()</code></a>.
 
5026
probably via calling <a class="link" href="GtkCList.html#gtk-clist-undo-selection"><code class="function">gtk_clist_undo_selection()</code></a>.
5027
5027
</p>
5028
5028
<div class="variablelist"><table border="0">
5029
5029
<col align="left" valign="top">
5030
5030
<tbody>
5031
5031
<tr>
5032
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
5032
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
5033
5033
<td>the object which received the signal.
5034
5034
 
5035
5035
</td>
5036
5036
</tr>
5037
5037
<tr>
5038
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
5038
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
5039
5039
<td>user data set when the signal handler was connected.</td>
5040
5040
</tr>
5041
5041
</tbody>
5043
5043
</div>
5044
5044
<hr>
5045
5045
<div class="refsect2" lang="en">
5046
 
<a name="id4316458"></a><h3>
5047
 
<a name="GtkCList-unselect-all"></a>The <code class="literal">::unselect-all</code> signal</h3>
5048
 
<a class="indexterm" name="id4316475"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
 
5046
<a name="id4074504"></a><h3>
 
5047
<a name="GtkCList-unselect-all"></a>The <code class="literal">"unselect-all"</code> signal</h3>
 
5048
<a class="indexterm" name="id4074520"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a> *clist,
5049
5049
                                                        <a
5050
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
5050
href="../glib/glib-Basic-Types.html#gpointer"
5051
5051
>gpointer</a>  user_data)      : Run Last / Action</pre>
5052
5052
<p>
5053
5053
This signal is emitted when all rows are unselected in a CList.
5056
5056
<col align="left" valign="top">
5057
5057
<tbody>
5058
5058
<tr>
5059
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
5059
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
5060
5060
<td>the object which received the signal.
5061
5061
 
5062
5062
</td>
5063
5063
</tr>
5064
5064
<tr>
5065
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
5065
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
5066
5066
<td>user data set when the signal handler was connected.</td>
5067
5067
</tr>
5068
5068
</tbody>
5070
5070
</div>
5071
5071
<hr>
5072
5072
<div class="refsect2" lang="en">
5073
 
<a name="id4316544"></a><h3>
5074
 
<a name="GtkCList-unselect-row"></a>The <code class="literal">::unselect-row</code> signal</h3>
5075
 
<a class="indexterm" name="id4316561"></a><pre class="programlisting">void                user_function                      (<a href="GtkCList.html" title="GtkCList">GtkCList</a>       *clist,
 
5073
<a name="id4074590"></a><h3>
 
5074
<a name="GtkCList-unselect-row"></a>The <code class="literal">"unselect-row"</code> signal</h3>
 
5075
<a class="indexterm" name="id4074606"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList">GtkCList</a>       *clist,
5076
5076
                                                        <a
5077
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
5077
href="../glib/glib-Basic-Types.html#gint"
5078
5078
>gint</a>            row,
5079
5079
                                                        <a
5080
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
5080
href="../glib/glib-Basic-Types.html#gint"
5081
5081
>gint</a>            column,
5082
5082
                                                        <a
5083
5083
href="../gdk/gdk-Event-Structures.html#GdkEventButton"
5084
5084
>GdkEventButton</a> *event,
5085
5085
                                                        <a
5086
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
5086
href="../glib/glib-Basic-Types.html#gpointer"
5087
5087
>gpointer</a>        user_data)      : Run First</pre>
5088
5088
<p>
5089
5089
This signal is emitted when the user unselects a row in the list.  
5090
5090
It is emitted for every row that is unselected in a multi-selection or
5091
 
by calling <a href="GtkCList.html#gtk-clist-unselect-all"><code class="function">gtk_clist_unselect_all()</code></a>.  It is also emitted for the
 
5091
by calling <a class="link" href="GtkCList.html#gtk-clist-unselect-all"><code class="function">gtk_clist_unselect_all()</code></a>.  It is also emitted for the
5092
5092
previously selected row in a "single" or "browse" mode CList.
5093
5093
</p>
5094
5094
<div class="variablelist"><table border="0">
5095
5095
<col align="left" valign="top">
5096
5096
<tbody>
5097
5097
<tr>
5098
 
<td><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></td>
 
5098
<td><p><span class="term"><em class="parameter"><code>clist</code></em>&#160;:</span></p></td>
5099
5099
<td>The object which received the signal.
5100
5100
</td>
5101
5101
</tr>
5102
5102
<tr>
5103
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
5103
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
5104
5104
<td>The selected row
5105
5105
</td>
5106
5106
</tr>
5107
5107
<tr>
5108
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
5108
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
5109
5109
<td>The column where the selection occured.
5110
5110
</td>
5111
5111
</tr>
5112
5112
<tr>
5113
 
<td><span class="term"><em class="parameter"><code>event</code></em>&#160;:</span></td>
 
5113
<td><p><span class="term"><em class="parameter"><code>event</code></em>&#160;:</span></p></td>
5114
5114
<td>
5115
5115
 
5116
5116
</td>
5117
5117
</tr>
5118
5118
<tr>
5119
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
5119
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
5120
5120
<td>user data set when the signal handler was connected.</td>
5121
5121
</tr>
5122
5122
</tbody>
5123
5123
</table></div>
5124
5124
</div>
5125
5125
</div>
 
5126
<div class="refsect1" lang="en">
 
5127
<a name="id4074758"></a><div class="refsect2" lang="en"><a name="id4074759"></a></div>
 
5128
<hr>
 
5129
<div class="refsect2" lang="en"><a name="id4074760"></a></div>
 
5130
</div>
5126
5131
</div>
5127
5132
</body>
5128
5133
</html>