MyGUI 3.4.3
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
13 #include "MyGUI_ScrollBar.h"
14 #include "MyGUI_EventPair.h"
15
16namespace MyGUI
17{
18
20 {
22
23 public:
25 {
26 mVerticalAlignment = true;
27 }
28 };
29
31 {
33
34 public:
36 {
37 mVerticalAlignment = false;
38 }
39 };
40
41} // namespace MyGUI
42
43#endif // MYGUI_DONT_USE_OBSOLETE
44
45#endif // MYGUI_DEPRECATED_WIDGETS_H_
#define MYGUI_EXPORT
#define MYGUI_RTTI_DERIVED(DerivedType)
Definition MyGUI_RTTI.h:69
widget description should be here.