summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.h
diff options
context:
space:
mode:
authorJay Painter <jpaint@src.gnome.org>1998-06-02 02:51:46 +0000
committerJay Painter <jpaint@src.gnome.org>1998-06-02 02:51:46 +0000
commit57967d9a98dfa72cc8d286511ae9279fb87d7968 (patch)
treea9d95ca006c12fd33f265df5ff49b3e70593bd70 /gtk/gtkclist.h
parent88e84f52dde0b6e1d901d1f5ffc5378612f83269 (diff)
downloadgtk+-57967d9a98dfa72cc8d286511ae9279fb87d7968.tar.gz
Added function gtk_clist_swap to swap two rows in a clist; I also have
finally fixed pixmap clipping so pixmaps are always cliped to the row.
Diffstat (limited to 'gtk/gtkclist.h')
-rw-r--r--gtk/gtkclist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h
index af914a2ab0..0a7bac42ba 100644
--- a/gtk/gtkclist.h
+++ b/gtk/gtkclist.h
@@ -486,6 +486,11 @@ gint gtk_clist_get_selection_info (GtkCList * clist,
gint * row,
gint * column);
+/* swap the position of two rows */
+void gtk_clist_swap_rows (GtkCList * clist, gint row1, gint row2);
+
+
+
#ifdef __cplusplus
}
#endif /* __cplusplus */