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

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
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="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr1</code></em>,
76
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr2</code></em>);
 
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>);
77
77
                    <a class="link" href="GtkCList.html#GtkCListColumn" title="GtkCListColumn">GtkCListColumn</a>;
78
78
                    <a class="link" href="GtkCList.html#GtkCListRow" title="GtkCListRow">GtkCListRow</a>;
79
79
                    <a class="link" href="GtkCList.html#GtkCellText" title="GtkCellText">GtkCellText</a>;
84
84
                    <a class="link" href="GtkCList.html#GtkCListCellInfo" title="GtkCListCellInfo">GtkCListCellInfo</a>;
85
85
                    <a class="link" href="GtkCList.html#GtkCListDestInfo" title="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="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>,
89
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/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><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>);
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
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>);
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>,
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
106
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>,
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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
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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
115
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
118
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizeable</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
121
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_resize</code></em>);
122
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
126
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
129
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
132
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
137
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
138
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
139
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</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
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
144
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
147
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
148
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
149
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
151
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
152
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
155
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
156
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
157
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
158
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
160
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
161
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
162
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</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/gdk/unstable/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/gdk/unstable/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/gdk/unstable/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/gdk/unstable/gdk-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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
165
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
166
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
167
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> spacing</code></em>,
168
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
169
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);
170
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
172
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
173
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>,
174
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *spacing</code></em>,
175
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
176
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</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/gdk/unstable/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/gdk/unstable/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/gdk/unstable/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/gdk/unstable/gdk-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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
179
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</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/gdk/unstable/gdk-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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
182
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</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/gdk/unstable/gdk-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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
185
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>,
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
189
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</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>,
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
197
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
198
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> vertical</code></em>,
199
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> horizontal</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
202
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selectable</code></em>);
203
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
205
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);
207
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);
209
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
211
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
216
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
219
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
220
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
221
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
223
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
227
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
230
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
235
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
236
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *row</code></em>,
237
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row1</code></em>,
242
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row2</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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
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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_sort</code></em>);
252
 
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source_row</code></em>,
261
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_row</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
264
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> button_actions</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</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>);
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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_icons</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>);
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" title="Object Hierarchy">
276
276
<a name="GtkCList.object-hierarchy"></a><h2>Object Hierarchy</h2>
277
277
<pre class="synopsis">
278
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
279
 
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
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>
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" title="Properties">
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="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
 
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
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
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
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="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</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
304
304
</pre>
305
305
</div>
306
306
<div class="refsect1" title="Signals">
790
790
<hr>
791
791
<div class="refsect2" title="GtkCListCompareFunc ()">
792
792
<a name="GtkCListCompareFunc"></a><h3>GtkCListCompareFunc ()</h3>
793
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
794
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr1</code></em>,
795
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> ptr2</code></em>);</pre>
 
793
<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>,
 
794
                                                         <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>,
 
795
                                                         <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>
796
796
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
797
797
<h3 class="title">Warning</h3>
798
798
<p><code class="literal">GtkCListCompareFunc</code> is deprecated and should not be used in newly-written code.</p>
810
810
</tr>
811
811
<tr>
812
812
<td><p><span class="term"><em class="parameter"><code>ptr1</code></em> :</span></p></td>
813
 
<td>A <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> to the first node to compare.
 
813
<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.
814
814
</td>
815
815
</tr>
816
816
<tr>
817
817
<td><p><span class="term"><em class="parameter"><code>ptr2</code></em> :</span></p></td>
818
 
<td>A <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> to the second node to compare.
 
818
<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.
819
819
</td>
820
820
</tr>
821
821
<tr>
1079
1079
<hr>
1080
1080
<div class="refsect2" title="gtk_clist_new ()">
1081
1081
<a name="gtk-clist-new"></a><h3>gtk_clist_new ()</h3>
1082
 
<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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);</pre>
 
1082
<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>
1083
1083
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1084
1084
<h3 class="title">Warning</h3>
1085
1085
<p><code class="literal">gtk_clist_new</code> is deprecated and should not be used in newly-written code.</p>
1106
1106
<hr>
1107
1107
<div class="refsect2" title="gtk_clist_new_with_titles ()">
1108
1108
<a name="gtk-clist-new-with-titles"></a><h3>gtk_clist_new_with_titles ()</h3>
1109
 
<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="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>,
1110
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titles[]</code></em>);</pre>
 
1109
<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>,
 
1110
                                                         <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>
1111
1111
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1112
1112
<h3 class="title">Warning</h3>
1113
1113
<p><code class="literal">gtk_clist_new_with_titles</code> is deprecated and should not be used in newly-written code.</p>
1287
1287
<div class="refsect2" title="gtk_clist_column_title_active ()">
1288
1288
<a name="gtk-clist-column-title-active"></a><h3>gtk_clist_column_title_active ()</h3>
1289
1289
<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>,
1290
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
1290
                                                         <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>
1291
1291
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1292
1292
<h3 class="title">Warning</h3>
1293
1293
<p><code class="literal">gtk_clist_column_title_active</code> is deprecated and should not be used in newly-written code.</p>
1317
1317
<div class="refsect2" title="gtk_clist_column_title_passive ()">
1318
1318
<a name="gtk-clist-column-title-passive"></a><h3>gtk_clist_column_title_passive ()</h3>
1319
1319
<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>,
1320
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
1320
                                                         <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>
1321
1321
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1322
1322
<h3 class="title">Warning</h3>
1323
1323
<p><code class="literal">gtk_clist_column_title_passive</code> is deprecated and should not be used in newly-written code.</p>
1388
1388
<div class="refsect2" title="gtk_clist_set_column_title ()">
1389
1389
<a name="gtk-clist-set-column-title"></a><h3>gtk_clist_set_column_title ()</h3>
1390
1390
<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>,
1391
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1392
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
 
1391
                                                         <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>,
 
1392
                                                         <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>
