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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-01-10 12:53:20 UTC
  • mfrom: (1.14.16)
  • Revision ID: package-import@ubuntu.com-20130110125320-x13bjpwtqq36izs2
Tags: 2.24.14-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
9
9
<link rel="prev" href="DeprecatedObjects.html" title="Deprecated">
10
10
<link rel="next" href="GtkCTree.html" title="GtkCTree">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
71
71
#define             <a class="link" href="GtkCList.html#GTK-CELL-PIXMAP:CAPS" title="GTK_CELL_PIXMAP()">GTK_CELL_PIXMAP</a>                     (cell)
72
72
#define             <a class="link" href="GtkCList.html#GTK-CELL-PIXTEXT:CAPS" title="GTK_CELL_PIXTEXT()">GTK_CELL_PIXTEXT</a>                    (cell)
73
73
#define             <a class="link" href="GtkCList.html#GTK-CELL-WIDGET:CAPS" title="GTK_CELL_WIDGET()">GTK_CELL_WIDGET</a>                     (cell)
74
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                (<a class="link" href="GtkCList.html#GtkCListCompareFunc" title="GtkCListCompareFunc ()">*GtkCListCompareFunc</a>)              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
75
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr1</code></em>,
76
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr2</code></em>);
 
74
<span class="returnvalue">gint</span>                (<a class="link" href="GtkCList.html#GtkCListCompareFunc" title="GtkCListCompareFunc ()">*GtkCListCompareFunc</a>)              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
75
                                                         <em class="parameter"><code><span class="type">gconstpointer</span> ptr1</code></em>,
 
76
                                                         <em class="parameter"><code><span class="type">gconstpointer</span> ptr2</code></em>);
77
77
struct              <a class="link" href="GtkCList.html#GtkCListColumn" title="struct GtkCListColumn">GtkCListColumn</a>;
78
78
struct              <a class="link" href="GtkCList.html#GtkCListRow" title="struct GtkCListRow">GtkCListRow</a>;
79
79
struct              <a class="link" href="GtkCList.html#GtkCellText" title="struct GtkCellText">GtkCellText</a>;
84
84
struct              <a class="link" href="GtkCList.html#GtkCListCellInfo" title="struct GtkCListCellInfo">GtkCListCellInfo</a>;
85
85
struct              <a class="link" href="GtkCList.html#GtkCListDestInfo" title="struct GtkCListDestInfo">GtkCListDestInfo</a>;
86
86
enum                <a class="link" href="GtkCList.html#GtkCListDragPos" title="enum GtkCListDragPos">GtkCListDragPos</a>;
87
 
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkCList.html#gtk-clist-new" title="gtk_clist_new ()">gtk_clist_new</a>                       (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);
88
 
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkCList.html#gtk-clist-new-with-titles" title="gtk_clist_new_with_titles ()">gtk_clist_new_with_titles</a>           (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>,
89
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titles[]</code></em>);
 
87
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkCList.html#gtk-clist-new" title="gtk_clist_new ()">gtk_clist_new</a>                       (<em class="parameter"><code><span class="type">gint</span> columns</code></em>);
 
88
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkCList.html#gtk-clist-new-with-titles" title="gtk_clist_new_with_titles ()">gtk_clist_new_with_titles</a>           (<em class="parameter"><code><span class="type">gint</span> columns</code></em>,
 
89
                                                         <em class="parameter"><code><span class="type">gchar</span> *titles[]</code></em>);
90
90
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-shadow-type" title="gtk_clist_set_shadow_type ()">gtk_clist_set_shadow_type</a>           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
91
 
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> type</code></em>);
 
91
                                                         <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> type</code></em>);
92
92
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-selection-mode" title="gtk_clist_set_selection_mode ()">gtk_clist_set_selection_mode</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
93
 
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);
 
93
                                                         <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);
94
94
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-freeze" title="gtk_clist_freeze ()">gtk_clist_freeze</a>                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
95
95
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-thaw" title="gtk_clist_thaw ()">gtk_clist_thaw</a>                      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
96
96
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-column-titles-show" title="gtk_clist_column_titles_show ()">gtk_clist_column_titles_show</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
97
97
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-column-titles-hide" title="gtk_clist_column_titles_hide ()">gtk_clist_column_titles_hide</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
98
98
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-column-title-active" title="gtk_clist_column_title_active ()">gtk_clist_column_title_active</a>       (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
99
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
99
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
100
100
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-column-title-passive" title="gtk_clist_column_title_passive ()">gtk_clist_column_title_passive</a>      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
101
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
101
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
102
102
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-column-titles-active" title="gtk_clist_column_titles_active ()">gtk_clist_column_titles_active</a>      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
103
103
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-column-titles-passive" title="gtk_clist_column_titles_passive ()">gtk_clist_column_titles_passive</a>     (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
104
104
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-title" title="gtk_clist_set_column_title ()">gtk_clist_set_column_title</a>          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
105
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
106
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);
 
105
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
106
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>);
107
107
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-widget" title="gtk_clist_set_column_widget ()">gtk_clist_set_column_widget</a>         (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
108
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
108
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
109
109
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
110
110
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-justification" title="gtk_clist_set_column_justification ()">gtk_clist_set_column_justification</a>  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
111
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
112
 
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> justification</code></em>);
 
111
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
112
                                                         <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> justification</code></em>);
113
113
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-visibility" title="gtk_clist_set_column_visibility ()">gtk_clist_set_column_visibility</a>     (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
114
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
115
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);
 
114
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
115
                                                         <em class="parameter"><code><span class="type">gboolean</span> visible</code></em>);
116
116
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-resizeable" title="gtk_clist_set_column_resizeable ()">gtk_clist_set_column_resizeable</a>     (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
117
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
118
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizeable</code></em>);
 
117
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
118
                                                         <em class="parameter"><code><span class="type">gboolean</span> resizeable</code></em>);
119
119
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-auto-resize" title="gtk_clist_set_column_auto_resize ()">gtk_clist_set_column_auto_resize</a>    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
120
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
121
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_resize</code></em>);
122
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-optimal-column-width" title="gtk_clist_optimal_column_width ()">gtk_clist_optimal_column_width</a>      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
123
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
120
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
121
                                                         <em class="parameter"><code><span class="type">gboolean</span> auto_resize</code></em>);
 
122
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-optimal-column-width" title="gtk_clist_optimal_column_width ()">gtk_clist_optimal_column_width</a>      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
123
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
124
124
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-width" title="gtk_clist_set_column_width ()">gtk_clist_set_column_width</a>          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
125
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
126
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);
 
125
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
126
                                                         <em class="parameter"><code><span class="type">gint</span> width</code></em>);
127
127
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-min-width" title="gtk_clist_set_column_min_width ()">gtk_clist_set_column_min_width</a>      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
128
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
129
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>);
 
128
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
129
                                                         <em class="parameter"><code><span class="type">gint</span> min_width</code></em>);
130
130
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-column-max-width" title="gtk_clist_set_column_max_width ()">gtk_clist_set_column_max_width</a>      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
131
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
132
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>);
 
131
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
132
                                                         <em class="parameter"><code><span class="type">gint</span> max_width</code></em>);
133
133
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-row-height" title="gtk_clist_set_row_height ()">gtk_clist_set_row_height</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
134
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>);
 
134
                                                         <em class="parameter"><code><span class="type">guint</span> height</code></em>);
135
135
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-moveto" title="gtk_clist_moveto ()">gtk_clist_moveto</a>                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
136
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
137
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
138
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
139
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);
140
 
<a class="link" href="gtk-Standard-Enumerations.html#GtkVisibility" title="enum GtkVisibility"><span class="returnvalue">GtkVisibility</span></a>       <a class="link" href="GtkCList.html#gtk-clist-row-is-visible" title="gtk_clist_row_is_visible ()">gtk_clist_row_is_visible</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
141
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
 
136
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
137
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
138
                                                         <em class="parameter"><code><span class="type">gfloat</span> row_align</code></em>,
 
139
                                                         <em class="parameter"><code><span class="type">gfloat</span> col_align</code></em>);
 
140
<a class="link" href="gtk2-Standard-Enumerations.html#GtkVisibility" title="enum GtkVisibility"><span class="returnvalue">GtkVisibility</span></a>       <a class="link" href="GtkCList.html#gtk-clist-row-is-visible" title="gtk_clist_row_is_visible ()">gtk_clist_row_is_visible</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
141
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
142
142
<a class="link" href="GtkCList.html#GtkCellType" title="enum GtkCellType"><span class="returnvalue">GtkCellType</span></a>         <a class="link" href="GtkCList.html#gtk-clist-get-cell-type" title="gtk_clist_get_cell_type ()">gtk_clist_get_cell_type</a>             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
143
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
144
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
143
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
144
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
145
145
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-text" title="gtk_clist_set_text ()">gtk_clist_set_text</a>                  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
146
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
147
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
148
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
149
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-get-text" title="gtk_clist_get_text ()">gtk_clist_get_text</a>                  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
150
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
151
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
152
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>);
 
146
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
147
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
148
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);
 
149
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-get-text" title="gtk_clist_get_text ()">gtk_clist_get_text</a>                  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
150
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
151
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
152
                                                         <em class="parameter"><code><span class="type">gchar</span> **text</code></em>);
153
153
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-pixmap" title="gtk_clist_set_pixmap ()">gtk_clist_set_pixmap</a>                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
154
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
155
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
156
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
157
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
158
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-get-pixmap" title="gtk_clist_get_pixmap ()">gtk_clist_get_pixmap</a>                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
159
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
160
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
161
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
162
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);
 
154
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
155
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
156
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
 
157
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
 
158
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-get-pixmap" title="gtk_clist_get_pixmap ()">gtk_clist_get_pixmap</a>                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
159
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
160
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
161
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
 
162
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);
163
163
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-pixtext" title="gtk_clist_set_pixtext ()">gtk_clist_set_pixtext</a>               (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
164
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
165
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
166
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
167
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> spacing</code></em>,
168
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
169
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
170
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-get-pixtext" title="gtk_clist_get_pixtext ()">gtk_clist_get_pixtext</a>               (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
171
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
172
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
173
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>,
174
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *spacing</code></em>,
175
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
176
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);
 
164
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
165
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
166
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
 
