diff options
author | Jay Painter <jpaint@src.gnome.org> | 1998-06-02 02:51:46 +0000 |
---|---|---|
committer | Jay Painter <jpaint@src.gnome.org> | 1998-06-02 02:51:46 +0000 |
commit | 57967d9a98dfa72cc8d286511ae9279fb87d7968 (patch) | |
tree | a9d95ca006c12fd33f265df5ff49b3e70593bd70 /gtk/gtkclist.h | |
parent | 88e84f52dde0b6e1d901d1f5ffc5378612f83269 (diff) | |
download | gtk+-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.h | 5 |
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 */ |