1393
1393
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1394
1394
<h3 class="title">Warning</h3>
1395
1395
<p><code class="literal">gtk_clist_set_column_title</code> is deprecated and should not be used in newly-written code.</p>
1422
1422
<div class="refsect2" title="gtk_clist_set_column_widget ()">
1423
1423
<a name="gtk-clist-set-column-widget"></a><h3>gtk_clist_set_column_widget ()</h3>
1424
1424
<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>,
1425
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
1425
                                                         <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>,
1426
1426
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
1427
1427
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1428
1428
<h3 class="title">Warning</h3>
1458
1458
<div class="refsect2" title="gtk_clist_set_column_justification ()">
1459
1459
<a name="gtk-clist-set-column-justification"></a><h3>gtk_clist_set_column_justification ()</h3>
1460
1460
<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>,
1461
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
1461
                                                         <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>,
1462
1462
                                                         <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>
1463
1463
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1464
1464
<h3 class="title">Warning</h3>
1493
1493
<div class="refsect2" title="gtk_clist_set_column_visibility ()">
1494
1494
<a name="gtk-clist-set-column-visibility"></a><h3>gtk_clist_set_column_visibility ()</h3>
1495
1495
<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>,
1496
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1497
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);</pre>
 
1496
                                                         <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>,
 
1497
                                                         <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>
1498
1498
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1499
1499
<h3 class="title">Warning</h3>
1500
1500
<p><code class="literal">gtk_clist_set_column_visibility</code> is deprecated and should not be used in newly-written code.</p>
1521
1521
<tr>
1522
1522
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
1523
1523
<td>
1524
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
 
1524
<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>.
1525
1525
</td>
1526
1526
</tr>
1527
1527
</tbody>
1531
1531
<div class="refsect2" title="gtk_clist_set_column_resizeable ()">
1532
1532
<a name="gtk-clist-set-column-resizeable"></a><h3>gtk_clist_set_column_resizeable ()</h3>
1533
1533
<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>,
1534
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1535
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizeable</code></em>);</pre>
 
1534
                                                         <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>,
 
1535
                                                         <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>
1536
1536
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1537
1537
<h3 class="title">Warning</h3>
1538
1538
<p><code class="literal">gtk_clist_set_column_resizeable</code> is deprecated and should not be used in newly-written code.</p>
1560
1560
<tr>
1561
1561
<td><p><span class="term"><em class="parameter"><code>resizeable</code></em> :</span></p></td>
1562
1562
<td>
1563
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
 
1563
<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>.
1564
1564
</td>
1565
1565
</tr>
1566
1566
</tbody>
1570
1570
<div class="refsect2" title="gtk_clist_set_column_auto_resize ()">
1571
1571
<a name="gtk-clist-set-column-auto-resize"></a><h3>gtk_clist_set_column_auto_resize ()</h3>
1572
1572
<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>,
1573
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1574
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_resize</code></em>);</pre>
 
1573
                                                         <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>,
 
1574
                                                         <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>
1575
1575
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1576
1576
<h3 class="title">Warning</h3>
1577
1577
<p><code class="literal">gtk_clist_set_column_auto_resize</code> is deprecated and should not be used in newly-written code.</p>
1597
1597
<tr>
1598
1598
<td><p><span class="term"><em class="parameter"><code>auto_resize</code></em> :</span></p></td>
1599
1599
<td>
1600
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
 
1600
<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>.
1601
1601
</td>
1602
1602
</tr>
1603
1603
</tbody>
1606
1606
<hr>
1607
1607
<div class="refsect2" title="gtk_clist_optimal_column_width ()">
1608
1608
<a name="gtk-clist-optimal-column-width"></a><h3>gtk_clist_optimal_column_width ()</h3>
1609
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
1610
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
1609
<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>,
 
1610
                                                         <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>
1611
1611
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1612
1612
<h3 class="title">Warning</h3>
1613
1613
<p><code class="literal">gtk_clist_optimal_column_width</code> is deprecated and should not be used in newly-written code.</p>
1641
1641
<div class="refsect2" title="gtk_clist_set_column_width ()">
1642
1642
<a name="gtk-clist-set-column-width"></a><h3>gtk_clist_set_column_width ()</h3>
1643
1643
<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>,
1644
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1645
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
 
1644
                                                         <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>,
 
1645
                                                         <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>
1646
1646
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1647
1647
<h3 class="title">Warning</h3>
1648
1648
<p><code class="literal">gtk_clist_set_column_width</code> is deprecated and should not be used in newly-written code.</p>
1676
1676
<div class="refsect2" title="gtk_clist_set_column_min_width ()">
1677
1677
<a name="gtk-clist-set-column-min-width"></a><h3>gtk_clist_set_column_min_width ()</h3>
1678
1678
<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>,
1679
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1680
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>);</pre>
 
1679
                                                         <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>,
 
1680
                                                         <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>
1681
1681
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1682
1682
<h3 class="title">Warning</h3>
1683
1683
<p><code class="literal">gtk_clist_set_column_min_width</code> is deprecated and should not be used in newly-written code.</p>
1711
1711
<div class="refsect2" title="gtk_clist_set_column_max_width ()">
1712
1712
<a name="gtk-clist-set-column-max-width"></a><h3>gtk_clist_set_column_max_width ()</h3>
1713
1713
<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>,
1714
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1715
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>);</pre>
 
1714
                                                         <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>,
 
1715
                                                         <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>
1716
1716
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1717
1717
<h3 class="title">Warning</h3>
1718
1718
<p><code class="literal">gtk_clist_set_column_max_width</code> is deprecated and should not be used in newly-written code.</p>
1746
1746
<div class="refsect2" title="gtk_clist_set_row_height ()">
1747
1747
<a name="gtk-clist-set-row-height"></a><h3>gtk_clist_set_row_height ()</h3>
1748
1748
<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>,
1749
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>);</pre>
 
1749
                                                         <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>
