1 /*! 2 @file 3 @author Albert Semenov 4 @date 08/2010 5 */ 6 7 #ifndef _2be1b24e_74ba_4e30_b328_cb77666a2677_ 8 #define _2be1b24e_74ba_4e30_b328_cb77666a2677_ 9 10 #include "SelectorControl.h" 11 12 namespace tools 13 { 14 15 class MYGUI_EXPORT_DLL PositionSelectorControl : 16 public SelectorControl 17 { 18 protected: 19 virtual void OnInitialise(Control* _parent, MyGUI::Widget* _place, const std::string& _layoutName); 20 }; 21 22 } 23 24 #endif 25