Files
haiku-beta6/headers/private/interface/MenuPrivate.h
T

15 lines
180 B
C
Raw Normal View History

2005-06-07 13:34:50 +00:00
#ifndef __MENU_PRIVATE_H
#define __MENU_PRIVATE_H
enum menu_actions {
MENU_ACT_NONE = 0,
MENU_ACT_CLOSE = 5
};
#define kEmptyMenuLabel "<empty>"
2006-03-03 19:10:33 +00:00
2005-06-07 13:34:50 +00:00
#endif // __MENU_PRIVATE_H