1750
1750
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1751
1751
<h3 class="title">Warning</h3>
1752
1752
<p><code class="literal">gtk_clist_set_row_height</code> is deprecated and should not be used in newly-written code.</p>
1776
1776
<div class="refsect2" title="gtk_clist_moveto ()">
1777
1777
<a name="gtk-clist-moveto"></a><h3>gtk_clist_moveto ()</h3>
1778
1778
<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>,
1779
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1780
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1781
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
1782
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);</pre>
 
1779
                                                         <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>,
 
1780
                                                         <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>,
 
1781
                                                         <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>,
 
1782
                                                         <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>
1783
1783
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1784
1784
<h3 class="title">Warning</h3>
1785
1785
<p><code class="literal">gtk_clist_moveto</code> is deprecated and should not be used in newly-written code.</p>
1825
1825
<div class="refsect2" title="gtk_clist_row_is_visible ()">
1826
1826
<a name="gtk-clist-row-is-visible"></a><h3>gtk_clist_row_is_visible ()</h3>
1827
1827
<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>,
1828
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
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> row</code></em>);</pre>
1829
1829
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1830
1830
<h3 class="title">Warning</h3>
1831
1831
<p><code class="literal">gtk_clist_row_is_visible</code> is deprecated and should not be used in newly-written code.</p>
1858
1858
<div class="refsect2" title="gtk_clist_get_cell_type ()">
1859
1859
<a name="gtk-clist-get-cell-type"></a><h3>gtk_clist_get_cell_type ()</h3>
1860
1860
<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>,
1861
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1862
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
1861
                                                         <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>,
 
1862
                                                         <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>
1863
1863
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1864
1864
<h3 class="title">Warning</h3>
1865
1865
<p><code class="literal">gtk_clist_get_cell_type</code> is deprecated and should not be used in newly-written code.</p>
1897
1897
<div class="refsect2" title="gtk_clist_set_text ()">
1898
1898
<a name="gtk-clist-set-text"></a><h3>gtk_clist_set_text ()</h3>
1899
1899
<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>,
1900
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1901
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1902
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
 
1900
                                                         <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>,
 
1901
                                                         <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>,
 
1902
                                                         <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>
1903
1903
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1904
1904
<h3 class="title">Warning</h3>
1905
1905
<p><code class="literal">gtk_clist_set_text</code> is deprecated and should not be used in newly-written code.</p>
1936
1936
<hr>
1937
1937
<div class="refsect2" title="gtk_clist_get_text ()">
1938
1938
<a name="gtk-clist-get-text"></a><h3>gtk_clist_get_text ()</h3>
1939
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
1940
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1941
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1942
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>);</pre>
 
1939
<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>,
 
1940
                                                         <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>,
 
1941
                                                         <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>,
 
1942
                                                         <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>
1943
1943
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1944
1944
<h3 class="title">Warning</h3>
1945
1945
<p><code class="literal">gtk_clist_get_text</code> is deprecated and should not be used in newly-written code.</p>
1982
1982
<div class="refsect2" title="gtk_clist_set_pixmap ()">
1983
1983
<a name="gtk-clist-set-pixmap"></a><h3>gtk_clist_set_pixmap ()</h3>
1984
1984
<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>,
1985
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
1986
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1987
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
1988
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
 
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> row</code></em>,
 
1986
                                                         <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>,
 
1987
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
 
1988
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
1989
1989
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1990
1990
<h3 class="title">Warning</h3>
1991
1991
<p><code class="literal">gtk_clist_set_pixmap</code> is deprecated and should not be used in newly-written code.</p>
2013
2013
</tr>
2014
2014
<tr>
2015
2015
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
2016
 
<td>A pointer to a <a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> to place in the cell.
 
2016
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> to place in the cell.
2017
2017
</td>
2018
2018
</tr>
2019
2019
<tr>
2027
2027
<hr>
2028
2028
<div class="refsect2" title="gtk_clist_get_pixmap ()">
2029
2029
<a name="gtk-clist-get-pixmap"></a><h3>gtk_clist_get_pixmap ()</h3>
2030
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2031
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2032
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2033
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
2034
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
 
2030
<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>,
 
2031
                                                         <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>,
 
2032
                                                         <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>,
 
2033
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
 
2034
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
2035
2035
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2036
2036
<h3 class="title">Warning</h3>
2037
2037
<p><code class="literal">gtk_clist_get_pixmap</code> is deprecated and should not be used in newly-written code.</p>
2059
2059
</tr>
2060
2060
<tr>
2061
2061
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
2062
 
<td>A pointer to a pointer to store the cell's <a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.
 
2062
<td>A pointer to a pointer to store the cell's <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.
2063
2063
</td>
2064
2064
</tr>
2065
2065
<tr>
2066
2066
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
2067
 
<td>A pointer to a pointer to store the cell's <a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> mask.
 
2067
<td>A pointer to a pointer to store the cell's <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> mask.
2068
2068
</td>
2069
2069
</tr>
2070
2070
<tr>
2079
2079
<div class="refsect2" title="gtk_clist_set_pixtext ()">
2080
2080
<a name="gtk-clist-set-pixtext"></a><h3>gtk_clist_set_pixtext ()</h3>
2081
2081
<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>,
2082
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2083
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2084
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
2085
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> spacing</code></em>,
2086
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
2087
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
 
2082
                                                         <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>,
 
2083
                                                         <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>,
 
2084
                                                         <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>,
 
2085
                                                         <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>,
 
2086
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *pixmap</code></em>,
 
2087
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> *mask</code></em>);</pre>
2088
2088
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2089
2089
<h3 class="title">Warning</h3>
2090
2090
<p><code class="literal">gtk_clist_set_pixtext</code> is deprecated and should not be used in newly-written code.</p>
2122
2122
</tr>
2123
2123
<tr>
2124
2124
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
2125
 
<td>A pointer to a <a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> for the cell.
 
2125
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> for the cell.
2126
2126
</td>
2127
2127
</tr>
2128
2128
<tr>
2129
2129
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
2130
 
