gtk2 tree reoderable columns
- From: monkeyiq <monkeyiq users sourceforge net>
- To: GTK Mailing List <gtk-list gnome org>
- Cc: monkeyiq users sourceforge net
- Subject: gtk2 tree reoderable columns
- Date: Sat, 1 Dec 2001 02:06:00 +1000
Hi,
is setting
gtk_tree_view_column_set_reorderable( col, true );
for each column all that is needed for a gtk2
tree to allow users to drag columns and reorder
them? or do I have to do something with
gtk_tree_view_set_column_drag_function() ?
>From RTFM I see what
void gtk_tree_view_set_column_drag_function
(GtkTreeView *tree_view,
GtkTreeViewColumnDropFunc func,
gpointer user_data,
GtkDestroyNotify destroy);
... If func is set to be NULL, then tree_view reverts to the default behavior of allowing all columns to be dropped everywhere.
I have tried setting this to NULL but cant seem to get column d&d
to work :(
any thoughts?
--
-----------------------------------------------------
http://witme.sourceforge.net/libferris.web/index.html
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]