Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / src / SALOMEGUI / QAD_Resource.h
1 //  File      : QAD_Resource.h
2 //  Created   : Fri Aug 23 12:01:23 2002
3 //  Author    : Nicolas REJNERI
4 //  Project   : SALOME
5 //  Module    : SALOMEGUI
6 //  Copyright : Open CASCADE
7 //  $Header$
8
9 #ifndef QAD_RESOURCE_H
10 #define QAD_RESOURCE_H
11
12 // Here go definition of common popup menu item IDs.
13 // These values should be used by all component GUI modules when customizing popup menus
14
15 // Special popup item used to display a name of the selected object
16 #define QAD_TopLabel_Popup_ID      99000
17
18 #define QAD_Display_Popup_ID       99001
19
20 #define QAD_DisplayOnly_Popup_ID   99002
21
22 #define QAD_Erase_Popup_ID         99003
23
24
25
26 #endif