<td>A pointer to a <a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> mask for the cell.
 
2130
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> mask for the cell.
2131
2131
</td>
2132
2132
</tr>
2133
2133
</tbody>
2136
2136
<hr>
2137
2137
<div class="refsect2" title="gtk_clist_get_pixtext ()">
2138
2138
<a name="gtk-clist-get-pixtext"></a><h3>gtk_clist_get_pixtext ()</h3>
2139
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2140
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2141
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2142
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>,
2143
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *spacing</code></em>,
2144
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
2145
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
 
2139
<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>,
 
2140
                                                         <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>,
 
2141
                                                         <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>,
 
2142
                                                         <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>,
 
2143
                                                         <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>,
 
2144
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> **pixmap</code></em>,
 
2145
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> **mask</code></em>);</pre>
2146
2146
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2147
2147
<h3 class="title">Warning</h3>
2148
2148
<p><code class="literal">gtk_clist_get_pixtext</code> is deprecated and should not be used in newly-written code.</p>
2175
2175
</tr>
2176
2176
<tr>
2177
2177
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
2178
 
<td>A pointer to a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> to store the spacing.
 
2178
<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.
2179
2179
</td>
2180
2180
</tr>
2181
2181
<tr>
2182
2182
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
2183
 
<td>A pointer to a <a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> pointer to store the cell's pixmap.
 
2183
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> pointer to store the cell's pixmap.
2184
2184
</td>
2185
2185
</tr>
2186
2186
<tr>
2187
2187
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
2188
 
<td>A pointer to a <a href="/usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> pointer to store the cell's bitmap mask.
 
2188
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap"><span class="type">GdkBitmap</span></a> pointer to store the cell's bitmap mask.
2189
2189
</td>
2190
2190
</tr>
2191
2191
<tr>
2200
2200
<div class="refsect2" title="gtk_clist_set_foreground ()">
2201
2201
<a name="gtk-clist-set-foreground"></a><h3>gtk_clist_set_foreground ()</h3>
2202
2202
<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>,
2203
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2204
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
 
2203
                                                         <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>,
 
2204
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
2205
2205
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2206
2206
<h3 class="title">Warning</h3>
2207
2207
<p><code class="literal">gtk_clist_set_foreground</code> is deprecated and should not be used in newly-written code.</p>
2224
2224
</tr>
2225
2225
<tr>
2226
2226
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
2227
 
<td>A pointer to a <a href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure.
 
2227
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure.
2228
2228
</td>
2229
2229
</tr>
2230
2230
</tbody>
2234
2234
<div class="refsect2" title="gtk_clist_set_background ()">
2235
2235
<a name="gtk-clist-set-background"></a><h3>gtk_clist_set_background ()</h3>
2236
2236
<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>,
2237
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2238
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
 
2237
                                                         <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>,
 
2238
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
2239
2239
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2240
2240
<h3 class="title">Warning</h3>
2241
2241
<p><code class="literal">gtk_clist_set_background</code> is deprecated and should not be used in newly-written code.</p>
2258
2258
</tr>
2259
2259
<tr>
2260
2260
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
2261
 
<td>A pointer to a <a href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure.
 
2261
<td>A pointer to a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> structure.
2262
2262
</td>
2263
2263
</tr>
2264
2264
</tbody>
2268
2268
<div class="refsect2" title="gtk_clist_set_cell_style ()">
2269
2269
<a name="gtk-clist-set-cell-style"></a><h3>gtk_clist_set_cell_style ()</h3>
2270
2270
<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>,
2271
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2272
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
2271
                                                         <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>,
 
2272
                                                         <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>,
2273
2273
                                                         <em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
2274
2274
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2275
2275
<h3 class="title">Warning</h3>
2308
2308
<div class="refsect2" title="gtk_clist_get_cell_style ()">
2309
2309
<a name="gtk-clist-get-cell-style"></a><h3>gtk_clist_get_cell_style ()</h3>
2310
2310
<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>,
2311
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2312
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
2311
                                                         <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>,
 
2312
                                                         <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>
2313
2313
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2314
2314
<h3 class="title">Warning</h3>
2315
2315
<p><code class="literal">gtk_clist_get_cell_style</code> is deprecated and should not be used in newly-written code.</p>
2347
2347
<div class="refsect2" title="gtk_clist_set_row_style ()">
2348
2348
<a name="gtk-clist-set-row-style"></a><h3>gtk_clist_set_row_style ()</h3>
2349
2349
<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>,
2350
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
 
2350
                                                         <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>,
2351
2351
                                                         <em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
2352
2352
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2353
2353
<h3 class="title">Warning</h3>
2381
2381
<div class="refsect2" title="gtk_clist_get_row_style ()">
2382
2382
<a name="gtk-clist-get-row-style"></a><h3>gtk_clist_get_row_style ()</h3>
2383
2383
<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>,
2384
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
2384
                                                         <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>
2385
2385
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2386
2386
<h3 class="title">Warning</h3>
2387
2387
<p><code class="literal">gtk_clist_get_row_style</code> is deprecated and should not be used in newly-written code.</p>
2414
2414
<div class="refsect2" title="gtk_clist_set_shift ()">
2415
2415
<a name="gtk-clist-set-shift"></a><h3>gtk_clist_set_shift ()</h3>
2416
2416
<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>,
2417
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2418
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
2419
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> vertical</code></em>,
2420
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> horizontal</code></em>);</pre>
 
2417
                                                         <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>,
 
2418
                                                         <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>,
 
2419
                                                         <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>,
 
2420
                                                         <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>
2421
2421
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2422
2422
<h3 class="title">Warning</h3>
2423
2423
<p><code class="literal">gtk_clist_set_shift</code> is deprecated and should not be used in newly-written code.</p>
2460
2460
<div class="refsect2" title="gtk_clist_set_selectable ()">
2461
2461
<a name="gtk-clist-set-selectable"></a><h3>gtk_clist_set_selectable ()</h3>
2462
2462
<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>,
2463
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2464
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selectable</code></em>);</pre>
 