167
                                                         <em class="parameter"><code><span class="type">guint8</span> spacing</code></em>,
 
168
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
 
169
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
 
170
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-get-pixtext" title="gtk_clist_get_pixtext ()">gtk_clist_get_pixtext</a>               (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
171
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
172
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
173
                                                         <em class="parameter"><code><span class="type">gchar</span> **text</code></em>,
 
174
                                                         <em class="parameter"><code><span class="type">guint8</span> *spacing</code></em>,
 
175
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
 
176
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);
177
177
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-foreground" title="gtk_clist_set_foreground ()">gtk_clist_set_foreground</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
178
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
179
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
 
178
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
179
                                                         <em class="parameter"><code>const <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
180
180
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-background" title="gtk_clist_set_background ()">gtk_clist_set_background</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
181
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
182
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
 
181
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
182
                                                         <em class="parameter"><code>const <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
183
183
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-cell-style" title="gtk_clist_set_cell_style ()">gtk_clist_set_cell_style</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
184
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
185
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
184
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
185
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
186
186
                                                         <em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);
187
187
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> *          <a class="link" href="GtkCList.html#gtk-clist-get-cell-style" title="gtk_clist_get_cell_style ()">gtk_clist_get_cell_style</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
188
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
189
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
188
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
189
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
190
190
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-row-style" title="gtk_clist_set_row_style ()">gtk_clist_set_row_style</a>             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
191
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
 
191
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
192
192
                                                         <em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);
193
193
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> *          <a class="link" href="GtkCList.html#gtk-clist-get-row-style" title="gtk_clist_get_row_style ()">gtk_clist_get_row_style</a>             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
194
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
 
194
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
195
195
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-shift" title="gtk_clist_set_shift ()">gtk_clist_set_shift</a>                 (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
196
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
197
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
198
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> vertical</code></em>,
199
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> horizontal</code></em>);
 
196
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
197
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
198
                                                         <em class="parameter"><code><span class="type">gint</span> vertical</code></em>,
 
199
                                                         <em class="parameter"><code><span class="type">gint</span> horizontal</code></em>);
200
200
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-selectable" title="gtk_clist_set_selectable ()">gtk_clist_set_selectable</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
201
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
202
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selectable</code></em>);
203
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkCList.html#gtk-clist-get-selectable" title="gtk_clist_get_selectable ()">gtk_clist_get_selectable</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
204
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
205
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-prepend" title="gtk_clist_prepend ()">gtk_clist_prepend</a>                   (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
206
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);
207
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-append" title="gtk_clist_append ()">gtk_clist_append</a>                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
208
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);
209
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-insert" title="gtk_clist_insert ()">gtk_clist_insert</a>                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
210
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
211
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);
 
201
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
202
                                                         <em class="parameter"><code><span class="type">gboolean</span> selectable</code></em>);
 
203
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkCList.html#gtk-clist-get-selectable" title="gtk_clist_get_selectable ()">gtk_clist_get_selectable</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
204
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
 
205
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-prepend" title="gtk_clist_prepend ()">gtk_clist_prepend</a>                   (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
206
                                                         <em class="parameter"><code><span class="type">gchar</span> *text[]</code></em>);
 
207
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-append" title="gtk_clist_append ()">gtk_clist_append</a>                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
208
                                                         <em class="parameter"><code><span class="type">gchar</span> *text[]</code></em>);
 
209
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-insert" title="gtk_clist_insert ()">gtk_clist_insert</a>                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
210
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
211
                                                         <em class="parameter"><code><span class="type">gchar</span> *text[]</code></em>);
212
212
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-remove" title="gtk_clist_remove ()">gtk_clist_remove</a>                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
213
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
 
213
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
214
214
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-row-data" title="gtk_clist_set_row_data ()">gtk_clist_set_row_data</a>              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
215
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
216
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
 
215
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
216
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
217
217
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-row-data-full" title="gtk_clist_set_row_data_full ()">gtk_clist_set_row_data_full</a>         (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
218
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
219
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
220
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
221
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            <a class="link" href="GtkCList.html#gtk-clist-get-row-data" title="gtk_clist_get_row_data ()">gtk_clist_get_row_data</a>              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
222
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
223
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-find-row-from-data" title="gtk_clist_find_row_from_data ()">gtk_clist_find_row_from_data</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
224
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
 
218
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
219
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
 
220
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);
 
221
<span class="returnvalue">gpointer</span>            <a class="link" href="GtkCList.html#gtk-clist-get-row-data" title="gtk_clist_get_row_data ()">gtk_clist_get_row_data</a>              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
222
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
 
223
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-find-row-from-data" title="gtk_clist_find_row_from_data ()">gtk_clist_find_row_from_data</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
224
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
225
225
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-select-row" title="gtk_clist_select_row ()">gtk_clist_select_row</a>                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
226
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
227
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
226
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
227
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
228
228
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-unselect-row" title="gtk_clist_unselect_row ()">gtk_clist_unselect_row</a>              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
229
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
230
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
229
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
230
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
231
231
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-undo-selection" title="gtk_clist_undo_selection ()">gtk_clist_undo_selection</a>            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
232
232
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-clear" title="gtk_clist_clear ()">gtk_clist_clear</a>                     (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
233
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-get-selection-info" title="gtk_clist_get_selection_info ()">gtk_clist_get_selection_info</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
234
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
235
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
236
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *row</code></em>,
237
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *column</code></em>);
 
233
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-get-selection-info" title="gtk_clist_get_selection_info ()">gtk_clist_get_selection_info</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
234
                                                         <em class="parameter"><code><span class="type">gint</span> x</code></em>,
 
235
                                                         <em class="parameter"><code><span class="type">gint</span> y</code></em>,
 
236
                                                         <em class="parameter"><code><span class="type">gint</span> *row</code></em>,
 
237
                                                         <em class="parameter"><code><span class="type">gint</span> *column</code></em>);
238
238
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-select-all" title="gtk_clist_select_all ()">gtk_clist_select_all</a>                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
239
239
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-unselect-all" title="gtk_clist_unselect_all ()">gtk_clist_unselect_all</a>              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
240
240
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-swap-rows" title="gtk_clist_swap_rows ()">gtk_clist_swap_rows</a>                 (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
241
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row1</code></em>,
242
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row2</code></em>);
 
241
                                                         <em class="parameter"><code><span class="type">gint</span> row1</code></em>,
 
242
                                                         <em class="parameter"><code><span class="type">gint</span> row2</code></em>);
243
243
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-compare-func" title="gtk_clist_set_compare_func ()">gtk_clist_set_compare_func</a>          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
244
244
                                                         <em class="parameter"><code><a class="link" href="GtkCList.html#GtkCListCompareFunc" title="GtkCListCompareFunc ()"><span class="type">GtkCListCompareFunc</span></a> cmp_func</code></em>);
245
245
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-sort-column" title="gtk_clist_set_sort_column ()">gtk_clist_set_sort_column</a>           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
246
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
246
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
247
247
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-sort-type" title="gtk_clist_set_sort_type ()">gtk_clist_set_sort_type</a>             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
248
 
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> sort_type</code></em>);
 
248
                                                         <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> sort_type</code></em>);
249
249
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-sort" title="gtk_clist_sort ()">gtk_clist_sort</a>                      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
250
250
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-auto-sort" title="gtk_clist_set_auto_sort ()">gtk_clist_set_auto_sort</a>             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
251
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_sort</code></em>);
252
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkCList.html#gtk-clist-columns-autosize" title="gtk_clist_columns_autosize ()">gtk_clist_columns_autosize</a>          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
253
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GtkCList.html#gtk-clist-get-column-title" title="gtk_clist_get_column_title ()">gtk_clist_get_column_title</a>          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
254
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
251
                                                         <em class="parameter"><code><span class="type">gboolean</span> auto_sort</code></em>);
 
252
<span class="returnvalue">gint</span>                <a class="link" href="GtkCList.html#gtk-clist-columns-autosize" title="gtk_clist_columns_autosize ()">gtk_clist_columns_autosize</a>          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
 
253
<span class="returnvalue">gchar</span> *             <a class="link" href="GtkCList.html#gtk-clist-get-column-title" title="gtk_clist_get_column_title ()">gtk_clist_get_column_title</a>          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
254
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
255
255
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkCList.html#gtk-clist-get-column-widget" title="gtk_clist_get_column_widget ()">gtk_clist_get_column_widget</a>         (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
256
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
256
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
257
257
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> *     <a class="link" href="GtkCList.html#gtk-clist-get-hadjustment" title="gtk_clist_get_hadjustment ()">gtk_clist_get_hadjustment</a>           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
258
258
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> *     <a class="link" href="GtkCList.html#gtk-clist-get-vadjustment" title="gtk_clist_get_vadjustment ()">gtk_clist_get_vadjustment</a>           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);
259
259
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-row-move" title="gtk_clist_row_move ()">gtk_clist_row_move</a>                  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
260
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source_row</code></em>,
261
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_row</code></em>);
 
260
                                                         <em class="parameter"><code><span class="type">gint</span> source_row</code></em>,
 
261
                                                         <em class="parameter"><code><span class="type">gint</span> dest_row</code></em>);
262
262
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-button-actions" title="gtk_clist_set_button_actions ()">gtk_clist_set_button_actions</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
263
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
264
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> button_actions</code></em>);
 
263
                                                         <em class="parameter"><code><span class="type">guint</span> button</code></em>,
 
264
                                                         <em class="parameter"><code><span class="type">guint8</span> button_actions</code></em>);
265
265
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-hadjustment" title="gtk_clist_set_hadjustment ()">gtk_clist_set_hadjustment</a>           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
266
266
                                                         <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
267
267
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-reorderable" title="gtk_clist_set_reorderable ()">gtk_clist_set_reorderable</a>           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
268
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);
 
268
                                                         <em class="parameter"><code><span class="type">gboolean</span> reorderable</code></em>);
269
269
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-use-drag-icons" title="gtk_clist_set_use_drag_icons ()">gtk_clist_set_use_drag_icons</a>        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
270
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_icons</code></em>);
 
270
                                                         <em class="parameter"><code><span class="type">gboolean</span> use_icons</code></em>);
271
271
<span class="returnvalue">void</span>                <a class="link" href="GtkCList.html#gtk-clist-set-vadjustment" title="gtk_clist_set_vadjustment ()">gtk_clist_set_vadjustment</a>           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
272
272
                                                         <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
