summaryrefslogtreecommitdiff
path: root/iup/test/tree.c
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 02:26:30 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 02:32:26 +0200
commit7505e88db66798b2b8fcdff2d92a7136cd826b5b (patch)
treeb6ced565318f8e8112e35cb0ad53abe4212ef8de /iup/test/tree.c
parente9a184546b18cf3b796bd560561f312934004c54 (diff)
Upgrading to IUP 3.2 - and cleaning up.
Diffstat (limited to 'iup/test/tree.c')
-rwxr-xr-xiup/test/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/test/tree.c b/iup/test/tree.c
index ed1f6aa..0fdb04b 100755
--- a/iup/test/tree.c
+++ b/iup/test/tree.c
@@ -458,7 +458,7 @@ static void init_tree(void)
IupSetCallback(tree, "KILLFOCUS_CB", (Icallback) killfocus_cb);
//IupSetCallback(tree, "ENTERWINDOW_CB", (Icallback) enterwindow_cb);
//IupSetCallback(tree, "LEAVEWINDOW_CB", (Icallback)leavewindow_cb);
- //IupSetCallback(tree, "BUTTON_CB", (Icallback)button_cb);
+ IupSetCallback(tree, "BUTTON_CB", (Icallback)button_cb);
//IupSetCallback(tree, "MOTION_CB", (Icallback)motion_cb);
IupSetCallback(tree, "NODEREMOVED_CB", (Icallback)noderemoved_cb);