xref: /haiku/headers/private/interface/MenuPrivate.h (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1 #ifndef __MENU_PRIVATE_H
2 #define __MENU_PRIVATE_H
3 
4 
5 enum menu_actions {
6 	MENU_ACT_NONE = 0,
7 	MENU_ACT_CLOSE = 5
8 };
9 
10 
11 
12 #endif // __MENU_PRIVATE_H
13