273
273
</pre>
275
275
<div class="refsect1">
276
276
<a name="GtkCList.object-hierarchy"></a><h2>Object Hierarchy</h2>
277
277
<pre class="synopsis">
278
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
279
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
278
  GObject
 
279
   +----GInitiallyUnowned
280
280
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
281
281
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
282
282
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
293
293
<div class="refsect1">
294
294
<a name="GtkCList.properties"></a><h2>Properties</h2>
295
295
<pre class="synopsis">
296
 
  "<a class="link" href="GtkCList.html#GtkCList--n-columns" title='The "n-columns" property'>n-columns</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct Only
297
 
  "<a class="link" href="GtkCList.html#GtkCList--reorderable" title='The "reorderable" property'>reorderable</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
298
 
  "<a class="link" href="GtkCList.html#GtkCList--row-height" title='The "row-height" property'>row-height</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
299
 
  "<a class="link" href="GtkCList.html#GtkCList--selection-mode" title='The "selection-mode" property'>selection-mode</a>"           <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a>      : Read / Write
300
 
  "<a class="link" href="GtkCList.html#GtkCList--shadow-type" title='The "shadow-type" property'>shadow-type</a>"              <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a>         : Read / Write
301
 
  "<a class="link" href="GtkCList.html#GtkCList--sort-type" title='The "sort-type" property'>sort-type</a>"                <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a>           : Read / Write
302
 
  "<a class="link" href="GtkCList.html#GtkCList--titles-active" title='The "titles-active" property'>titles-active</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
303
 
  "<a class="link" href="GtkCList.html#GtkCList--use-drag-icons" title='The "use-drag-icons" property'>use-drag-icons</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
296
  "<a class="link" href="GtkCList.html#GtkCList--n-columns" title='The "n-columns" property'>n-columns</a>"                <span class="type">guint</span>                 : Read / Write / Construct Only
 
297
  "<a class="link" href="GtkCList.html#GtkCList--reorderable" title='The "reorderable" property'>reorderable</a>"              <span class="type">gboolean</span>              : Read / Write
 
298
  "<a class="link" href="GtkCList.html#GtkCList--row-height" title='The "row-height" property'>row-height</a>"               <span class="type">guint</span>                 : Read / Write
 
299
  "<a class="link" href="GtkCList.html#GtkCList--selection-mode" title='The "selection-mode" property'>selection-mode</a>"           <a class="link" href="gtk2-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a>      : Read / Write
 
300
  "<a class="link" href="GtkCList.html#GtkCList--shadow-type" title='The "shadow-type" property'>shadow-type</a>"              <a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a>         : Read / Write
 
301
  "<a class="link" href="GtkCList.html#GtkCList--sort-type" title='The "sort-type" property'>sort-type</a>"                <a class="link" href="gtk2-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a>           : Read / Write
 
302
  "<a class="link" href="GtkCList.html#GtkCList--titles-active" title='The "titles-active" property'>titles-active</a>"            <span class="type">gboolean</span>              : Read / Write
 
303
  "<a class="link" href="GtkCList.html#GtkCList--use-drag-icons" title='The "use-drag-icons" property'>use-drag-icons</a>"           <span class="type">gboolean</span>              : Read / Write
304
304
</pre>
305
305
</div>
306
306
<div class="refsect1">
307
307
<a name="GtkCList.signals"></a><h2>Signals</h2>
308
308
<pre class="synopsis">
309
 
  "<a class="link" href="GtkCList.html#GtkCList-abort-column-resize" title='The "abort-column-resize" signal'>abort-column-resize</a>"                            : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
310
 
  "<a class="link" href="GtkCList.html#GtkCList-click-column" title='The "click-column" signal'>click-column</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
311
 
  "<a class="link" href="GtkCList.html#GtkCList-end-selection" title='The "end-selection" signal'>end-selection</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
312
 
  "<a class="link" href="GtkCList.html#GtkCList-extend-selection" title='The "extend-selection" signal'>extend-selection</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
313
 
  "<a class="link" href="GtkCList.html#GtkCList-resize-column" title='The "resize-column" signal'>resize-column</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
314
 
  "<a class="link" href="GtkCList.html#GtkCList-row-move" title='The "row-move" signal'>row-move</a>"                                       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
315
 
  "<a class="link" href="GtkCList.html#GtkCList-scroll-horizontal" title='The "scroll-horizontal" signal'>scroll-horizontal</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
316
 
  "<a class="link" href="GtkCList.html#GtkCList-scroll-vertical" title='The "scroll-vertical" signal'>scroll-vertical</a>"                                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
317
 
  "<a class="link" href="GtkCList.html#GtkCList-select-all" title='The "select-all" signal'>select-all</a>"                                     : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
318
 
  "<a class="link" href="GtkCList.html#GtkCList-select-row" title='The "select-row" signal'>select-row</a>"                                     : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
319
 
  "<a class="link" href="GtkCList.html#GtkCList-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>"                         : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
320
 
  "<a class="link" href="GtkCList.html#GtkCList-start-selection" title='The "start-selection" signal'>start-selection</a>"                                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
321
 
  "<a class="link" href="GtkCList.html#GtkCList-toggle-add-mode" title='The "toggle-add-mode" signal'>toggle-add-mode</a>"                                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
322
 
  "<a class="link" href="GtkCList.html#GtkCList-toggle-focus-row" title='The "toggle-focus-row" signal'>toggle-focus-row</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
323
 
  "<a class="link" href="GtkCList.html#GtkCList-undo-selection" title='The "undo-selection" signal'>undo-selection</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
324
 
  "<a class="link" href="GtkCList.html#GtkCList-unselect-all" title='The "unselect-all" signal'>unselect-all</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
325
 
  "<a class="link" href="GtkCList.html#GtkCList-unselect-row" title='The "unselect-row" signal'>unselect-row</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
 
309
  "<a class="link" href="GtkCList.html#GtkCList-abort-column-resize" title='The "abort-column-resize" signal'>abort-column-resize</a>"                            : <code class="literal">Action</code>
 
310
  "<a class="link" href="GtkCList.html#GtkCList-click-column" title='The "click-column" signal'>click-column</a>"                                   : <code class="literal">Run First</code>
 
311
  "<a class="link" href="GtkCList.html#GtkCList-end-selection" title='The "end-selection" signal'>end-selection</a>"                                  : <code class="literal">Action</code>
 
312
  "<a class="link" href="GtkCList.html#GtkCList-extend-selection" title='The "extend-selection" signal'>extend-selection</a>"                               : <code class="literal">Action</code>
 
313
  "<a class="link" href="GtkCList.html#GtkCList-resize-column" title='The "resize-column" signal'>resize-column</a>"                                  : <code class="literal">Run Last</code>
 
314
  "<a class="link" href="GtkCList.html#GtkCList-row-move" title='The "row-move" signal'>row-move</a>"                                       : <code class="literal">Run Last</code>
 
315
  "<a class="link" href="GtkCList.html#GtkCList-scroll-horizontal" title='The "scroll-horizontal" signal'>scroll-horizontal</a>"                              : <code class="literal">Action</code>
 
316
  "<a class="link" href="GtkCList.html#GtkCList-scroll-vertical" title='The "scroll-vertical" signal'>scroll-vertical</a>"                                : <code class="literal">Action</code>
 
317
  "<a class="link" href="GtkCList.html#GtkCList-select-all" title='The "select-all" signal'>select-all</a>"                                     : <code class="literal">Action</code>
 
318
  "<a class="link" href="GtkCList.html#GtkCList-select-row" title='The "select-row" signal'>select-row</a>"                                     : <code class="literal">Run First</code>
 
319
  "<a class="link" href="GtkCList.html#GtkCList-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>"                         : <code class="literal">Run Last</code>
 
320
  "<a class="link" href="GtkCList.html#GtkCList-start-selection" title='The "start-selection" signal'>start-selection</a>"                                : <code class="literal">Action</code>
 
321
  "<a class="link" href="GtkCList.html#GtkCList-toggle-add-mode" title='The "toggle-add-mode" signal'>toggle-add-mode</a>"                                : <code class="literal">Action</code>
 
322
  "<a class="link" href="GtkCList.html#GtkCList-toggle-focus-row" title='The "toggle-focus-row" signal'>toggle-focus-row</a>"                               : <code class="literal">Action</code>
 
323
  "<a class="link" href="GtkCList.html#GtkCList-undo-selection" title='The "undo-selection" signal'>undo-selection</a>"                                 : <code class="literal">Action</code>
 
324
  "<a class="link" href="GtkCList.html#GtkCList-unselect-all" title='The "unselect-all" signal'>unselect-all</a>"                                   : <code class="literal">Action</code>
 
325
  "<a class="link" href="GtkCList.html#GtkCList-unselect-row" title='The "unselect-row" signal'>unselect-row</a>"                                   : <code class="literal">Run First</code>
326
326
</pre>
327
327
</div>
328
328
<div class="refsect1">
822
822
<hr>
823
823
<div class="refsect2">
824
824
<a name="GtkCListCompareFunc"></a><h3>GtkCListCompareFunc ()</h3>
825
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                (*GtkCListCompareFunc)              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
826
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr1</code></em>,
827
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr2</code></em>);</pre>
 
825
<pre class="programlisting"><span class="returnvalue">gint</span>                (*GtkCListCompareFunc)              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
826
                                                         <em class="parameter"><code><span class="type">gconstpointer</span> ptr1</code></em>,
 
827
                                                         <em class="parameter"><code><span class="type">gconstpointer</span> ptr2</code></em>);</pre>
828
828
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
829
829
<h3 class="title">Warning</h3>
830
830
<p><code class="literal">GtkCListCompareFunc</code> is deprecated and should not be used in newly-written code.</p>
844
844
</tr>
845
845
<tr>
846
846
<td><p><span class="term"><em class="parameter"><code>ptr1</code></em> :</span></p></td>
847
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> to the first node to compare.</td>
 
847
<td>A <span class="type">gconstpointer</span> to the first node to compare.</td>
848
848
</tr>
849
849
<tr>
850
850
<td><p><span class="term"><em class="parameter"><code>ptr2</code></em> :</span></p></td>
851
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> to the second node to compare.</td>
 