2463
                                                         <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>,
 
2464
                                                         <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>
2465
2465
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2466
2466
<h3 class="title">Warning</h3>
2467
2467
<p><code class="literal">gtk_clist_set_selectable</code> is deprecated and should not be used in newly-written code.</p>
2485
2485
<tr>
2486
2486
<td><p><span class="term"><em class="parameter"><code>selectable</code></em> :</span></p></td>
2487
2487
<td>
2488
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
 
2488
<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>.
2489
2489
</td>
2490
2490
</tr>
2491
2491
</tbody>
2494
2494
<hr>
2495
2495
<div class="refsect2" title="gtk_clist_get_selectable ()">
2496
2496
<a name="gtk-clist-get-selectable"></a><h3>gtk_clist_get_selectable ()</h3>
2497
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2498
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
2497
<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>,
 
2498
                                                         <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>
2499
2499
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2500
2500
<h3 class="title">Warning</h3>
2501
2501
<p><code class="literal">gtk_clist_get_selectable</code> is deprecated and should not be used in newly-written code.</p>
2518
2518
</tr>
2519
2519
<tr>
2520
2520
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2521
 
<td>A <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.
 
2521
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.
2522
2522
</td>
2523
2523
</tr>
2524
2524
</tbody>
2527
2527
<hr>
2528
2528
<div class="refsect2" title="gtk_clist_prepend ()">
2529
2529
<a name="gtk-clist-prepend"></a><h3>gtk_clist_prepend ()</h3>
2530
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2531
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
 
2530
<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>,
 
2531
                                                         <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>
2532
2532
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2533
2533
<h3 class="title">Warning</h3>
2534
2534
<p><code class="literal">gtk_clist_prepend</code> is deprecated and should not be used in newly-written code.</p>
2560
2560
<hr>
2561
2561
<div class="refsect2" title="gtk_clist_append ()">
2562
2562
<a name="gtk-clist-append"></a><h3>gtk_clist_append ()</h3>
2563
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2564
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
 
2563
<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>,
 
2564
                                                         <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>
2565
2565
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2566
2566
<h3 class="title">Warning</h3>
2567
2567
<p><code class="literal">gtk_clist_append</code> is deprecated and should not be used in newly-written code.</p>
2593
2593
<hr>
2594
2594
<div class="refsect2" title="gtk_clist_insert ()">
2595
2595
<a name="gtk-clist-insert"></a><h3>gtk_clist_insert ()</h3>
2596
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2597
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2598
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text[]</code></em>);</pre>
 
2596
<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>,
 
2597
                                                         <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>,
 
2598
                                                         <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>
2599
2599
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2600
2600
<h3 class="title">Warning</h3>
2601
2601
<p><code class="literal">gtk_clist_insert</code> is deprecated and should not be used in newly-written code.</p>
2633
2633
<div class="refsect2" title="gtk_clist_remove ()">
2634
2634
<a name="gtk-clist-remove"></a><h3>gtk_clist_remove ()</h3>
2635
2635
<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>,
2636
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
2636
                                                         <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>
2637
2637
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2638
2638
<h3 class="title">Warning</h3>
2639
2639
<p><code class="literal">gtk_clist_remove</code> is deprecated and should not be used in newly-written code.</p>
2661
2661
<div class="refsect2" title="gtk_clist_set_row_data ()">
2662
2662
<a name="gtk-clist-set-row-data"></a><h3>gtk_clist_set_row_data ()</h3>
2663
2663
<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>,
2664
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2665
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 
2664
                                                         <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>,
 
2665
                                                         <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>
2666
2666
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2667
2667
<h3 class="title">Warning</h3>
2668
2668
<p><code class="literal">gtk_clist_set_row_data</code> is deprecated and should not be used in newly-written code.</p>
2695
2695
<div class="refsect2" title="gtk_clist_set_row_data_full ()">
2696
2696
<a name="gtk-clist-set-row-data-full"></a><h3>gtk_clist_set_row_data_full ()</h3>
2697
2697
<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>,
2698
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2699
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
2700
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
 
2698
                                                         <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>,
 
2699
                                                         <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>,
 
2700
                                                         <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>
2701
2701
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2702
2702
<h3 class="title">Warning</h3>
2703
2703
<p><code class="literal">gtk_clist_set_row_data_full</code> is deprecated and should not be used in newly-written code.</p>
2734
2734
<hr>
2735
2735
<div class="refsect2" title="gtk_clist_get_row_data ()">
2736
2736
<a name="gtk-clist-get-row-data"></a><h3>gtk_clist_get_row_data ()</h3>
2737
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2738
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
2737
<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>,
 
2738
                                                         <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>
2739
2739
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2740
2740
<h3 class="title">Warning</h3>
2741
2741
<p><code class="literal">gtk_clist_get_row_data</code> is deprecated and should not be used in newly-written code.</p>
2767
2767
<hr>
2768
2768
<div class="refsect2" title="gtk_clist_find_row_from_data ()">
2769
2769
<a name="gtk-clist-find-row-from-data"></a><h3>gtk_clist_find_row_from_data ()</h3>
2770
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2771
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 
2770
<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>,
 
2771
                                                         <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>
2772
2772
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2773
2773
<h3 class="title">Warning</h3>
2774
2774
<p><code class="literal">gtk_clist_find_row_from_data</code> is deprecated and should not be used in newly-written code.</p>
2801
2801
<div class="refsect2" title="gtk_clist_select_row ()">
2802
2802
<a name="gtk-clist-select-row"></a><h3>gtk_clist_select_row ()</h3>
2803
2803
<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>,
2804
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2805
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
2804
                                                         <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>,
 
2805
                                                         <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>
