GME  13
Enumerations | Variables
Attribute.cpp File Reference

Go to the source code of this file.

Enumerations

enum  project_attributes { PROJECT_AUTHOR, PROJECT_VERSION, PROJECT_COMMENT }

Variables

TCHAR * project_attribute_tooltips []

Enumeration Type Documentation

Enumerator:
PROJECT_AUTHOR 
PROJECT_VERSION 
PROJECT_COMMENT 

Definition at line 17 of file ObjectInspector/Attribute.cpp.


Variable Documentation

Initial value:
 {
        _T("Author(s) of the project"),
        _T("Current version string"),
        _T("Arbitrary comments"),
}

Definition at line 18 of file ObjectInspector/Attribute.cpp.