851
<td>A <span class="type">gconstpointer</span> to the second node to compare.</td>
852
852
</tr>
853
853
<tr>
854
854
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1109
1109
<hr>
1110
1110
<div class="refsect2">
1111
1111
<a name="gtk-clist-new"></a><h3>gtk_clist_new ()</h3>
1112
 
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_clist_new                       (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);</pre>
 
1112
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_clist_new                       (<em class="parameter"><code><span class="type">gint</span> columns</code></em>);</pre>
1113
1113
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1114
1114
<h3 class="title">Warning</h3>
1115
1115
<p><code class="literal">gtk_clist_new</code> is deprecated and should not be used in newly-written code.</p>
1137
1137
<hr>
1138
1138
<div class="refsect2">
1139
1139
<a name="gtk-clist-new-with-titles"></a><h3>gtk_clist_new_with_titles ()</h3>
1140
 
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_clist_new_with_titles           (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>,
1141
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titles[]</code></em>);</pre>
 
1140
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_clist_new_with_titles           (<em class="parameter"><code><span class="type">gint</span> columns</code></em>,
 
1141
                                                         <em class="parameter"><code><span class="type">gchar</span> *titles[]</code></em>);</pre>
1142
1142
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1143
1143
<h3 class="title">Warning</h3>
1144
1144
<p><code class="literal">gtk_clist_new_with_titles</code> is deprecated and should not be used in newly-written code.</p>
1172
1172
<div class="refsect2">
1173
1173
<a name="gtk-clist-set-shadow-type"></a><h3>gtk_clist_set_shadow_type ()</h3>
1174
1174
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_shadow_type           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1175
 
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> type</code></em>);</pre>
 
1175
                                                         <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> type</code></em>);</pre>
1176
1176
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1177
1177
<h3 class="title">Warning</h3>
1178
1178
<p><code class="literal">gtk_clist_set_shadow_type</code> is deprecated and should not be used in newly-written code.</p>
1202
1202
<div class="refsect2">
1203
1203
<a name="gtk-clist-set-selection-mode"></a><h3>gtk_clist_set_selection_mode ()</h3>
1204
1204
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_selection_mode        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1205
 
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);</pre>
 
1205
                                                         <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);</pre>
1206
1206
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1207
1207
<h3 class="title">Warning</h3>
1208
1208
<p><code class="literal">gtk_clist_set_selection_mode</code> is deprecated and should not be used in newly-written code.</p>
1328
1328
<div class="refsect2">
1329
1329
<a name="gtk-clist-column-title-active"></a><h3>gtk_clist_column_title_active ()</h3>
1330
1330
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_column_title_active       (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1331
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
1331
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
1332
1332
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1333
1333
<h3 class="title">Warning</h3>
1334
1334
<p><code class="literal">gtk_clist_column_title_active</code> is deprecated and should not be used in newly-written code.</p>
1359
1359
<div class="refsect2">
1360
1360
<a name="gtk-clist-column-title-passive"></a><h3>gtk_clist_column_title_passive ()</h3>
1361
1361
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_column_title_passive      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1362
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
1362
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
1363
1363
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1364
1364
<h3 class="title">Warning</h3>
1365
1365
<p><code class="literal">gtk_clist_column_title_passive</code> is deprecated and should not be used in newly-written code.</p>
1435
1435
<div class="refsect2">
1436
1436
<a name="gtk-clist-set-column-title"></a><h3>gtk_clist_set_column_title ()</h3>
1437
1437
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_title          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1438
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1439
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
 
1438
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1439
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>);</pre>
1440
1440
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1441
1441
<h3 class="title">Warning</h3>
1442
1442
<p><code class="literal">gtk_clist_set_column_title</code> is deprecated and should not be used in newly-written code.</p>
1469
1469
<div class="refsect2">
1470
1470
<a name="gtk-clist-set-column-widget"></a><h3>gtk_clist_set_column_widget ()</h3>
1471
1471
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_widget         (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1472
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
1472
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
1473
1473
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
1474
1474
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1475
1475
<h3 class="title">Warning</h3>
1505
1505
<div class="refsect2">
1506
1506
<a name="gtk-clist-set-column-justification"></a><h3>gtk_clist_set_column_justification ()</h3>
1507
1507
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_justification  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1508
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1509
 
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> justification</code></em>);</pre>
 
1508
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1509
                                                         <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> justification</code></em>);</pre>
1510
1510
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1511
1511
<h3 class="title">Warning</h3>
1512
1512
<p><code class="literal">gtk_clist_set_column_justification</code> is deprecated and should not be used in newly-written code.</p>
1540
1540
<div class="refsect2">
1541
1541
<a name="gtk-clist-set-column-visibility"></a><h3>gtk_clist_set_column_visibility ()</h3>
1542
1542
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_visibility     (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1543
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1544
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);</pre>
 
1543
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1544
                                                         <em class="parameter"><code><span class="type">gboolean</span> visible</code></em>);</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_column_visibility</code> is deprecated and should not be used in newly-written code.</p>
1569
1569
<tr>
1570
1570
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
1571
1571
<td>
1572
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
1572
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>.</td>
1573
1573
</tr>
1574
1574
</tbody>
1575
1575
</table></div>
1578
1578
<div class="refsect2">
1579
1579
<a name="gtk-clist-set-column-resizeable"></a><h3>gtk_clist_set_column_resizeable ()</h3>
1580
1580
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_resizeable     (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1581
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1582
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizeable</code></em>);</pre>
 
1581
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1582
                                                         <em class="parameter"><code><span class="type">gboolean</span> resizeable</code></em>);</pre>
1583
1583
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1584
1584
<h3 class="title">Warning</h3>
1585
1585
<p><code class="literal">gtk_clist_set_column_resizeable</code> is deprecated and should not be used in newly-written code.</p>
1608
1608
<tr>
1609
1609
<td><p><span class="term"><em class="parameter"><code>resizeable</code></em> :</span></p></td>
1610
1610
<td>
1611
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
1611
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>.</td>
1612
1612
</tr>
1613
1613
</tbody>
1614
1614
</table></div>
1617
1617
<div class="refsect2">
1618
1618
<a name="gtk-clist-set-column-auto-resize"></a><h3>gtk_clist_set_column_auto_resize ()</h3>
1619
1619
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_auto_resize    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1620
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1621
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_resize</code></em>);</pre>
 
1620
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1621
                                                         <em class="parameter"><code><span class="type">gboolean</span> auto_resize</code></em>);</pre>
1622
1622
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1623
1623
<h3 class="title">Warning</h3>
1624
1624
<p><code class="literal">gtk_clist_set_column_auto_resize</code> is deprecated and should not be used in newly-written code.</p>
1645
1645
<tr>
1646
1646
<td><p><span class="term"><em class="parameter"><code>auto_resize</code></em> :</span></p></td>
1647
1647
<td>
1648
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
1648
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>.</td>
1649
1649
</tr>
1650
1650
</tbody>
1651
1651
</table></div>
1653
1653
<hr>
1654
1654
<div class="refsect2">
1655
1655
<a name="gtk-clist-optimal-column-width"></a><h3>gtk_clist_optimal_column_width ()</h3>
1656
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_optimal_column_width      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1657
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
1656
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_optimal_column_width      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
1657
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
1658
1658
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1659
1659
<h3 class="title">Warning</h3>
1660
1660
<p><code class="literal">gtk_clist_optimal_column_width</code> is deprecated and should not be used in newly-written code.</p>
1688
1688
<div class="refsect2">
1689
1689
<a name="gtk-clist-set-column-width"></a><h3>gtk_clist_set_column_width ()</h3>
1690
1690
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_width          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1691
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1692
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
 
1691
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1692
                                                         <em class="parameter"><code><span class="type">gint</span> width</code></em>);</pre>
1693
1693
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1694
1694
<h3 class="title">Warning</h3>
1695
1695
<p><code class="literal">gtk_clist_set_column_width</code> is deprecated and should not be used in newly-written code.</p>
1723
1723
<div class="refsect2">
1724
1724
<a name="gtk-clist-set-column-min-width"></a><h3>gtk_clist_set_column_min_width ()</h3>
1725
1725
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_min_width      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1726
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1727
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>);</pre>
 
1726
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1727
                                                         <em class="parameter"><code><span class="type">gint</span> min_width</code></em>);</pre>
1728
1728
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1729
1729
<h3 class="title">Warning</h3>
1730
1730
<p><code class="literal">gtk_clist_set_column_min_width</code> is deprecated and should not be used in newly-written code.</p>
1758
1758
<div class="refsect2">
1759
1759
<a name="gtk-clist-set-column-max-width"></a><h3>gtk_clist_set_column_max_width ()</h3>
1760
1760
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_column_max_width      (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1761
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1762
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>);</pre>
 
1761
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1762
                                                         <em class="parameter"><code><span class="type">gint</span> max_width</code></em>);</pre>
1763
1763
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1764
1764
<h3 class="title">Warning</h3>
1765
1765
<p><code class="literal">gtk_clist_set_column_max_width</code> is deprecated and should not be used in newly-written code.</p>
1793
1793
<div class="refsect2">
1794
1794
<a name="gtk-clist-set-row-height"></a><h3>gtk_clist_set_row_height ()</h3>
1795
1795
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_row_height            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1796
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>);</pre>
 
1796
                                                         <em class="parameter"><code><span class="type">guint</span> height</code></em>);</pre>
1797
1797
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1798
1798
<h3 class="title">Warning</h3>
1799
1799
<p><code class="literal">gtk_clist_set_row_height</code> is deprecated and should not be used in newly-written code.</p>
1824
1824
<div class="refsect2">
1825
1825
<a name="gtk-clist-moveto"></a><h3>gtk_clist_moveto ()</h3>
1826
1826
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_moveto                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1827
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1828
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1829
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
1830
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);</pre>
 
1827
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
1828
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1829
                                                         <em class="parameter"><code><span class="type">gfloat</span> row_align</code></em>,
 
1830
                                                         <em class="parameter"><code><span class="type">gfloat</span> col_align</code></em>);</pre>
