change default mouse actions

SVN revision: 28440
This commit is contained in:
kiwi 2007-02-22 20:21:19 +00:00 committed by kiwi
parent a55a979e55
commit c6cedaca04
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ typedef struct _Photo_Item Photo_Item;
#define ITEM_SHOW_LABEL_YES 1
#define ITEM_SHOW_LABEL_PARENT 2
#define ITEM_MOUSE_OVER_ACTION_DEFAULT 1
#define ITEM_MOUSE_LEFT_ACTION_DEFAULT 4
#define ITEM_MOUSE_MIDDLE_ACTION_DEFAULT 2
#define ITEM_MOUSE_OVER_ACTION_DEFAULT 0
#define ITEM_MOUSE_LEFT_ACTION_DEFAULT 2
#define ITEM_MOUSE_MIDDLE_ACTION_DEFAULT 7
#define ITEM_ACTION_NO 0
#define ITEM_ACTION_LABEL 1