2c11ec31c8
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16577 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
180 B
C
15 lines
180 B
C
#ifndef __MENU_PRIVATE_H
|
|
#define __MENU_PRIVATE_H
|
|
|
|
|
|
enum menu_actions {
|
|
MENU_ACT_NONE = 0,
|
|
MENU_ACT_CLOSE = 5
|
|
};
|
|
|
|
|
|
#define kEmptyMenuLabel "<empty>"
|
|
|
|
|
|
#endif // __MENU_PRIVATE_H
|