1831
1831
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1832
1832
<h3 class="title">Warning</h3>
1833
1833
<p><code class="literal">gtk_clist_moveto</code> is deprecated and should not be used in newly-written code.</p>
1870
1870
<hr>
1871
1871
<div class="refsect2">
1872
1872
<a name="gtk-clist-row-is-visible"></a><h3>gtk_clist_row_is_visible ()</h3>
1873
 
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkVisibility" title="enum GtkVisibility"><span class="returnvalue">GtkVisibility</span></a>       gtk_clist_row_is_visible            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1874
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
1873
<pre class="programlisting"><a class="link" href="gtk2-Standard-Enumerations.html#GtkVisibility" title="enum GtkVisibility"><span class="returnvalue">GtkVisibility</span></a>       gtk_clist_row_is_visible            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
1874
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
1875
1875
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1876
1876
<h3 class="title">Warning</h3>
1877
1877
<p><code class="literal">gtk_clist_row_is_visible</code> is deprecated and should not be used in newly-written code.</p>
1895
1895
</tr>
1896
1896
<tr>
1897
1897
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1898
 
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkVisibility" title="enum GtkVisibility"><span class="type">GtkVisibility</span></a> value that tells you how the row is visible.</td>
 
1898
<td>A <a class="link" href="gtk2-Standard-Enumerations.html#GtkVisibility" title="enum GtkVisibility"><span class="type">GtkVisibility</span></a> value that tells you how the row is visible.</td>
1899
1899
</tr>
1900
1900
</tbody>
1901
1901
</table></div>
1904
1904
<div class="refsect2">
1905
1905
<a name="gtk-clist-get-cell-type"></a><h3>gtk_clist_get_cell_type ()</h3>
1906
1906
<pre class="programlisting"><a class="link" href="GtkCList.html#GtkCellType" title="enum GtkCellType"><span class="returnvalue">GtkCellType</span></a>         gtk_clist_get_cell_type             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1907
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1908
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
1907
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
1908
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
1909
1909
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1910
1910
<h3 class="title">Warning</h3>
1911
1911
<p><code class="literal">gtk_clist_get_cell_type</code> is deprecated and should not be used in newly-written code.</p>
1942
1942
<div class="refsect2">
1943
1943
<a name="gtk-clist-set-text"></a><h3>gtk_clist_set_text ()</h3>
1944
1944
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_text                  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1945
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1946
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1947
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
 
1945
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
1946
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1947
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);</pre>
1948
1948
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1949
1949
<h3 class="title">Warning</h3>
1950
1950
<p><code class="literal">gtk_clist_set_text</code> is deprecated and should not be used in newly-written code.</p>
1980
1980
<hr>
1981
1981
<div class="refsect2">
1982
1982
<a name="gtk-clist-get-text"></a><h3>gtk_clist_get_text ()</h3>
1983
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_get_text                  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
1984
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1985
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1986
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>);</pre>
 
1983
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_get_text                  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
1984
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
1985
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
1986
                                                         <em class="parameter"><code><span class="type">gchar</span> **text</code></em>);</pre>
1987
1987
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1988
1988
<h3 class="title">Warning</h3>
1989
1989
<p><code class="literal">gtk_clist_get_text</code> is deprecated and should not be used in newly-written code.</p>
2024
2024
<div class="refsect2">
2025
2025
<a name="gtk-clist-set-pixmap"></a><h3>gtk_clist_set_pixmap ()</h3>
2026
2026
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_pixmap                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2027
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2028
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2029
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
2030
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
 
2027
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2028
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
2029
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
 
2030
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
2031
2031
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2032
2032
<h3 class="title">Warning</h3>
2033
2033
<p><code class="literal">gtk_clist_set_pixmap</code> is deprecated and should not be used in newly-written code.</p>
2055
2055
</tr>
2056
2056
<tr>
2057
2057
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
2058
 
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> to place in the cell.</td>
 
2058
<td>A pointer to a <a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> to place in the cell.</td>
2059
2059
</tr>
2060
2060
<tr>
2061
2061
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
2068
2068
<hr>
2069
2069
<div class="refsect2">
2070
2070
<a name="gtk-clist-get-pixmap"></a><h3>gtk_clist_get_pixmap ()</h3>
2071
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_get_pixmap                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2072
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2073
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2074
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
2075
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
 
2071
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_get_pixmap                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2072
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2073
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
2074
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
 
2075
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
2076
2076
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2077
2077
<h3 class="title">Warning</h3>
2078
2078
<p><code class="literal">gtk_clist_get_pixmap</code> is deprecated and should not be used in newly-written code.</p>
2100
2100
</tr>
2101
2101
<tr>
2102
2102
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
2103
 
<td>A pointer to a pointer to store the cell's <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.</td>
 
2103
<td>A pointer to a pointer to store the cell's <a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.</td>
2104
2104
</tr>
2105
2105
<tr>
2106
2106
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
2107
 
<td>A pointer to a pointer to store the cell's <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> mask.</td>
 
2107
<td>A pointer to a pointer to store the cell's <a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> mask.</td>
2108
2108
</tr>
2109
2109
<tr>
2110
2110
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2117
2117
<div class="refsect2">
2118
2118
<a name="gtk-clist-set-pixtext"></a><h3>gtk_clist_set_pixtext ()</h3>
2119
2119
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_pixtext               (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2120
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2121
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2122
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
2123
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> spacing</code></em>,
2124
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
2125
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
 
2120
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2121
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
2122
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
 
2123
                                                         <em class="parameter"><code><span class="type">guint8</span> spacing</code></em>,
 
2124
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
 
2125
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
2126
2126
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2127
2127
<h3 class="title">Warning</h3>
2128
2128
<p><code class="literal">gtk_clist_set_pixtext</code> is deprecated and should not be used in newly-written code.</p>
2158
2158
</tr>
2159
2159
<tr>
2160
2160
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
2161
 
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> for the cell.</td>
 
2161
<td>A pointer to a <a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> for the cell.</td>
2162
2162
</tr>
2163
2163
<tr>
2164
2164
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
2165
 
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> mask for the cell.</td>
 
2165
<td>A pointer to a <a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> mask for the cell.</td>
2166
2166
</tr>
2167
2167
</tbody>
2168
2168
</table></div>
2170
2170
<hr>
2171
2171
<div class="refsect2">
2172
2172
<a name="gtk-clist-get-pixtext"></a><h3>gtk_clist_get_pixtext ()</h3>
2173
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_get_pixtext               (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2174
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2175
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2176
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>,
2177
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *spacing</code></em>,
2178
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
2179
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
 
2173
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_get_pixtext               (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2174
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2175
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
2176
                                                         <em class="parameter"><code><span class="type">gchar</span> **text</code></em>,
 
2177
                                                         <em class="parameter"><code><span class="type">guint8</span> *spacing</code></em>,
 
2178
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
 
2179
                                                         <em class="parameter"><code><a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
2180
2180
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2181
2181
<h3 class="title">Warning</h3>
2182
2182
<p><code class="literal">gtk_clist_get_pixtext</code> is deprecated and should not be used in newly-written code.</p>
2208
2208
</tr>
2209
2209
<tr>
2210
2210
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
2211
 
<td>A pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> to store the spacing.</td>
 
2211
<td>A pointer to a <span class="type">guint8</span> to store the spacing.</td>
2212
2212
</tr>
2213
2213
<tr>
2214
2214
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
2215
 
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> pointer to store the cell's pixmap.</td>
 
2215
<td>A pointer to a <a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> pointer to store the cell's pixmap.</td>
2216
2216
</tr>
2217
2217
<tr>
2218
2218
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
2219
 
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> pointer to store the cell's bitmap mask.</td>
 
2219
<td>A pointer to a <a href="../gdk2/gdk2-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> pointer to store the cell's bitmap mask.</td>
2220
2220
</tr>
2221
2221
<tr>
2222
2222
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2229
2229
<div class="refsect2">
2230
2230
<a name="gtk-clist-set-foreground"></a><h3>gtk_clist_set_foreground ()</h3>
2231
2231
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_foreground            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2232
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2233
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
 
2232
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2233
                                                         <em class="parameter"><code>const <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
2234
2234
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2235
2235
<h3 class="title">Warning</h3>
2236
2236
<p><code class="literal">gtk_clist_set_foreground</code> is deprecated and should not be used in newly-written code.</p>
2254
2254
</tr>
2255
2255
<tr>
2256
2256
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
2257
 
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure.</td>
 
2257
<td>A pointer to a <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure.</td>
2258
2258
</tr>
2259
2259
</tbody>
2260
2260
</table></div>
2263
2263
<div class="refsect2">
2264
2264
<a name="gtk-clist-set-background"></a><h3>gtk_clist_set_background ()</h3>
2265
2265
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_background            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2266
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2267
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
 
2266
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2267
                                                         <em class="parameter"><code>const <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
2268
2268
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2269
2269
<h3 class="title">Warning</h3>
2270
2270
<p><code class="literal">gtk_clist_set_background</code> is deprecated and should not be used in newly-written code.</p>
2288
2288
</tr>
2289
2289
<tr>
2290
2290
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
2291
 
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure.</td>
 
2291
<td>A pointer to a <a href="../gdk2/gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure.</td>
2292
2292
</tr>
2293
2293
</tbody>
2294
2294
</table></div>
2297
2297
<div class="refsect2">
2298
2298
<a name="gtk-clist-set-cell-style"></a><h3>gtk_clist_set_cell_style ()</h3>
2299
2299
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_cell_style            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2300
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2301
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
2300
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2301
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
2302
2302
                                                         <em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
2303
2303
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2304
2304
<h3 class="title">Warning</h3>
2336
2336
<div class="refsect2">
2337
2337
<a name="gtk-clist-get-cell-style"></a><h3>gtk_clist_get_cell_style ()</h3>
2338
2338
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> *          gtk_clist_get_cell_style            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2339
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2340
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
2339
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2340
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
2341
2341
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2342
2342
<h3 class="title">Warning</h3>
2343
2343
<p><code class="literal">gtk_clist_get_cell_style</code> is deprecated and should not be used in newly-written code.</p>
2374
2374
<div class="refsect2">
2375
2375
<a name="gtk-clist-set-row-style"></a><h3>gtk_clist_set_row_style ()</h3>
2376
2376
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_row_style             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2377
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
 
2377
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
2378
2378
                                                         <em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
2379
2379
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2380
2380
<h3 class="title">Warning</h3>
2408
2408
<div class="refsect2">
2409
2409
<a name="gtk-clist-get-row-style"></a><h3>gtk_clist_get_row_style ()</h3>
2410
2410
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a> *          gtk_clist_get_row_style             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2411
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
2411
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
2412
2412
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2413
2413
<h3 class="title">Warning</h3>
2414
2414
<p><code class="literal">gtk_clist_get_row_style</code> is deprecated and should not be used in newly-written code.</p>
2441
2441
<div class="refsect2">
2442
2442
<a name="gtk-clist-set-shift"></a><h3>gtk_clist_set_shift ()</h3>
2443
2443
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_shift                 (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2444
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2445
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2446
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> vertical</code></em>,
2447
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> horizontal</code></em>);</pre>
 
2444
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2445
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
2446
                                                         <em class="parameter"><code><span class="type">gint</span> vertical</code></em>,
 
2447
                                                         <em class="parameter"><code><span class="type">gint</span> horizontal</code></em>);</pre>
2448
2448
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2449
2449
<h3 class="title">Warning</h3>
2450
2450
<p><code class="literal">gtk_clist_set_shift</code> is deprecated and should not be used in newly-written code.</p>
2485
2485
<div class="refsect2">
2486
2486
<a name="gtk-clist-set-selectable"></a><h3>gtk_clist_set_selectable ()</h3>
2487
2487
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_selectable            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2488
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2489
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selectable</code></em>);</pre>
 
2488
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2489
                                                         <em class="parameter"><code><span class="type">gboolean</span> selectable</code></em>);</pre>