2806
2806
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2807
2807
<h3 class="title">Warning</h3>
2808
2808
<p><code class="literal">gtk_clist_select_row</code> is deprecated and should not be used in newly-written code.</p>
2835
2835
<div class="refsect2" title="gtk_clist_unselect_row ()">
2836
2836
<a name="gtk-clist-unselect-row"></a><h3>gtk_clist_unselect_row ()</h3>
2837
2837
<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>,
2838
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
2839
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
2838
                                                         <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>,
 
2839
                                                         <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>
2840
2840
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2841
2841
<h3 class="title">Warning</h3>
2842
2842
<p><code class="literal">gtk_clist_unselect_row</code> is deprecated and should not be used in newly-written code.</p>
2908
2908
<hr>
2909
2909
<div class="refsect2" title="gtk_clist_get_selection_info ()">
2910
2910
<a name="gtk-clist-get-selection-info"></a><h3>gtk_clist_get_selection_info ()</h3>
2911
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
2912
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
2913
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
2914
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *row</code></em>,
2915
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *column</code></em>);</pre>
 
2911
<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>,
 
2912
                                                         <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>,
 
2913
                                                         <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>,
 
2914
                                                         <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>,
 
2915
                                                         <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>
2916
2916
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2917
2917
<h3 class="title">Warning</h3>
2918
2918
<p><code class="literal">gtk_clist_get_selection_info</code> is deprecated and should not be used in newly-written code.</p>
2940
2940
</tr>
2941
2941
<tr>
2942
2942
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
2943
 
<td>Pointer to a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to store the row value.
 
2943
<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.
2944
2944
</td>
2945
2945
</tr>
2946
2946
<tr>
2947
2947
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
2948
 
<td>Pointer to a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to store the column value.
 
2948
<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.
2949
2949
</td>
2950
2950
</tr>
2951
2951
<tr>
3001
3001
<div class="refsect2" title="gtk_clist_swap_rows ()">
3002
3002
<a name="gtk-clist-swap-rows"></a><h3>gtk_clist_swap_rows ()</h3>
3003
3003
<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>,
3004
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row1</code></em>,
3005
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row2</code></em>);</pre>
 
3004
                                                         <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>,
 
3005
                                                         <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>
3006
3006
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3007
3007
<h3 class="title">Warning</h3>
3008
3008
<p><code class="literal">gtk_clist_swap_rows</code> is deprecated and should not be used in newly-written code.</p>
3066
3066
<div class="refsect2" title="gtk_clist_set_sort_column ()">
3067
3067
<a name="gtk-clist-set-sort-column"></a><h3>gtk_clist_set_sort_column ()</h3>
3068
3068
<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>,
3069
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
3069
                                                         <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>
3070
3070
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3071
3071
<h3 class="title">Warning</h3>
3072
3072
<p><code class="literal">gtk_clist_set_sort_column</code> is deprecated and should not be used in newly-written code.</p>
3145
3145
<div class="refsect2" title="gtk_clist_set_auto_sort ()">
3146
3146
<a name="gtk-clist-set-auto-sort"></a><h3>gtk_clist_set_auto_sort ()</h3>
3147
3147
<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>,
3148
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_sort</code></em>);</pre>
 
3148
                                                         <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>
3149
3149
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3150
3150
<h3 class="title">Warning</h3>
3151
3151
<p><code class="literal">gtk_clist_set_auto_sort</code> is deprecated and should not be used in newly-written code.</p>
3172
3172
<hr>
3173
3173
<div class="refsect2" title="gtk_clist_columns_autosize ()">
3174
3174
<a name="gtk-clist-columns-autosize"></a><h3>gtk_clist_columns_autosize ()</h3>
3175
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>
 
3175
<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>
3176
3176
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3177
3177
<h3 class="title">Warning</h3>
3178
3178
<p><code class="literal">gtk_clist_columns_autosize</code> is deprecated and should not be used in newly-written code.</p>
3199
3199
<hr>
3200
3200
<div class="refsect2" title="gtk_clist_get_column_title ()">
3201
3201
<a name="gtk-clist-get-column-title"></a><h3>gtk_clist_get_column_title ()</h3>
3202
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
3203
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
3202
<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>,
 
3203
                                                         <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>
3204
3204
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3205
3205
<h3 class="title">Warning</h3>
3206
3206
<p><code class="literal">gtk_clist_get_column_title</code> is deprecated and should not be used in newly-written code.</p>
3233
3233
<div class="refsect2" title="gtk_clist_get_column_widget ()">
3234
3234
<a name="gtk-clist-get-column-widget"></a><h3>gtk_clist_get_column_widget ()</h3>
3235
3235
<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>,
3236
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
3236
                                                         <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>
3237
3237
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3238
3238
<h3 class="title">Warning</h3>
3239
3239
<p><code class="literal">gtk_clist_get_column_widget</code> is deprecated and should not be used in newly-written code.</p>
3324
3324
<div class="refsect2" title="gtk_clist_row_move ()">
3325
3325
<a name="gtk-clist-row-move"></a><h3>gtk_clist_row_move ()</h3>
3326
3326
<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>,
3327
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source_row</code></em>,
3328
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_row</code></em>);</pre>
 
3327
                                                         <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>,
 
3328
                                                         <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>
3329
3329
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3330
3330
<h3 class="title">Warning</h3>
3331
3331
<p><code class="literal">gtk_clist_row_move</code> is deprecated and should not be used in newly-written code.</p>
3359
3359
<div class="refsect2" title="gtk_clist_set_button_actions ()">
3360
3360
<a name="gtk-clist-set-button-actions"></a><h3>gtk_clist_set_button_actions ()</h3>
3361
3361
<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>,
3362
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
3363
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> button_actions</code></em>);</pre>
 
3362
                                                         <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>,
 
3363
                                                         <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>
3364
3364
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3365
3365
<h3 class="title">Warning</h3>
3366
3366
<p><code class="literal">gtk_clist_set_button_actions</code> is deprecated and should not be used in newly-written code.</p>
3426
3426
<div class="refsect2" title="gtk_clist_set_reorderable ()">
3427
3427
<a name="gtk-clist-set-reorderable"></a><h3>gtk_clist_set_reorderable ()</h3>
3428
3428
<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>,
3429
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
 
