|
GME
13
|
Go to the source code of this file.
Enumerations | |
| enum | project_attributes { PROJECT_AUTHOR, PROJECT_VERSION, PROJECT_COMMENT } |
Variables | |
| TCHAR * | project_attribute_tooltips [] |
| enum project_attributes |
Definition at line 17 of file ObjectInspector/Attribute.cpp.
| TCHAR* project_attribute_tooltips[] |
{
_T("Author(s) of the project"),
_T("Current version string"),
_T("Arbitrary comments"),
}
Definition at line 18 of file ObjectInspector/Attribute.cpp.
1.7.6.1