2490
2490
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2491
2491
<h3 class="title">Warning</h3>
2492
2492
<p><code class="literal">gtk_clist_set_selectable</code> is deprecated and should not be used in newly-written code.</p>
2511
2511
<tr>
2512
2512
<td><p><span class="term"><em class="parameter"><code>selectable</code></em> :</span></p></td>
2513
2513
<td>
2514
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
2514
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>.</td>
2515
2515
</tr>
2516
2516
</tbody>
2517
2517
</table></div>
2519
2519
<hr>
2520
2520
<div class="refsect2">
2521
2521
<a name="gtk-clist-get-selectable"></a><h3>gtk_clist_get_selectable ()</h3>
2522
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_clist_get_selectable            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2523
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
2522
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_clist_get_selectable            (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2523
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
2524
2524
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2525
2525
<h3 class="title">Warning</h3>
2526
2526
<p><code class="literal">gtk_clist_get_selectable</code> is deprecated and should not be used in newly-written code.</p>
2544
2544
</tr>
2545
2545
<tr>
2546
2546
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2547
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</td>
 
2547
<td>A <span class="type">gboolean</span> value.</td>
2548
2548
</tr>
2549
2549
</tbody>
2550
2550
</table></div>
2552
2552
<hr>
2553
2553
<div class="refsect2">
2554
2554
<a name="gtk-clist-prepend"></a><h3>gtk_clist_prepend ()</h3>
2555
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_prepend                   (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2556
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
 
2555
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_prepend                   (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2556
                                                         <em class="parameter"><code><span class="type">gchar</span> *text[]</code></em>);</pre>
2557
2557
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2558
2558
<h3 class="title">Warning</h3>
2559
2559
<p><code class="literal">gtk_clist_prepend</code> is deprecated and should not be used in newly-written code.</p>
2585
2585
<hr>
2586
2586
<div class="refsect2">
2587
2587
<a name="gtk-clist-append"></a><h3>gtk_clist_append ()</h3>
2588
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_append                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2589
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
 
2588
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_append                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2589
                                                         <em class="parameter"><code><span class="type">gchar</span> *text[]</code></em>);</pre>
2590
2590
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2591
2591
<h3 class="title">Warning</h3>
2592
2592
<p><code class="literal">gtk_clist_append</code> is deprecated and should not be used in newly-written code.</p>
2618
2618
<hr>
2619
2619
<div class="refsect2">
2620
2620
<a name="gtk-clist-insert"></a><h3>gtk_clist_insert ()</h3>
2621
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_insert                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2622
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2623
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
 
2621
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_insert                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2622
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2623
                                                         <em class="parameter"><code><span class="type">gchar</span> *text[]</code></em>);</pre>
2624
2624
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2625
2625
<h3 class="title">Warning</h3>
2626
2626
<p><code class="literal">gtk_clist_insert</code> is deprecated and should not be used in newly-written code.</p>
2657
2657
<div class="refsect2">
2658
2658
<a name="gtk-clist-remove"></a><h3>gtk_clist_remove ()</h3>
2659
2659
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_remove                    (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2660
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
2660
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
2661
2661
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2662
2662
<h3 class="title">Warning</h3>
2663
2663
<p><code class="literal">gtk_clist_remove</code> is deprecated and should not be used in newly-written code.</p>
2686
2686
<div class="refsect2">
2687
2687
<a name="gtk-clist-set-row-data"></a><h3>gtk_clist_set_row_data ()</h3>
2688
2688
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_row_data              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2689
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2690
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 
2689
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2690
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
2691
2691
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2692
2692
<h3 class="title">Warning</h3>
2693
2693
<p><code class="literal">gtk_clist_set_row_data</code> is deprecated and should not be used in newly-written code.</p>
2720
2720
<div class="refsect2">
2721
2721
<a name="gtk-clist-set-row-data-full"></a><h3>gtk_clist_set_row_data_full ()</h3>
2722
2722
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_row_data_full         (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2723
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2724
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
2725
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
 
2723
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2724
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
 
2725
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
2726
2726
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2727
2727
<h3 class="title">Warning</h3>
2728
2728
<p><code class="literal">gtk_clist_set_row_data_full</code> is deprecated and should not be used in newly-written code.</p>
2750
2750
</tr>
2751
2751
<tr>
2752
2752
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
2753
 
<td>A <a class="link" href="gtk-Types.html#GtkDestroyNotify" title="GtkDestroyNotify ()"><span class="type">GtkDestroyNotify</span></a> function to be called when the row is destroyed.</td>
 
2753
<td>A <a class="link" href="gtk2-Types.html#GtkDestroyNotify" title="GtkDestroyNotify ()"><span class="type">GtkDestroyNotify</span></a> function to be called when the row is destroyed.</td>
2754
2754
</tr>
2755
2755
</tbody>
2756
2756
</table></div>
2758
2758
<hr>
2759
2759
<div class="refsect2">
2760
2760
<a name="gtk-clist-get-row-data"></a><h3>gtk_clist_get_row_data ()</h3>
2761
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            gtk_clist_get_row_data              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2762
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
2761
<pre class="programlisting"><span class="returnvalue">gpointer</span>            gtk_clist_get_row_data              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2762
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
2763
2763
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2764
2764
<h3 class="title">Warning</h3>
2765
2765
<p><code class="literal">gtk_clist_get_row_data</code> is deprecated and should not be used in newly-written code.</p>
2791
2791
<hr>
2792
2792
<div class="refsect2">
2793
2793
<a name="gtk-clist-find-row-from-data"></a><h3>gtk_clist_find_row_from_data ()</h3>
2794
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_find_row_from_data        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2795
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 
2794
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_find_row_from_data        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2795
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
2796
2796
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2797
2797
<h3 class="title">Warning</h3>
2798
2798
<p><code class="literal">gtk_clist_find_row_from_data</code> is deprecated and should not be used in newly-written code.</p>
2825
2825
<div class="refsect2">
2826
2826
<a name="gtk-clist-select-row"></a><h3>gtk_clist_select_row ()</h3>
2827
2827
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_select_row                (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2828
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2829
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
2828
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2829
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
2830
2830
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2831
2831
<h3 class="title">Warning</h3>
2832
2832
<p><code class="literal">gtk_clist_select_row</code> is deprecated and should not be used in newly-written code.</p>
2859
2859
<div class="refsect2">
2860
2860
<a name="gtk-clist-unselect-row"></a><h3>gtk_clist_unselect_row ()</h3>
2861
2861
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_unselect_row              (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2862
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2863
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
2862
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
2863
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
2864
2864
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2865
2865
<h3 class="title">Warning</h3>
2866
2866
<p><code class="literal">gtk_clist_unselect_row</code> is deprecated and should not be used in newly-written code.</p>
2936
2936
<hr>
2937
2937
<div class="refsect2">
2938
2938
<a name="gtk-clist-get-selection-info"></a><h3>gtk_clist_get_selection_info ()</h3>
2939
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_get_selection_info        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
2940
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
2941
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
2942
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *row</code></em>,
2943
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *column</code></em>);</pre>
 
2939
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_get_selection_info        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
2940
                                                         <em class="parameter"><code><span class="type">gint</span> x</code></em>,
 
2941
                                                         <em class="parameter"><code><span class="type">gint</span> y</code></em>,
 
2942
                                                         <em class="parameter"><code><span class="type">gint</span> *row</code></em>,
 
2943
                                                         <em class="parameter"><code><span class="type">gint</span> *column</code></em>);</pre>
2944
2944
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2945
2945
<h3 class="title">Warning</h3>
2946
2946
<p><code class="literal">gtk_clist_get_selection_info</code> is deprecated and should not be used in newly-written code.</p>
2968
2968
</tr>
2969
2969
<tr>
2970
2970
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
2971
 
<td>Pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to store the row value.</td>
 
2971
<td>Pointer to a <span class="type">gint</span> to store the row value.</td>
2972
2972
</tr>
2973
2973
<tr>
2974
2974
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
2975
 
<td>Pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to store the column value.</td>
 
2975
<td>Pointer to a <span class="type">gint</span> to store the column value.</td>
2976
2976
</tr>
2977
2977
<tr>
2978
2978
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3030
3030
<div class="refsect2">
3031
3031
<a name="gtk-clist-swap-rows"></a><h3>gtk_clist_swap_rows ()</h3>
3032
3032
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_swap_rows                 (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3033
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row1</code></em>,
3034
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row2</code></em>);</pre>
 
3033
                                                         <em class="parameter"><code><span class="type">gint</span> row1</code></em>,
 
3034
                                                         <em class="parameter"><code><span class="type">gint</span> row2</code></em>);</pre>
3035
3035
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3036
3036
<h3 class="title">Warning</h3>
3037
3037
<p><code class="literal">gtk_clist_swap_rows</code> is deprecated and should not be used in newly-written code.</p>
3096
3096
<div class="refsect2">
3097
3097
<a name="gtk-clist-set-sort-column"></a><h3>gtk_clist_set_sort_column ()</h3>
3098
3098
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_sort_column           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3099
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
3099
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
3100
3100
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3101
3101
<h3 class="title">Warning</h3>
3102
3102
<p><code class="literal">gtk_clist_set_sort_column</code> is deprecated and should not be used in newly-written code.</p>
3126
3126
<div class="refsect2">
3127
3127
<a name="gtk-clist-set-sort-type"></a><h3>gtk_clist_set_sort_type ()</h3>
3128
3128
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_sort_type             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3129
 
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> sort_type</code></em>);</pre>
 