3429
                                                         <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>
3430
3430
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3431
3431
<h3 class="title">Warning</h3>
3432
3432
<p><code class="literal">gtk_clist_set_reorderable</code> is deprecated and should not be used in newly-written code.</p>
3445
3445
<tr>
3446
3446
<td><p><span class="term"><em class="parameter"><code>reorderable</code></em> :</span></p></td>
3447
3447
<td>
3448
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
 
3448
<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>.
3449
3449
</td>
3450
3450
</tr>
3451
3451
</tbody>
3455
3455
<div class="refsect2" title="gtk_clist_set_use_drag_icons ()">
3456
3456
<a name="gtk-clist-set-use-drag-icons"></a><h3>gtk_clist_set_use_drag_icons ()</h3>
3457
3457
<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>,
3458
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_icons</code></em>);</pre>
 
3458
                                                         <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>
3459
3459
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3460
3460
<h3 class="title">Warning</h3>
3461
3461
<p><code class="literal">gtk_clist_set_use_drag_icons</code> is deprecated and should not be used in newly-written code.</p>
3475
3475
<tr>
3476
3476
<td><p><span class="term"><em class="parameter"><code>use_icons</code></em> :</span></p></td>
3477
3477
<td>
3478
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
 
3478
<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>.
3479
3479
</td>
3480
3480
</tr>
3481
3481
</tbody>
3515
3515
<a name="GtkCList.property-details"></a><h2>Property Details</h2>
3516
3516
<div class="refsect2" title='The "n-columns" property'>
3517
3517
<a name="GtkCList--n-columns"></a><h3>The <code class="literal">"n-columns"</code> property</h3>
3518
 
<pre class="programlisting">  "n-columns"                <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write / Construct Only</pre>
 
3518
<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>
3519
3519
<p>
3520
3520
An integer value for a column.
3521
3521
</p>
3524
3524
<hr>
3525
3525
<div class="refsect2" title='The "reorderable" property'>
3526
3526
<a name="GtkCList--reorderable"></a><h3>The <code class="literal">"reorderable"</code> property</h3>
3527
 
<pre class="programlisting">  "reorderable"              <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
3527
<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>
3528
3528
<p>
3529
3529
A boolean value for determining if the user can re-order the CList's
3530
3530
columns.
3534
3534
<hr>
3535
3535
<div class="refsect2" title='The "row-height" property'>
3536
3536
<a name="GtkCList--row-height"></a><h3>The <code class="literal">"row-height"</code> property</h3>
3537
 
<pre class="programlisting">  "row-height"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
 
3537
<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>
3538
3538
<p>
3539
3539
An integer value representing the height of a row in pixels.
3540
3540
</p>
3568
3568
<hr>
3569
3569
<div class="refsect2" title='The "titles-active" property'>
3570
3570
<a name="GtkCList--titles-active"></a><h3>The <code class="literal">"titles-active"</code> property</h3>
3571
 
<pre class="programlisting">  "titles-active"            <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
3571
<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>
3572
3572
<p>
3573
3573
A boolean value for setting whether the column titles can be
3574
3574
clicked.
3578
3578
<hr>
3579
3579
<div class="refsect2" title='The "use-drag-icons" property'>
3580
3580
<a name="GtkCList--use-drag-icons"></a><h3>The <code class="literal">"use-drag-icons"</code> property</h3>
3581
 
<pre class="programlisting">  "use-drag-icons"           <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
3581
<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>
3582
3582
<p>
3583
3583
A boolean value for setting whether to use icons during drag
3584
3584
operations.
3591
3591
<div class="refsect2" title='The "abort-column-resize" signal'>
3592
3592
<a name="GtkCList-abort-column-resize"></a><h3>The <code class="literal">"abort-column-resize"</code> signal</h3>
3593
3593
<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,
3594
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
 
3594
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
3595
3595
<p>
3596
3596
This signal is emitted when a column resize is aborted.
3597
3597
</p>
3614
3614
<div class="refsect2" title='The "click-column" signal'>
3615
3615
<a name="GtkCList-click-column"></a><h3>The <code class="literal">"click-column"</code> signal</h3>
3616
3616
<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,
3617
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      column,
3618
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run First</pre>
 
3617
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      column,
 
3618
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run First</pre>
3619
3619
<p>
3620
3620
This signal is emitted when a column title is clicked.
3621
3621
</p>
3643
3643
<div class="refsect2" title='The "end-selection" signal'>
3644
3644
<a name="GtkCList-end-selection"></a><h3>The <code class="literal">"end-selection"</code> signal</h3>
3645
3645
<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,
3646
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
 
3646
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
3647
3647
<p>
3648
3648
This signal is emitted when a selection ends in a
3649
3649
multiple selection CList.
3668
3668
<a name="GtkCList-extend-selection"></a><h3>The <code class="literal">"extend-selection"</code> signal</h3>
3669
3669
<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,
3670
3670
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
3671
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        position,
3672
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>      auto_start_selection,
3673
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)                 : Run Last / Action</pre>
 
3671
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        position,
 
3672
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>      auto_start_selection,
 
3673
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)                 : Run Last / Action</pre>
3674
3674
<p>
3675
3675
This signal is emitted when the selection is extended.
3676
3676
</p>
3696
3696
<tr>
3697
3697
<td><p><span class="term"><em class="parameter"><code>auto_start_selection</code></em> :</span></p></td>
3698
3698
<td>
3699
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
 
3699
<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>.
3700
3700
</td>
3701
3701
</tr>
3702
3702
<tr>
3710
3710
<div class="refsect2" title='The "resize-column" signal'>
3711
3711
<a name="GtkCList-resize-column"></a><h3>The <code class="literal">"resize-column"</code> signal</h3>
3712
3712
<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,
3713
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      column,
3714
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      width,
3715
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last</pre>
 
