Constants for popup menus
enum
{
kPopupError = -1,
kPopupNoAction = -2,
kPopupUpdate = -3
};
Description
- kPopupError - The value could not be interpreted, no action taken
- kPopupNoAction - The value could be interpreted, and no action taken
- kPopupUpdate - Some action was taken to change a setting. The user should update the plot to display the new setting.