3129
                                                         <em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> sort_type</code></em>);</pre>
3130
3130
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3131
3131
<h3 class="title">Warning</h3>
3132
3132
<p><code class="literal">gtk_clist_set_sort_type</code> is deprecated and should not be used in newly-written code.</p>
3147
3147
</tr>
3148
3148
<tr>
3149
3149
<td><p><span class="term"><em class="parameter"><code>sort_type</code></em> :</span></p></td>
3150
 
<td>the <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> to use</td>
 
3150
<td>the <a class="link" href="gtk2-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> to use</td>
3151
3151
</tr>
3152
3152
</tbody>
3153
3153
</table></div>
3179
3179
<div class="refsect2">
3180
3180
<a name="gtk-clist-set-auto-sort"></a><h3>gtk_clist_set_auto_sort ()</h3>
3181
3181
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_auto_sort             (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3182
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_sort</code></em>);</pre>
 
3182
                                                         <em class="parameter"><code><span class="type">gboolean</span> auto_sort</code></em>);</pre>
3183
3183
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3184
3184
<h3 class="title">Warning</h3>
3185
3185
<p><code class="literal">gtk_clist_set_auto_sort</code> is deprecated and should not be used in newly-written code.</p>
3207
3207
<hr>
3208
3208
<div class="refsect2">
3209
3209
<a name="gtk-clist-columns-autosize"></a><h3>gtk_clist_columns_autosize ()</h3>
3210
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_clist_columns_autosize          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);</pre>
 
3210
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_clist_columns_autosize          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>);</pre>
3211
3211
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3212
3212
<h3 class="title">Warning</h3>
3213
3213
<p><code class="literal">gtk_clist_columns_autosize</code> is deprecated and should not be used in newly-written code.</p>
3235
3235
<hr>
3236
3236
<div class="refsect2">
3237
3237
<a name="gtk-clist-get-column-title"></a><h3>gtk_clist_get_column_title ()</h3>
3238
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             gtk_clist_get_column_title          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3239
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
3238
<pre class="programlisting"><span class="returnvalue">gchar</span> *             gtk_clist_get_column_title          (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
 
3239
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
3240
3240
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3241
3241
<h3 class="title">Warning</h3>
3242
3242
<p><code class="literal">gtk_clist_get_column_title</code> is deprecated and should not be used in newly-written code.</p>
3269
3269
<div class="refsect2">
3270
3270
<a name="gtk-clist-get-column-widget"></a><h3>gtk_clist_get_column_widget ()</h3>
3271
3271
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_clist_get_column_widget         (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3272
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
3272
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
3273
3273
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3274
3274
<h3 class="title">Warning</h3>
3275
3275
<p><code class="literal">gtk_clist_get_column_widget</code> is deprecated and should not be used in newly-written code.</p>
3362
3362
<div class="refsect2">
3363
3363
<a name="gtk-clist-row-move"></a><h3>gtk_clist_row_move ()</h3>
3364
3364
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_row_move                  (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3365
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source_row</code></em>,
3366
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_row</code></em>);</pre>
 
3365
                                                         <em class="parameter"><code><span class="type">gint</span> source_row</code></em>,
 
3366
                                                         <em class="parameter"><code><span class="type">gint</span> dest_row</code></em>);</pre>
3367
3367
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3368
3368
<h3 class="title">Warning</h3>
3369
3369
<p><code class="literal">gtk_clist_row_move</code> is deprecated and should not be used in newly-written code.</p>
3397
3397
<div class="refsect2">
3398
3398
<a name="gtk-clist-set-button-actions"></a><h3>gtk_clist_set_button_actions ()</h3>
3399
3399
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_button_actions        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3400
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
3401
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> button_actions</code></em>);</pre>
 
3400
                                                         <em class="parameter"><code><span class="type">guint</span> button</code></em>,
 
3401
                                                         <em class="parameter"><code><span class="type">guint8</span> button_actions</code></em>);</pre>
3402
3402
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3403
3403
<h3 class="title">Warning</h3>
3404
3404
<p><code class="literal">gtk_clist_set_button_actions</code> is deprecated and should not be used in newly-written code.</p>
3465
3465
<div class="refsect2">
3466
3466
<a name="gtk-clist-set-reorderable"></a><h3>gtk_clist_set_reorderable ()</h3>
3467
3467
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_reorderable           (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3468
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
 
3468
                                                         <em class="parameter"><code><span class="type">gboolean</span> reorderable</code></em>);</pre>
3469
3469
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3470
3470
<h3 class="title">Warning</h3>
3471
3471
<p><code class="literal">gtk_clist_set_reorderable</code> is deprecated and should not be used in newly-written code.</p>
3486
3486
<tr>
3487
3487
<td><p><span class="term"><em class="parameter"><code>reorderable</code></em> :</span></p></td>
3488
3488
<td>
3489
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
3489
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>.</td>
3490
3490
</tr>
3491
3491
</tbody>
3492
3492
</table></div>
3495
3495
<div class="refsect2">
3496
3496
<a name="gtk-clist-set-use-drag-icons"></a><h3>gtk_clist_set_use_drag_icons ()</h3>
3497
3497
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_clist_set_use_drag_icons        (<em class="parameter"><code><a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist</code></em>,
3498
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_icons</code></em>);</pre>
 
3498
                                                         <em class="parameter"><code><span class="type">gboolean</span> use_icons</code></em>);</pre>
3499
3499
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3500
3500
<h3 class="title">Warning</h3>
3501
3501
<p><code class="literal">gtk_clist_set_use_drag_icons</code> is deprecated and should not be used in newly-written code.</p>
3517
3517
<tr>
3518
3518
<td><p><span class="term"><em class="parameter"><code>use_icons</code></em> :</span></p></td>
3519
3519
<td>
3520
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
3520
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>.</td>
3521
3521
</tr>
3522
3522
</tbody>
3523
3523
</table></div>
3557
3557
<a name="GtkCList.property-details"></a><h2>Property Details</h2>
3558
3558
<div class="refsect2">
3559
3559
<a name="GtkCList--n-columns"></a><h3>The <code class="literal">"n-columns"</code> property</h3>
3560
 
<pre class="programlisting">  "n-columns"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct Only</pre>
 
3560
<pre class="programlisting">  "n-columns"                <span class="type">guint</span>                 : Read / Write / Construct Only</pre>
3561
3561
<p>
3562
3562
An integer value for a column.
3563
3563
</p>
3566
3566
<hr>
3567
3567
<div class="refsect2">
3568
3568
<a name="GtkCList--reorderable"></a><h3>The <code class="literal">"reorderable"</code> property</h3>
3569
 
<pre class="programlisting">  "reorderable"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
3569
<pre class="programlisting">  "reorderable"              <span class="type">gboolean</span>              : Read / Write</pre>
3570
3570
<p>
3571
3571
A boolean value for determining if the user can re-order the CList's
3572
3572
columns.
3576
3576
<hr>
3577
3577
<div class="refsect2">
3578
3578
<a name="GtkCList--row-height"></a><h3>The <code class="literal">"row-height"</code> property</h3>
3579
 
<pre class="programlisting">  "row-height"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
 
3579
<pre class="programlisting">  "row-height"               <span class="type">guint</span>                 : Read / Write</pre>
3580
3580
<p>
3581
3581
An integer value representing the height of a row in pixels.
3582
3582
</p>
3585
3585
<hr>
3586
3586
<div class="refsect2">
3587
3587
<a name="GtkCList--selection-mode"></a><h3>The <code class="literal">"selection-mode"</code> property</h3>
3588
 
<pre class="programlisting">  "selection-mode"           <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a>      : Read / Write</pre>
 
3588
<pre class="programlisting">  "selection-mode"           <a class="link" href="gtk2-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a>      : Read / Write</pre>
3589
3589
<p>
3590
3590
Sets the type of selection mode for the CList.
3591
3591
</p>
3594
3594
<hr>
3595
3595
<div class="refsect2">
3596
3596
<a name="GtkCList--shadow-type"></a><h3>The <code class="literal">"shadow-type"</code> property</h3>
3597
 
<pre class="programlisting">  "shadow-type"              <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a>         : Read / Write</pre>
 
3597
<pre class="programlisting">  "shadow-type"              <a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a>         : Read / Write</pre>
3598
3598
<p>
3599
3599
Sets the shadowing for the CList.
3600
3600
</p>
3603
3603
<hr>
3604
3604
<div class="refsect2">
3605
3605
<a name="GtkCList--sort-type"></a><h3>The <code class="literal">"sort-type"</code> property</h3>
3606
 
<pre class="programlisting">  "sort-type"                <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a>           : Read / Write</pre>
 
3606
<pre class="programlisting">  "sort-type"                <a class="link" href="gtk2-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a>           : Read / Write</pre>
3607
3607
<p></p>
3608
3608
<p>Default value: GTK_SORT_ASCENDING</p>
3609
3609
</div>
3610
3610
<hr>
3611
3611
<div class="refsect2">
3612
3612
<a name="GtkCList--titles-active"></a><h3>The <code class="literal">"titles-active"</code> property</h3>
3613
 
<pre class="programlisting">  "titles-active"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
3613
<pre class="programlisting">  "titles-active"            <span class="type">gboolean</span>              : Read / Write</pre>
3614
3614
<p>
3615
3615
A boolean value for setting whether the column titles can be
3616
3616
clicked.
3620
3620
<hr>
3621
3621
<div class="refsect2">
3622
3622
<a name="GtkCList--use-drag-icons"></a><h3>The <code class="literal">"use-drag-icons"</code> property</h3>
3623
 
