MyGUI 3.4.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
13#include "MyGUI_ScrollBar.h"
14#include "MyGUI_EventPair.h"
15
16namespace MyGUI
17{
18
20 public ScrollBar
21 {
23
24 public:
26 {
27 mVerticalAlignment = true;
28 }
29 };
30
32 public VScroll
33 {
35
36 public:
38 {
39 mVerticalAlignment = false;
40 }
41 };
42
43} // namespace MyGUI
44
45#endif // MYGUI_DONT_USE_OBSOLETE
46
47#endif // MYGUI_DEPRECATED_WIDGETS_H_
#define MYGUI_EXPORT
#define MYGUI_RTTI_DERIVED(DerivedType)
Definition: MyGUI_RTTI.h:48
widget description should be here.