3713
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      column,
 
3714
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      width,
 
3715
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last</pre>
3716
3716
<p>
3717
3717
This signal is emitted when a column is resized.
3718
3718
</p>
3745
3745
<div class="refsect2" title='The "row-move" signal'>
3746
3746
<a name="GtkCList-row-move"></a><h3>The <code class="literal">"row-move"</code> signal</h3>
3747
3747
<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,
3748
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
3749
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
3750
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last</pre>
 
3748
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
 
3749
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
 
3750
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last</pre>
3751
3751
<p>
3752
3752
This signal is emitted when a row is moved.
3753
3753
</p>
3781
3781
<a name="GtkCList-scroll-horizontal"></a><h3>The <code class="literal">"scroll-horizontal"</code> signal</h3>
3782
3782
<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,
3783
3783
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
3784
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        position,
3785
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)        : Run Last / Action</pre>
 
3784
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        position,
 
3785
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)        : Run Last / Action</pre>
3786
3786
<p>
3787
3787
This signal is emitted when the CList is scrolled horizontally.
3788
3788
</p>
3816
3816
<a name="GtkCList-scroll-vertical"></a><h3>The <code class="literal">"scroll-vertical"</code> signal</h3>
3817
3817
<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,
3818
3818
                                                        <a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
3819
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        position,
3820
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)        : Run Last / Action</pre>
 
3819
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>        position,
 
3820
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>      user_data)        : Run Last / Action</pre>
3821
3821
<p>
3822
3822
This signal is emitted when the CList is scrolled vertically.
3823
3823
</p>
3850
3850
<div class="refsect2" title='The "select-all" signal'>
3851
3851
<a name="GtkCList-select-all"></a><h3>The <code class="literal">"select-all"</code> signal</h3>
3852
3852
<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,
3853
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
 
3853
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
3854
3854
<p>
3855
3855
This signal is emitted when all the rows are selected in a CList.
3856
3856
</p>
3873
3873
<div class="refsect2" title='The "select-row" signal'>
3874
3874
<a name="GtkCList-select-row"></a><h3>The <code class="literal">"select-row"</code> signal</h3>
3875
3875
<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,
3876
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            row,
3877
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            column,
3878
 
                                                        <a href="/usr/share/gtk-doc/html/gdk/gdk-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> *event,
3879
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run First</pre>
 
3876
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            row,
 
3877
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            column,
 
3878
                                                        <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> *event,
 
3879
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run First</pre>
3880
3880
<p>
3881
3881
This signal is emitted when the user selects a row in the list.
3882
3882
It is emitted for every row that is selected in a multi-selection or
3902
3902
</tr>
3903
3903
<tr>
3904
3904
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
3905
 
<td>A <a href="/usr/share/gtk-doc/html/gdk/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> structure for the selection.
 
3905
<td>A <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> structure for the selection.
3906
3906
</td>
3907
3907
</tr>
3908
3908
<tr>
3918
3918
<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,
3919
3919
                                                        <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg1,
3920
3920
                                                        <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
3921
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)      : Run Last</pre>
 
3921
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)      : Run Last</pre>
3922
3922
<p>
3923
3923
</p>
3924
3924
<div class="variablelist"><table border="0">
3950
3950
<div class="refsect2" title='The "start-selection" signal'>
3951
3951
<a name="GtkCList-start-selection"></a><h3>The <code class="literal">"start-selection"</code> signal</h3>
3952
3952
<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,
3953
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
 
3953
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
3954
3954
<p>
3955
3955
This signal is emitted when a drag-selection is started in
3956
3956
a multiple-selection CList.
3974
3974
<div class="refsect2" title='The "toggle-add-mode" signal'>
3975
3975
<a name="GtkCList-toggle-add-mode"></a><h3>The <code class="literal">"toggle-add-mode"</code> signal</h3>
3976
3976
<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,
3977
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
 
3977
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
3978
3978
<p>
3979
3979
This signal is emitted when "add mode" is toggled.
3980
3980
</p>
3997
3997
<div class="refsect2" title='The "toggle-focus-row" signal'>
3998
3998
<a name="GtkCList-toggle-focus-row"></a><h3>The <code class="literal">"toggle-focus-row"</code> signal</h3>
3999
3999
<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,
4000
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
 
4000
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
4001
4001
<p>
4002
4002
</p>
4003
4003
<div class="variablelist"><table border="0">
4019
4019
<div class="refsect2" title='The "undo-selection" signal'>
4020
4020
<a name="GtkCList-undo-selection"></a><h3>The <code class="literal">"undo-selection"</code> signal</h3>
4021
4021
<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,
4022
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
 
4022
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
4023
4023
<p>
4024
4024
This signal is emitted when an undo selection occurs in the CList,
4025
4025
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>.
4043
4043
<div class="refsect2" title='The "unselect-all" signal'>
4044
4044
<a name="GtkCList-unselect-all"></a><h3>The <code class="literal">"unselect-all"</code> signal</h3>
4045
4045
<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,
4046
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
 
4046
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : Run Last / Action</pre>
4047
4047
<p>
4048
4048
This signal is emitted when all rows are unselected in a CList.
4049
4049
</p>
4066
4066
<div class="refsect2" title='The "unselect-row" signal'>
4067
4067
<a name="GtkCList-unselect-row"></a><h3>The <code class="literal">"unselect-row"</code> signal</h3>
4068
4068
<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,
4069
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            row,
4070
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            column,
4071
 
                                                        <a href="/usr/share/gtk-doc/html/gdk/gdk-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> *event,
4072
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run First</pre>
 
4069
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            row,
 
4070
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            column,
 
4071
                                                        <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> *event,
 
4072
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run First</pre>
4073
4073
<p>
4074
4074
This signal is emitted when the user unselects a row in the list.
4075
4075
It is emitted for every row that is unselected in a multi-selection or