Constants for popup menus

enum
{
	kPopupError = -1,
	kPopupNoAction = -2,
	kPopupUpdate = -3
};

Description