<pre class="programlisting">  "use-drag-icons"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
3623
<pre class="programlisting">  "use-drag-icons"           <span class="type">gboolean</span>              : Read / Write</pre>
3624
3624
<p>
3625
3625
A boolean value for setting whether to use icons during drag
3626
3626
operations.
3633
3633
<div class="refsect2">
3634
3634
<a name="GtkCList-abort-column-resize"></a><h3>The <code class="literal">"abort-column-resize"</code> signal</h3>
3635
3635
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
3636
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
3636
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Action</code></pre>
3637
3637
<p>
3638
3638
This signal is emitted when a column resize is aborted.
3639
3639
</p>
3658
3658
<div class="refsect2">
3659
3659
<a name="GtkCList-click-column"></a><h3>The <code class="literal">"click-column"</code> signal</h3>
3660
3660
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
3661
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
3662
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
3661
                                                        <span class="type">gint</span>      arg1,
 
3662
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run First</code></pre>
3663
3663
<p>
3664
3664
This signal is emitted when a column title is clicked.
3665
3665
</p>
3688
3688
<div class="refsect2">
3689
3689
<a name="GtkCList-end-selection"></a><h3>The <code class="literal">"end-selection"</code> signal</h3>
3690
3690
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
3691
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
3691
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Action</code></pre>
3692
3692
<p>
3693
3693
This signal is emitted when a selection ends in a
3694
3694
multiple selection CList.
3714
3714
<div class="refsect2">
3715
3715
<a name="GtkCList-extend-selection"></a><h3>The <code class="literal">"extend-selection"</code> signal</h3>
3716
3716
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>     *clist,
3717
 
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
3718
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        arg2,
3719
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>      arg3,
3720
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
3717
                                                        <a class="link" href="gtk2-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
 
3718
                                                        <span class="type">gfloat</span>        arg2,
 
3719
                                                        <span class="type">gboolean</span>      arg3,
 
3720
                                                        <span class="type">gpointer</span>      user_data)      : <code class="literal">Action</code></pre>
3721
3721
<p>
3722
3722
This signal is emitted when the selection is extended.
3723
3723
</p>
3733
3733
</tr>
3734
3734
<tr>
3735
3735
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em> :</span></p></td>
3736
 
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> value of any scrolling operation the
 
3736
<td>A <a class="link" href="gtk2-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> value of any scrolling operation the
3737
3737
occured during the selection.</td>
3738
3738
</tr>
3739
3739
<tr>
3743
3743
<tr>
3744
3744
<td><p><span class="term"><em class="parameter"><code>auto_start_selection</code></em> :</span></p></td>
3745
3745
<td>
3746
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
3746
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>.</td>
3747
3747
</tr>
3748
3748
<tr>
3749
3749
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
3756
3756
<div class="refsect2">
3757
3757
<a name="GtkCList-resize-column"></a><h3>The <code class="literal">"resize-column"</code> signal</h3>
3758
3758
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
3759
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
3760
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
3761
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
3759
                                                        <span class="type">gint</span>      arg1,
 
3760
                                                        <span class="type">gint</span>      arg2,
 
3761
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
3762
3762
<p>
3763
3763
This signal is emitted when a column is resized.
3764
3764
</p>
3791
3791
<div class="refsect2">
3792
3792
<a name="GtkCList-row-move"></a><h3>The <code class="literal">"row-move"</code> signal</h3>
3793
3793
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
3794
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
3795
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
3796
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
3794
                                                        <span class="type">gint</span>      arg1,
 
3795
                                                        <span class="type">gint</span>      arg2,
 
3796
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
3797
3797
<p>
3798
3798
This signal is emitted when a row is moved.
3799
3799
</p>
3826
3826
<div class="refsect2">
3827
3827
<a name="GtkCList-scroll-horizontal"></a><h3>The <code class="literal">"scroll-horizontal"</code> signal</h3>
3828
3828
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>     *clist,
3829
 
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
3830
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        arg2,
3831
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
3829
                                                        <a class="link" href="gtk2-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
 
3830
                                                        <span class="type">gfloat</span>        arg2,
 
3831
                                                        <span class="type">gpointer</span>      user_data)      : <code class="literal">Action</code></pre>
3832
3832
<p>
3833
3833
This signal is emitted when the CList is scrolled horizontally.
3834
3834
</p>
3844
3844
</tr>
3845
3845
<tr>
3846
3846
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em> :</span></p></td>
3847
 
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> value of how the scroll operation occured.</td>
 
3847
<td>A <a class="link" href="gtk2-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> value of how the scroll operation occured.</td>
3848
3848
</tr>
3849
3849
<tr>
3850
3850
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
3861
3861
<div class="refsect2">
3862
3862
<a name="GtkCList-scroll-vertical"></a><h3>The <code class="literal">"scroll-vertical"</code> signal</h3>
3863
3863
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>     *clist,
3864
 
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
3865
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        arg2,
3866
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
3864
                                                        <a class="link" href="gtk2-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
 
3865
                                                        <span class="type">gfloat</span>        arg2,
 
3866
                                                        <span class="type">gpointer</span>      user_data)      : <code class="literal">Action</code></pre>
3867
3867
<p>
3868
3868
This signal is emitted when the CList is scrolled vertically.
3869
3869
</p>
3879
3879
</tr>
3880
3880
<tr>
3881
3881
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em> :</span></p></td>
3882
 
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> value of how the scroll operation occured.</td>
 
3882
<td>A <a class="link" href="gtk2-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> value of how the scroll operation occured.</td>
3883
3883
</tr>
3884
3884
<tr>
3885
3885
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
3896
3896
<div class="refsect2">
3897
3897
<a name="GtkCList-select-all"></a><h3>The <code class="literal">"select-all"</code> signal</h3>
3898
3898
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
3899
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
3899
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Action</code></pre>
3900
3900
<p>
3901
3901
This signal is emitted when all the rows are selected in a CList.
3902
3902
</p>
3921
3921
<div class="refsect2">
3922
3922
<a name="GtkCList-select-row"></a><h3>The <code class="literal">"select-row"</code> signal</h3>
3923
3923
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
3924
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
3925
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
3926
 
                                                        <a href="http://library.gnome.org/devel/gdk3/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg3,
3927
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
3924
                                                        <span class="type">gint</span>      arg1,
 
3925
                                                        <span class="type">gint</span>      arg2,
 
3926
                                                        <a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg3,
 
3927
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run First</code></pre>
3928
3928
<p>
3929
3929
This signal is emitted when the user selects a row in the list.
3930
3930
It is emitted for every row that is selected in a multi-selection or
3950
3950
</tr>
3951
3951
<tr>
3952
3952
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
3953
 
<td>A <a href="http://library.gnome.org/devel/gdk3/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> structure for the selection.</td>
 
3953
<td>A <a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> structure for the selection.</td>
3954
3954
</tr>
3955
3955
<tr>
3956
3956
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
3965
3965
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a>      *clist,
3966
3966
                                                        <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg1,
3967
3967
                                                        <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
3968
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
3968
                                                        <span class="type">gpointer</span>       user_data)      : <code class="literal">Run Last</code></pre>
3969
3969
<p>
3970
3970
</p>
3971
3971
<div class="variablelist"><table border="0" class="variablelist">
3989
3989
<div class="refsect2">
3990
3990
<a name="GtkCList-start-selection"></a><h3>The <code class="literal">"start-selection"</code> signal</h3>
3991
3991
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
3992
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
3992
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Action</code></pre>
3993
3993
<p>
3994
3994
This signal is emitted when a drag-selection is started in
3995
3995
a multiple-selection CList.
4015
4015
<div class="refsect2">
4016
4016
<a name="GtkCList-toggle-add-mode"></a><h3>The <code class="literal">"toggle-add-mode"</code> signal</h3>
4017
4017
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
4018
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
4018
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Action</code></pre>
4019
4019
<p>
4020
4020
This signal is emitted when "add mode" is toggled.
4021
4021
</p>
4040
4040
<div class="refsect2">
4041
4041
<a name="GtkCList-toggle-focus-row"></a><h3>The <code class="literal">"toggle-focus-row"</code> signal</h3>
4042
4042
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
4043
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
4043
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Action</code></pre>
4044
4044
<p>
4045
4045
</p>
4046
4046
<div class="variablelist"><table border="0" class="variablelist">
4064
4064
<div class="refsect2">
4065
4065
<a name="GtkCList-undo-selection"></a><h3>The <code class="literal">"undo-selection"</code> signal</h3>
4066
4066
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
4067
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
4067
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Action</code></pre>
4068
4068
<p>
4069
4069
This signal is emitted when an undo selection occurs in the CList,
4070
4070
probably via calling <a class="link" href="GtkCList.html#gtk-clist-undo-selection" title="gtk_clist_undo_selection ()"><code class="function">gtk_clist_undo_selection()</code></a>.
4090
4090
<div class="refsect2">
4091
4091
<a name="GtkCList-unselect-all"></a><h3>The <code class="literal">"unselect-all"</code> signal</h3>
4092
4092
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
4093
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
4093
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Action</code></pre>
4094
4094
<p>
4095
4095
This signal is emitted when all rows are unselected in a CList.
4096
4096
</p>
4115
4115
<div class="refsect2">
4116
4116
<a name="GtkCList-unselect-row"></a><h3>The <code class="literal">"unselect-row"</code> signal</h3>
4117
4117
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> *clist,
4118
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
4119
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
4120
 
                                                        <a href="http://library.gnome.org/devel/gdk3/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg3,
4121
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
4118
                                                        <span class="type">gint</span>      arg1,
 
4119
                                                        <span class="type">gint</span>      arg2,
 
4120
                                                        <a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg3,
 
4121
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run First</code></pre>
4122
4122
<p>
4123
4123
This signal is emitted when the user unselects a row in the list.
4124
4124
It is emitted for every row that is unselected in a multi-selection or
4154
4154
</div>
4155
4155
<div class="footer">
4156
4156
<hr>
4157
 
          Generated by GTK-Doc V1.18.1</div>
 
4157
          Generated by GTK-Doc V1.18</div>
4158
4158
</body>
4159
4159
</html>
 
 
b'\\ No newline at end of file'