MyGUI  3.2.1
MyGUI_DeprecatedWidgets.h
Go to the documentation of this file.
1 /*
2  * This source file is part of MyGUI. For the latest info, see http://mygui.info/
3  * Distributed under the MIT License
4  * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
5  */
6 
7 #ifndef __MYGUI_DEPRECATED_WIDGETS_H__
8 #define __MYGUI_DEPRECATED_WIDGETS_H__
9 
10 #ifndef MYGUI_DONT_USE_OBSOLETE
11 
12 #include "MyGUI_DeprecatedTypes.h"
13 #include "MyGUI_ScrollBar.h"
14 #include "MyGUI_EventPair.h"
15 
16 namespace MyGUI
17 {
18 
20 
22  public ScrollBar
23  {
25 
26  public:
28  {
29  mVerticalAlignment = true;
30  }
31 
32  /*events:*/
39  };
40 
42  public VScroll
43  {
45 
46  public:
48  {
49  mVerticalAlignment = false;
50  }
51  };
52 
53 } // namespace MyGUI
54 
55 #endif // MYGUI_DONT_USE_OBSOLETE
56 
57 #endif // __MYGUI_DEPRECATED_WIDGETS_H__