1 /*!
2 	@file
3 	@author		Albert Semenov
4 	@date		12/2010
5 */
6 
7 #ifndef _64078f7a_8033_4147_ac77_9f1c61bc9087_
8 #define _64078f7a_8033_4147_ac77_9f1c61bc9087_
9 
10 #include "EditorToolTip.h"
11 #include "PropertyFieldComboBox.h"
12 
13 namespace tools
14 {
15 
16 	class PropertyFieldFont :
17 		public PropertyFieldComboBox
18 	{
19 	public:
20 		PropertyFieldFont(MyGUI::Widget* _parent);
21 
22 	protected:
23 		virtual void onFillValues();
24 	};
25 
26 }
27 
28 #endif
29